← Back to list

skill-scaffold-generator
by hohai99
⭐ 0🍴 1📅 Jan 22, 2026
SKILL.md
name: skill-scaffold-generator description: Generates new skill folders and SKILL.md drafts from approved evolution proposals, enforcing project standards. triggers: [skill-proposal-approved, manual-skill-creation] outputs: [new-skill-directory, standardized-skill-md]
Skill Scaffold Generator
Purpose
Ensures that every new skill in the Antigravity ecosystem starts with a high-quality, standardized structure. This skill prevents "thin" or "vague" skills from entering the codebase.
When to use this skill
- Immediately after a
skill-evolution-proposalis approved - When manually adding a new capability to the system
- When refactoring a large skill into smaller, focused ones
Scaffolding Steps
- Create Directory: Establish the folder in either
global_skills/or.agent/skills/. - Generate frontmatter: Include
name,description,triggers,outputs, anddepends_on. - Draft SKILL.md: Use the standard sections: Purpose, When to Use, Instructions (Steps), Decision Tree, Review Checklist, and Feedback Guidelines.
- Register for Audit: Trigger
orchestrator-self-auditorto update the controller.
Decision Tree
flowchart TD
A[Start Generation] --> B{Approved Proposal?}
B -->|No| C[Abort - Need Proposal]
B -->|Yes| D{Skill Scope?}
D -->|Global| E[Create in global_skills/]
D -->|Workspace| F[Create in .agent/skills/]
E --> G[Generate SKILL.md with decision tree]
F --> G
G --> H[Encourage --help for scripts]
H --> I[Final Review]
Review Checklist
- Focus: Does the new skill do exactly one thing?
- Completeness: Are all 6 standard sections present in the
SKILL.md? - Logic: Is there a Mermaid decision tree for complex paths?
- Black Box Compliance: If scripts exist, is the
--helpinstruction included?
How to provide feedback
- Be specific: "The generated skill is missing the 'How to provide feedback' section."
- Explain why: "Standardized feedback ensures the Agent provides actionable advice during development."
- Suggest alternatives: "Recommend re-running the generator with the '--template-v2' flag."
Generated skills must follow antigravity standards.
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