Files
ClawSkills/claw-skills/SKILL.md
2026-04-17 13:44:20 +00:00

47 lines
1.2 KiB
Markdown

# claw-skills
ClawSkills management and collaboration suite — scripts and workflows for using and improving skills.
## Scripts
### update-skills
Pull latest ClawSkills from git-hangman-lab, then run learn.sh to install/update skills to `{AGENT_WORKSPACE}/skills`.
```bash
claw-skills/scripts/update-skills
```
### promote-improvements
Create and force-push a branch named after the agent (via `ego-mgr get name`) from `{AGENT_WORKSPACE}`.
```bash
claw-skills/scripts/promote-improvements
```
## Workflows
### fix-skills
When a skill or its scripts fail to produce expected results, or throw errors:
> **Do not resort to workarounds lightly.**
> Follow `{baseDir}/workflows/fix-skills.md` — identify the root cause first, then fix properly.
### improve-skills
When using a skill and you find:
- Misleading or ambiguous descriptions
- Missing coverage for your use case
- Suboptimal or confusing behavior
> Follow `{baseDir}/workflows/improve-skills.md` to improve it.
### create-skills
When you notice patterns or workflows that could improve efficiency but have no skill covering them:
> Follow `{baseDir}/workflows/create-skills.md` to create a new skill.