/skill-creation
Use when creating a new skill, improving an existing skill, or deciding what a skill should contain and how it should be structured
$ npx -y skills add metraton/gaia --skill skill-creation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/skill-creation
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when creating a new skill, improving an existing skill, or deciding what a skill should contain and how it should be structured
Repo: metraton/gaia
Other skills on gaia.
- /agent-approval-protocol
Use when constructing or interpreting the approval handoff envelope between subagent and orchestrator -- sealed_payload schema, approval_id format, APPROVAL_REQUEST contract shape, and reading a granted approval from the DB
Open skill - /agent-contract-handoff
Use when you need the exact field schema, required/conditional/optional status, or the trigger for any field of the agent_contract_handoff envelope -- input or output, top-level field, sub-field table, agent_state enum, or the JSON-not-YAML rule
Open skill - /agent-creation
Use when creating a new specialist agent for Gaia, or reviewing whether an existing agent follows the correct structure, tone, and component inventory
Open skill - /agent-protocol
Use when producing any agent response
Open skill - /agent-response
Use when an agent returns an agent_contract_handoff response that needs to be interpreted and presented to the user
Open skill - /agentic-loop
Use when the orchestrator injects "Carga la skill agentic-loop" with a goal, eval_command, metric, and threshold
Open skill

