claude-code-blueprint
Ready-to-copy rules, hooks, and skills for reliable coding
All Skills in This Repository (18)
Pure Emerald Level Indicatorsdb-check
Validate database schema integrity, indexes, query patterns, and ORM operations.
save-diary
Create structured diary entries for coding sessions on user triggers or session completion.
changelog
Generate a categorized changelog from Git history by tag, date, or commit.
e2e-check
Automate end-to-end testing and interactive browser verification with Playwright.
review-diff
Scan git diffs for predefined coding anti-patterns and mistakes.
elicit-requirements
Gather structured pre-feature requirements including acceptance criteria and technical constraints.
session-end
Save session context, reminders, and diary entries to GitHub.
review-full
Review source code for quality, security, and database logic issues.
save-session
Save coding session state to memory files and a GitHub repository.
status
Monitor repository health, service ports, database connectivity, and recent commits.
test-check
Execute project test suites and report summary metrics with failure analysis.
deploy-check
Validate code before production deployment with tests, security scans, and schema checks.
Frequently Asked Questions
FAQPage SchemaHow to install Claude Code Blueprint?โผ
Run `npx skills add faizkhairi/claude-code-blueprint --all -g -y` in your terminal to install all skills in this suite globally.
What does Claude Code Blueprint do?โผ
It is a library of ready-to-copy rules, hooks, agents, and skills that prevent common AI coding mistakes like skipping verification, ignoring root causes, and changing code without a plan.
How do the verification rules work?โผ
The CLAUDE.md file forces the agent to run tests, check live endpoints, and confirm wiring after every task, and to diagnose git state and error sources before writing any fix.
Does it work with frameworks other than JavaScript?โผ
Yes. The blueprint is framework-agnostic and works with any language or stack, since it configures agent behavior rather than project code.
Can beginners use Claude Code Blueprint?โผ
Yes. You can start in 60 seconds by copying a single CLAUDE.md file, then add hooks, agents, and skills as your workflow grows.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core