nikolas.sapa
June 15, 2026

Claude Code Starter Pack

The files I actually use. Not a PDF, not a list of tips — actual .md skill files you can drop into ~/.claude/skills/ and use immediately.

What's inside

CLAUDE.md template — project instructions that make Claude Code follow your rules, not its defaults. Copy into any project root and edit the Stack section.

/deploy skill — pre-deploy checklist, platform detection, post-deploy verification, and rollback procedures. Works with Vercel, Railway, Fly.io, Netlify, and Docker.

/wrap-up skill — end-of-session ritual. Creates a handoff note with what was done, decisions made, and next steps. Start every session with full context.

Hooks examples — patterns for SessionStart, PostToolUse guardrails, and auto-test runners. Copy the ones that fit your workflow.

MCP recommendations — the servers worth installing, with exact install commands. context7, Playwright, GitHub, Tavily.

Free download

Enter your email to get instant access. You'll also receive the weekly build log — unsubscribe anytime.

How to install the skills

mkdir -p ~/.claude/skills
cp wrap-up.md ~/.claude/skills/
cp deploy.md ~/.claude/skills/

Then in Claude Code: /wrap-up or /deploy.

More resources