What problem does it solve?
Skill-creator helps users design high-quality Gemini CLI skill files by providing a clear, token-efficient framework for writing SKILL.md, structuring optional resources, and packaging skills correctly.
Core Features & Use Cases
- Concise, trigger-focused design guidance: Reduce context bloat by keeping SKILL.md lean and ensuring frontmatter metadata is accurate.
- Resource-structuring best practices: Decide what belongs in
SKILL.md versus scripts/, references/, and assets/ to support scalable, maintainable skills.
- Progressive disclosure patterns: Use metadata-first loading and conditional references so Gemini CLI reads only what is necessary.
- End-to-end creation workflow: Walk through the full process from understanding the skill to initializing, editing, packaging, and iterating.
Quick Start
Use the skill-creator guidance to structure a new skill directory by writing a correct SKILL.md frontmatter with a single-line name and description, then implementing the minimum procedural instructions in the Markdown body while moving detailed material into references or scripts as needed.