mirror of
https://github.com/Kotlin/kotlin-agent-skills.git
synced 2026-09-19 06:01:56 +08:00
Add support for Codex
Documentation: https://developers.openai.com/codex/plugins/build
This commit is contained in:
committed by
Yahor Berdnikau
parent
7429a68249
commit
60f4383fdf
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "kotlin-agent-skills",
|
||||
"version": "1.0.0",
|
||||
"description": "AI agent skills for Kotlin projects.",
|
||||
"author": {
|
||||
"name": "Kotlin",
|
||||
"url": "https://kotlinlang.org/"
|
||||
},
|
||||
"homepage": "https://github.com/Kotlin/kotlin-agent-skills",
|
||||
"repository": "https://github.com/Kotlin/kotlin-agent-skills",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": ["kotlin"],
|
||||
"interface": {
|
||||
"displayName": "Kotlin skills for agents",
|
||||
"shortDescription": "Reusable skills for software development using Kotlin.",
|
||||
"longDescription": "Reusable skills for software development using Kotlin.",
|
||||
"developerName": "JetBrains",
|
||||
"category": "Productivity",
|
||||
"capabilities": ["Read", "Write"],
|
||||
"websiteURL": "https://kotlinlang.org/"
|
||||
},
|
||||
"skills": "./skills"
|
||||
}
|
||||
@@ -45,6 +45,15 @@ See [npx skills](https://github.com/vercel-labs/skills) for more options.
|
||||
/plugin install kotlin-agent-skills@Kotlin
|
||||
```
|
||||
|
||||
### Codex
|
||||
|
||||
In shell:
|
||||
```shell
|
||||
codex plugin marketplace add Kotlin/kotlin-agent-skills
|
||||
```
|
||||
|
||||
Then inside `codex` invoke `/plugins`, search for `kotlin-agent-skills`, press 'Enter' and select 'Install plugin'.
|
||||
|
||||
### Manual installation
|
||||
|
||||
Copy the desired skill folder from [skills](./skills) into the skills directory of your agent, for example:
|
||||
|
||||
Reference in New Issue
Block a user