Create and review Agent Skills that follow the open Agent Skills specification and best practices. Use when a user asks to create a new skill, build skill instructions, generate a SKILL.md file, review an existing skill for compliance, or improve skill quality. Covers skill structure, naming conventions, progressive disclosure, writing effective descriptions, creating actions and standards, and validation.
This skill provides capabilities for creating and reviewing Agent Skills that comply with the Agent Skills specification and follow authoring best practices.
Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. A skill is a folder containing a SKILL.md file with metadata and instructions, optionally bundled with scripts, references, and assets.
| Capability | Action | Description |
|------------|--------|-------------|
| Create | actions/create.md | Generate a new, specification-compliant Agent Skill |
| Review | actions/review.md | Analyse an existing skill for compliance and improvements |
This skill bundles the following standards in standards/:
| Standard | File | Description |
|----------|------|-------------|
| Specification | specification.md | Core Agent Skills format specification |
| Naming | naming.md | Naming conventions for skills and files |
| Descriptions | descriptions.md | Writing effective skill descriptions |
| Structure | structure.md | Directory structure and progressive disclosure |
| Instructions | instructions.md | Writing effective skill instructions |
| Clarifying Questions | clarifying-questions.md | Questioning framework for gathering skill requirements |
| Checklist | checklist.md | Consolidated compliance and quality checklist |
The context window is a shared resource. Only add context the agent doesn't already have. Challenge each piece of information: "Does the agent really need this explanation?"
Structure skills for efficient context use:
name and description loaded at startupSKILL.md body loaded when activatedMatch specificity to task fragility:
Build evaluations before extensive documentation. Test with representative tasks. Iterate based on observed agent behavior, not assumptions.
standards/actions/<capability>.mdnpx skills add willvelida/creating-agent-skill下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search 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