← Vault Index
Source: frameworks/kit-skill-build/00-skill-build-start-here.md

Skill Build Kit — Start Here

What This Kit Does

This kit produces a Claude skill file (.md) and its companion quick-start guide. One skill, two assets. The skill is the product. The quick-start is the setup documentation that ships with it.

A skill file is a markdown document that Claude reads as custom instructions. It defines what the skill does, how to produce the output, the rules it follows, and the exact output format. The quick-start guide tells the recipient how to install and run it.

What It Produces

#AssetFormatPurpose
1Skill File.mdThe product — Claude reads this and produces the output
2Quick-Start Guide.mdSetup instructions for the recipient

Production Sequence

[1] Skill File ──→ Test on real data ──→ Fix until output matches spec
                                              │
                                              ▼
                                    [2] Quick-Start Guide

The skill file must be tested and producing correct output before the quick-start guide is written. The quick-start references the skill's trigger phrase, input requirements, and output sections — all of which come from the tested skill.

Skill File Architecture

Every skill file follows this structure:

SectionPurpose
YAML FrontmatterName, description, triggers, metadata (author, version, date)
Heading + PositioningOne-line statement of what this skill does
Core PrincipleThe operating rule that makes the skill produce good output
What This Skill Does3 jobs the output performs for the user
Section-by-Section SpecEach output section defined: what it contains, why it matters, format rules
RulesBullet list of constraints (format, input, scope, quality)
Output FormatComplete template with placeholders — the exact structure the skill produces
What Makes This Different2-3 paragraphs — why this isn't a generic prompt

Quick-Start Guide Architecture

SectionPurpose
What You NeedPrerequisites (Claude Pro, input description)
Setup (One Time)Enable code execution + upload skill (numbered steps)
Running the SkillTrigger phrase, paste input, wait
Tips3-5 tips from real testing
What to PasteAccepted input types

File Inventory

FilePurposeWhen to Use
00-skill-build-start-here.mdOrientation — what this produces, architectureStart here every time
01-skill-build-context.mdRequired inputs and concept brief templateBefore every build — complete inputs first
02-skill-build-terminology.mdLocked vocabulary for skills and quick-start guidesReference when writing
03-skill-build-golden-example.mdPointers to Client Intelligence Brief golden examplesStudy before building
04-skill-build-quality.mdQC checklist — skill file structure, testing, quick-start completenessRun after every build
05-skill-build-output-skill.mdProduction workflow — step by stepFollow for every build

Relationship to Other Kits

Skill Delivery Page Kit (content/frameworks/kit-skill-delivery-page/): The delivery page references the skill's output sections, trigger phrase, and input requirements. Build the skill first — the delivery page depends on it.

Handraiser Post Kit (content/frameworks/kit-handraiser-post/): The LinkedIn post references the skill's real testing results. The skill must be tested before the post can be written.

DM Sequence Kit (content/frameworks/kit-dm-sequence/): DMs deliver the skill via page link. The skill must exist and be hosted before DMs reference it.

business-aos (Connected Repo): Voice, audience, and proof references come from here. Load business-aos/reference/core/voice.md before writing any copy.

Golden Standard Reference

The Client Intelligence Brief is the golden example. Both files live in content/business/marketing/campaigns/practice-command-center/: