agent-creation
Guides agents and users to create standards-compliant agent definitions using templates in markdown frontmatter format, ensuring context gathering, clarity, and proper metadata. Forces agents to ask clarifying questions when context is insufficient. Token-efficient documentation required. All content must be in English. Trigger: When creating a new agent definition, setting up project agents, or documenting agent workflows.
npx skills add majiayu000/claude-skill-registry --skill agent-creation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Creation Skill ## Overview Provides actionable instructions for creating standards-compliant agent definitions using templates. Agents are defined in markdown files (AGENTS.md) with YAML frontmatter specifying metadata and a clear, readable structure. This skill enforces context gathering before agent creation to ensure robust and well-defined agents. ## Objective Enable agents and users to generate agent definitions that strictly follow the required structure and conventions using the provided template. Ensure sufficient context is gathered through clarifying questions before proceeding with agent creation. Validate each agent against the JSON schema and provide a compliance checklist to ensure all requirements are met. --- ## When to Use Use this skill when: - Creating a new agent definition from scratch - Setting up project-specific agents - Documenting agent workflows and responsibilities - Defining agent context and skill requirements Don't use this skill for: - Creating individual skills (use skill-creation instead) - Creating context prompts (use prompt-creation instead) - Modifying existing agents without full context --- ## References - https://agents.md/ - https:/
- Overview
- Objective
- When to Use
- References
- Instructions
- Step 1: Gather Context (CRITICAL - DO NOT SKIP)
- Step 2: Directory and File Structure
- Step 3: YAML Frontmatter
- Step 4: Content Structure
- Step 5: Writing Guidelines
- Step 6: Validation
- Decision Tree
- 🔍 Self-Check Protocol (For AI Agents)
- Example: Complete Agent Definition
What does the agent-creation skill do?
Guides agents and users to create standards-compliant agent definitions using templates in markdown frontmatter format, ensuring context gathering, clarity, and proper metadata. Forces agents to ask clarifying questions when context is insufficient. Token-efficient documentation required. All content must be in English. Trigger: When creating a new agent definition, setting up project agents, or documenting agent workflows.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-creation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
