Skills Layer

New Skill Creator

Guided skill creation that produces a valid SKILL.md with YAML frontmatter, references directory, and quality gates in the correct structure.

New Skill Creator scaffolds a new skill from a description of what it should do. It generates the SKILL.md with valid YAML frontmatter (the single most common reason skills are invisible to Claude Code is malformed frontmatter), creates the directory structure under .claude/skills/, sets up reference file stubs, and validates the output. The skill enforces two YAML rules learned after 37 of 52 skills broke simultaneously: never nest double quotes inside double-quoted strings, and every SKILL.md must start with a --- block containing a description: field. It also generates a test invocation prompt so you can verify the skill works before relying on it in production chains. Validation is a one-liner in Python that parses the frontmatter block.

Where it shows up:

Skill developmentKnowledge OS installationWorkflow automationCustomer onboarding

Build your Knowledge OS

90 minutes from zero to your first skill chain.