project-skill-creator

Installation
SKILL.md

Project Skill Creator

Create project-managed skills in .chalk/skills without conflicting with Chalk-managed skills.

Workflow

  1. Ask the user for:
    • skill name
    • purpose/description
    • optional triggers/examples
  2. Normalize the provided skill name to kebab-case:
    • lowercase
    • replace spaces/underscores with -
    • remove characters outside a-z, 0-9, and -
    • collapse repeated -
    • trim leading/trailing -
  3. Reject the normalized name if it starts with chalk-.
  4. Ensure .chalk/skills exists.
  5. Check for collisions:
Related skills
Installs
11
GitHub Stars
6
First Seen
Mar 10, 2026