worked-examples

Installation
SKILL.md

Worked Examples & Tutorials

Step-by-step walkthroughs of real Claude Code workflows. Each tutorial shows the exact commands, expected output, and decision points.

Tutorial 1: Set Up Claude Code for a New Project

Goal: Configure Claude Code from scratch for a TypeScript/React project.

Steps:

  1. Generate starter CLAUDE.md
/init

Claude analyzes your codebase and generates CLAUDE.md with build commands, test instructions, and detected conventions.

  1. Review and customize CLAUDE.md Open the generated file. Keep it under 200 lines. Focus on:
  • Build/test commands: pnpm install, pnpm test, npx tsc --noEmit
Related skills
Installs
4
GitHub Stars
11
First Seen
Mar 21, 2026