Promptshelf
v1.2 · updated 18 Apr 2026
Kit № 001
Kit № 001 · Claude Code

Stop correcting Claude every session.

Five CLAUDE.md templates, ten slash commands, a hooks cookbook, and twenty power prompts — written and used by people who ship with Claude Code daily. Drop them in, get productive immediately.

FREE Download · No account needed · Instant
FormatZIP · Markdown + JSON
Scope5 projects · 10 commands · 5 hooks · 20 prompts
Versionv1.2 · 18 Apr 2026
DeliveryGitHub release link
01 / The problem

Every session starts with the same corrections.

If you've used Claude Code for more than a week you've hit all of these.

The first 10 minutes of every session go to correcting the same mistakes.

Claude touches files you told it not to touch. It picks the wrong library. Writes tests that check implementation details instead of behavior. Commits directly to main. Chooses a pattern that doesn't match your codebase.

The fix is CLAUDE.md — a project context file Claude reads at the start of every session. With a well-written one, Claude knows your stack, your conventions, which files are off-limits, and how you want tests written.

Writing a good CLAUDE.md from scratch takes hours of trial and error. This kit gives you five battle-tested ones — plus the slash commands, hooks, and prompts that make Claude Code work reliably.

02 / What's in the kit

Five files, ten commands, one hooks cookbook.

Not a course. Not a Notion page. Drop-in configuration you paste and keep.

№ 01

CLAUDE.md templates

Battle-tested project context for React / Next.js, Python / FastAPI, Node / Express, React Native, and Data Science / ML. Each specifies stack, conventions, testing posture, and off-limits files.

5 files
№ 02

Slash command templates

Install once, use in any project. Each command gives Claude a precise, repeatable workflow instead of having to explain the same thing every time.

/code-review /debug /plan /write-tests /refactor /security-check /commit /explain /api-design /ship
10 files
№ 03

Hooks cookbook

Five practical hooks, each with copy-paste settings.json and a plain-English explainer: block commits to main, run tests on edit, show git status on stop, warn before delete, log all tool calls.

5 recipes
№ 04

settings.json permission profiles

Solo and team profiles. One trusts Claude broadly with destructive-command guards; the other enforces branch protection and no direct-to-main commits. New to the file? Read the settings.json scopes & keys guide.

2 profiles
№ 05

Power prompts

High-signal prompts for where Claude users most often stall: prod-error stack traces, integration tests, auth audits, schema design, CLI generation, README-from-code. Copy and paste straight into any session.

20 prompts
03 / What's in the ZIP

The file tree, no surprises.

Answers the "am I buying five Markdown files or a real kit" question up front.

claude-code-starter-kit.zip ├── README.md · install + usage, 2 min read ├── claude-md/ │ ├── nextjs.CLAUDE.md · Next.js 15 + TS + Tailwind │ ├── python-fastapi.CLAUDE.md · FastAPI + SQLAlchemy + pytest │ ├── node-express.CLAUDE.md · Express + TS + Vitest │ ├── react-native.CLAUDE.md · Expo + RTK + Jest │ └── data-science.CLAUDE.md · Jupyter + pandas + pytest ├── skill-templates/ │ ├── code-review.md ├── debug.md ├── plan.md │ ├── write-tests.md ├── refactor.md ├── security-check.md │ ├── commit.md ├── explain.md ├── api-design.md │ └── ship.md ├── hooks/ │ ├── block-main-commit.json ├── run-tests-on-edit.json │ ├── git-status-on-stop.json ├── warn-before-delete.json │ └── log-tool-calls.json ├── settings/ │ ├── solo.settings.json · permissive + destructive-command guards │ └── team.settings.json · branch protection + no direct-to-main └── prompts/ └── 20-power-prompts.md · debug / test / audit / schema / CLI / README
04 / What changes

After you install the kit.

Concrete differences in how every Claude Code session starts.

The kit isn't instructions. It's the configuration you wish someone had handed you on day one.

— the whole point

05 / Download

Download

One click. No account. No payment.

Download · Kit № 001
Claude Code Starter Kit
FREE
ZIP · no account · instant
Download the kit (ZIP)

Kit is free to use in any project, commercial or personal. If it saves you time, consider tipping the maker via BTC (optional).

Support the work

Optional tip

No obligation. Only if the kit saved you time.

5,000 sats = "thanks" · 50,000 sats = "this saved me hours"

BTC address bc1qs04leape97ner4wqa98n94l9n0gv9aa84eg4ux
06 / Questions

FAQ

Common questions about the kit.

What format is the kit?

A ZIP file containing Markdown files (.md) and JSON files. Everything opens in any text editor — VS Code, Cursor, Sublime, or the built-in macOS/Windows editors. No special software required.

Which Claude Code versions does it work with?

All current versions of Claude Code (1.x and 2.x). The templates use standard CLAUDE.md syntax that Claude Code has supported since launch. The slash commands use the skill/SKILL.md format introduced in late 2024.

How do I install the slash commands?

Copy the .md files from skill-templates/ to ~/.claude/skills/ for global use, or to .claude/skills/ in your project for project-specific commands. The included README has exact instructions.

My stack isn't in the five templates. Is the kit still useful?

Yes. The slash commands, hooks cookbook, settings profiles, and power prompts work regardless of your stack. The CLAUDE.md templates are also easy to adapt — the structure and conventions transfer to any language or framework.

How do I get the kit?

Click the "Download the kit (ZIP)" button above. It links directly to the GitHub Release — no sign-up, no payment, no wait. The ZIP is free to use in any project.