← Back to list

skill-creator
by gravito-framework
Galaxy-inspired Micro-kernel Backend Framework
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: skill-creator description: Helps you create and refine new Gravito Skills. Trigger this when asked to add a new skill to the ecosystem.
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?
3. Initialization
Execute the initialization script to scaffold the directory:
bun .skills/skill-creator/scripts/init_skill.ts <skill-name>
4. Implementation
- Write the
SKILL.mdfor the new skill. - Implement any planned scripts or references.
- Test the skill by simulating reaching for it in a new task.
Design Principles
- Concatenation is the Enemy: Keep
SKILL.mdlean. Usereferences/for large blocks of documentation. - Actionable: Every step in a skill should be executable by an agent.
- Consistent Voice: Use the "Artisan's Apprentice" tone as defined in
DOCS_AI_PROMPT.md.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon