refine skills a bit

This commit is contained in:
Jon Staab
2026-06-10 14:31:27 -07:00
parent dbd043f105
commit 8f8c90fbc3
4 changed files with 313 additions and 180 deletions
+1 -32
View File
@@ -11,34 +11,7 @@ Agent skills are Markdown instruction sets that are auto-loaded by AI coding too
### Via npx (recommended)
```bash
npx skills add jstaab/welshman
```
This will prompt you to:
1. Select which skills to install from the available list
2. Select which agent(s) to install them for (Claude Code, Cursor, Cline, etc.)
### Manual (Claude Code)
Copy or symlink the skill files into your `.claude/skills/` directory:
```bash
# Copy a skill
cp welshman-net.md ~/.claude/skills/
# Or symlink the entire collection
ln -s /path/to/welshman/skills ~/.claude/skills/welshman
```
### Scope options
By default, skills are installed project-scoped — placed in the project's `.claude/skills/` directory and committed to the repo so your whole team benefits.
Use the `-g` flag to install globally instead, making the skills available across all your projects:
```bash
npx skills add -g jstaab/welshman
npx skills add coracle-social/welshman
```
## Available skills
@@ -70,7 +43,3 @@ You can also invoke a skill manually using its slash command:
```
This is useful when you want to prime the agent with a specific skill before starting a task.
## Contributing
The source of truth for these skills is the [welshman repository](https://github.com/coracle-social/welshman). The `docs/` directory contains the underlying documentation that skills are derived from. If you find inaccuracies or want to improve coverage, please open an issue or pull request there.