Create new project-local skills with proper directory structure and SKILL.md template.
Generates a ready-to-use skill that Gemini CLI can activate immediately.
Use proactively when user wants to create a new custom skill or slash command.
Triggers: skill-create, new skill, create skill, add skill, custom skill,
스킬 생성, 새 스킬, 스킬 만들기, 커스텀 스킬,
スキル作成, 新しいスキル, カスタムスキル,
创建技能, 新技能, 自定义技能,
crear skill, nueva habilidad, habilidad personalizada,
créer compétence, nouvelle compétence, compétence personnalisée,
Skill erstellen, neuer Skill, benutzerdefinierter Skill,
creare skill, nuova competenza, competenza personalizzata
Do NOT use for: modifying existing skills, listing skills (use /skill-status)
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Create new project-local skills with proper directory structure and SKILL.md template.
Generates a ready-to-use skill that Gemini CLI can activate immediately.
Use proactively when user wants to create a new custom skill or slash command.
Triggers: skill-create, new skill, create skill, add skill, custom skill,
스킬 생성, 새 스킬, 스킬 만들기, 커스텀 스킬,
スキル作成, 新しいスキル, カスタムスキル,
创建技能, 新技能, 自定义技能,
crear skill, nueva habilidad, habilidad personalizada,
créer compétence, nouvelle compétence, compétence personnalisée,
Skill erstellen, neuer Skill, benutzerdefinierter Skill,
creare skill, nuova competenza, competenza personalizzata
Do NOT use for: modifying existing skills, listing skills (use /skill-status)
What triggers should activate it (in multiple languages)?
Then update the SKILL.md with their answers.
Skill Classification
Code
Type
Description
W
Workflow
Multi-step process (PDCA, deploy, QA)
C
Command
Single action (audit, status, create)
G
Guide
Educational/reference content
File Structure
skills/{name}/
SKILL.md # Required - skill definition and instructions
Naming Conventions
Use descriptive, action-oriented names: api-monitor, db-migrate, log-analyzer
Avoid generic names: helper, util, misc
Use hyphens to separate words, not underscores or camelCase
Output Format
## Skill Created: {name}-**Path**: skills/{name}/SKILL.md
-**Classification**: C (Command)
-**Status**: Ready to use
Next steps:
1. Review and customize `skills/{name}/SKILL.md`2. Add specific triggers for your use case
3. Test with `/{name}` command
Validation Rules
No duplicate names - check skills/ directory first
Valid characters - lowercase alphanumeric and hyphens only