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)
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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