Back AI Lab CLAUDE.md starter

Skill Development

CLAUDE-skill-development.md

For projects building Claude skills. Encodes the SKILL.md format, decision rules for when to use a skill, and a testing workflow.

A CLAUDE.md file lives in the root of a Claude Code project. When you run Claude Code in that folder, it reads the file automatically and treats the contents as persistent context - preferences, conventions, guardrails. It's the closest thing Claude Code has to a "system prompt" for that project.

This version is built for projects where you're writing your own Claude skills. It encodes the SKILL.md format, naming conventions, and a clear rule for when something should be a skill versus a prompt or subagent.

Use this if you're writing your own Claude skills and want a consistent SKILL.md format and naming convention.
Use this if you keep building "skills" that turn out to work better as prompts - the decision rules in this file fix that.
Use this if you want a built-in testing workflow so you stop publishing skills that never trigger.
Don't use this if you're using Claude Code for generic projects - grab the Creator Default starter instead.
01
SKILL.md template
The exact structure every skill in your project should follow. Frontmatter, sections, examples.
02
When to use a skill
Clear decision rules for skill vs. prompt vs. subagent vs. CLAUDE.md instruction.
03
Naming + design rules
Lowercase hyphenated names, one responsibility per skill, descriptions under 200 characters.
04
Testing workflow
A 5-step process for confirming a skill actually triggers and produces good output before you ship it.

CLAUDE-skill-development.md

CLAUDE.md - lines
1
Download the file using the button above. It'll save as CLAUDE.md.
2
Drop it into the root of your skills project. If a CLAUDE.md already exists, back it up first.
3
Customise the conventions. The naming and code preferences are mine. Swap them for what your project uses.
4
Start Claude Code in that folder. The file is read automatically. Now any new skill you write will follow your conventions.
Copied