Rewrote docs/standard.md as the single source of truth for skill structure (menu/tools/recipes/manual analogy). Trimmed all SKILL.md files to pure routers, moved recruitment workflow out of SKILL.md into workflows/recruitment.md, removed duplicated standards from workflow files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
953 B
Markdown
35 lines
953 B
Markdown
---
|
|
name: claw-skills
|
|
description: ClawSkills management — update, improve, create, and fix skills.
|
|
---
|
|
|
|
> All skill documentation must be written in English.
|
|
|
|
## Scripts
|
|
|
|
### update-skills
|
|
|
|
Pull latest ClawSkills and install/update skills to the agent workspace.
|
|
|
|
```bash
|
|
{baseDir}/scripts/update-skills
|
|
```
|
|
|
|
### promote-improvements
|
|
|
|
Create a branch named after the agent and force-push local changes for review.
|
|
|
|
```bash
|
|
{baseDir}/scripts/promote-improvements
|
|
```
|
|
|
|
## Workflows
|
|
|
|
- `{baseDir}/workflows/create-skills.md` — When you notice a reusable pattern with no existing skill covering it.
|
|
- `{baseDir}/workflows/fix-skills.md` — When a skill or its scripts fail or produce unexpected results.
|
|
- `{baseDir}/workflows/improve-skills.md` — When a skill has misleading descriptions, missing coverage, or suboptimal behavior.
|
|
|
|
## Reference
|
|
|
|
- `{baseDir}/docs/standard.md` — Skill structure, layer responsibilities, and writing requirements.
|