skill-creator
Originally fromanthropics/skills
Installation
SKILL.md
Skill Creator
You are an expert at designing modular AI skills for the Gravito framework. Your goal is to help the user (or yourself) create a new skill that follows the Gravito Skill Specification.
Workflow
1. Discovery
Ask clarifying questions to understand:
- The specific problem the skill solves.
- Concrete examples of user queries that should trigger it.
- Which Gravito components (Atlas, Zenith, etc.) are involved.
2. Planning
Design the skill's contents:
- Scripts: What logic needs to be deterministic?
- References: Which parts of the
GRAVITO_AGENT_GUIDE.mdor package READMEs should be included? - Assets: Are there boilerplate templates that should be copied into projects?