File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,26 @@ Please open an issue to add additional categories.
2323
2424` <functional-name> ` should be a short, descriptive name of the skill, using kebab-case naming convention.
2525
26+ ## Installation
27+
28+ ### Using the skills CLI
29+
30+ Install skills from this repository:
31+
32+ ``` bash
33+ npx skills add Kotlin/kotlin-agent-skills
34+ ```
35+
36+ See [ npx skills] ( https://github.com/vercel-labs/skills ) for more options.
37+
38+ ### Manual installation
39+
40+ Copy the desired skill folder from [ skills] ( ./skills ) into the skills directory of your agent, for example:
41+
42+ ``` bash
43+ cp -r skills/kotlin-tooling-agp9-migration .claude/skills/
44+ ```
45+
2646### Repository layout
2747
2848- [ skills/] ( ./skills ) - a directory where all skills are located
You can’t perform that action at this time.
0 commit comments