Skill Creator

Installation
SKILL.md

Skill Creator

Purpose

Guide the creation of new Claude Code skills that:

  • Follow best practices structure
  • Include comprehensive documentation
  • Are testable and maintainable
  • Integrate with existing FrankX skills

Skill Anatomy

.claude-skills/
└── [category]/
    └── [skill-name]/
        ├── SKILL.md          # Main skill file (required)
        ├── CLAUDE.md         # Memory context (auto-generated)
        ├── resources/        # Supporting files (optional)
Related skills
Installs
First Seen