Support Claude Code Marketplace

This commit is contained in:
Yasan Glass
2026-03-20 10:54:06 +01:00
committed by Yahor Berdnikau
parent 8fc58af4a9
commit 750e39e551
4 changed files with 43 additions and 0 deletions
+14
View File
@@ -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"
}
]
}
+10
View File
@@ -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
View File
@@ -0,0 +1 @@
../../skills