claude-code-blueprint banner
faizkhairi faizkhairi

claude-code-blueprint

AI community intermediate

Description

**Make Claude Code smarter, safer, and more consistent -- for any project, at any skill level. Not a plugin to install -- a blueprint to learn from and adapt.**

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Blueprint

**Make Claude Code smarter, safer, and more consistent -- for any project, at any skill level. Not a plugin to install -- a blueprint to learn from and adapt.**

[](https://github.com/faizkhairi/claude-code-blueprint/stargazers) [](https://github.com/faizkhairi/claude-code-blueprint/network/members) [](LICENSE) [](https://docs.anthropic.com/en/docs/claude-code) [](CONTRIBUTING.md)

**11 agents** · **17 skills** · **10 hooks** · **5 rules** -- every one battle-tested

[English](README.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [简体中文](README.zh.md)


Quick Start

Copy one file. Get three behavioral rules. Done in 60 seconds.

# In your project root
curl -o CLAUDE.md https://raw.githubusercontent.com/faizkhairi/claude-code-blueprint/main/CLAUDE.md

This gives Claude Code three rules that prevent the most common AI coding mistakes:

**Verify-After-Complete** · **Diagnose-First** · **Plan-Before-Execute**

Ready for more? See the [full adoption path](#recommended-adoption-path) or the [30-minute beginner guide](GETTING-STARTED.md). New to Claude Code? See [who this is for](#who-is-this-for) or the [FAQ](FAQ.md).

**Want more than CLAUDE.md?** Install hooks, agents, and settings automatically:

# From a cloned/forked copy of this repo
./setup.sh --preset=standard

Or let Claude do it -- paste into a Claude Code session: *"Set up the Claude Code Blueprint. Copy CLAUDE.md to my project root, set up hooks and settings in ~/.claude/. Show me each step."*

See [SETUP.md](SETUP.md) for all setup options including a verification checklist.


Before You Start

**Important:** This is a reference architecture, not a project template. Do **not** run Claude Code inside this repository -- it will read the blueprint's own CLAUDE.md instead of your project's rules. Fork or cherry-pick files into your own project.

...