How to Write a Claude Code Skill From Scratch (With a Real Example)
Step-by-step guide to writing your first Claude Code skill: the SKILL.md format, frontmatter fields, when to use project vs user scope, and a complete /review skill you can copy.
blog
How Claude Code actually works under the hood — transcripts, skills, customization layers — and what to do with that knowledge.
Step-by-step guide to writing your first Claude Code skill: the SKILL.md format, frontmatter fields, when to use project vs user scope, and a complete /review skill you can copy.
A complete guide to Claude Code customization: CLAUDE.md, Skills, slash commands, hooks, and memory. Where each one lives, when to use it, and how they overlap.
Claude Code writes every session to a JSONL file on disk. Here's exactly where, what's in each file, and what you can do with that data — grep, replay, back up, or turn it into reusable skills.