--- 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.