Skip to content

Commit 445594d

Browse files
evilyaTapchicoma
authored andcommitted
Add installation instructions
1 parent 9c13ddf commit 445594d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)