mirror of
https://github.com/Kotlin/kotlin-agent-skills.git
synced 2026-09-19 06:01:56 +08:00
Support Claude Code Marketplace
This commit is contained in:
committed by
Yahor Berdnikau
parent
8fc58af4a9
commit
750e39e551
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Kotlin",
|
||||
"owner": {
|
||||
"name": "JetBrains"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "kotlin-agent-skills",
|
||||
"source": "./plugins/kotlin-agent-skills",
|
||||
"description": "AI agent skills for Kotlin projects.",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -35,6 +35,16 @@ npx skills add Kotlin/kotlin-agent-skills
|
||||
|
||||
See [npx skills](https://github.com/vercel-labs/skills) for more options.
|
||||
|
||||
### Claude Code
|
||||
|
||||
```sh
|
||||
/plugin marketplace add Kotlin/kotlin-agent-skills
|
||||
```
|
||||
|
||||
```sh
|
||||
/plugin install kotlin-agent-skills@Kotlin
|
||||
```
|
||||
|
||||
### Manual installation
|
||||
|
||||
Copy the desired skill folder from [skills](./skills) into the skills directory of your agent, for example:
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "kotlin-agent-skills",
|
||||
"version": "1.0.0",
|
||||
"description": "AI agent skills for Kotlin projects.",
|
||||
"author": {
|
||||
"name": "JetBrains"
|
||||
},
|
||||
"repository": "https://github.com/Kotlin/kotlin-agent-skills",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"kotlin",
|
||||
"jpa",
|
||||
"android",
|
||||
"agp",
|
||||
"kotlin multiplatform",
|
||||
"kmp"
|
||||
]
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../skills
|
||||
Reference in New Issue
Block a user