Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Create or update skills that add durable workflows, tool integrations, domain knowledge, scripts, references, or assets without wasting context.
references/design-principles.md: token budget, degrees of freedom,
progressive disclosure.references/package-layout.md: SKILL.md, scripts, references, assets.references/creation-workflow.md: step-by-step creation/update process.references/workflows.md: workflow-writing patterns.references/output-patterns.md: output contracts and examples.Use bundled scripts directly when useful:
scripts/init_skill.pyscripts/quick_validate.pyscripts/package_skill.pySKILL.md lean: trigger metadata plus essential workflow.references/.scripts/.assets/.SKILL.md and references.SKILL.mdSKILL.md + references/scripts/assets/name and description so trigger conditions are clear.Read only focused references needed for current skill design problem.
Run scripts/quick_validate.py <skill-dir> when available. Check:
SKILL.md existsname and descriptionSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer