Documentation
README
Create Skill
Purpose / When to Activate
Activate when:
- A new capability is needed that no existing skill covers
- A skill is being extracted from agent logic that has become reusable
- Extending a forked GAAI installation with project-specific skills
This skill is self-referential: it uses the agentskills.io spec to author a spec-compliant skill.
Prerequisites
Before activating:
- Confirm no existing skill already covers the intended capability (check
README.skills.md) - Confirm the new skill is a pure execution unit — it executes, it does not reason
- Confirm the skill belongs to exactly one category (discovery / delivery / cross)
- Have a clear, one-sentence description of: WHAT it does and WHEN to activate it
This is the opening of the README. Read the full README on GitHub.