faizkhairifaizkhairiCommunityยท18 Agent Skills Included

claude-code-blueprint

Ready-to-copy rules, hooks, and skills for reliable coding

Provides ready-to-copy behavior rules, lifecycle hooks, specialized subagents, and workflow skills that make AI-assisted coding more reliable. Prevents common mistakes like unverified changes, skipped planning, and undiagnosed errors through mandatory verify-first and plan-first rules. Adds code review, testing, deployment checks, and persistent memory so projects stay consistent across sessions.
npx skills add faizkhairi/claude-code-blueprint --all -g -y
Available:

Gives the AI agent mandatory behavioral rules (verify after completing work, diagnose before fixing, plan before changing code) plus orientation on how to route user requests to the right blueprint components.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

db-check

Validate database schema integrity, indexes, query patterns, and ORM operations.

Community
Advanced
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

save-diary

Create structured diary entries for coding sessions on user triggers or session completion.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

changelog

Generate a categorized changelog from Git history by tag, date, or commit.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

e2e-check

Automate end-to-end testing and interactive browser verification with Playwright.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

review-diff

Scan git diffs for predefined coding anti-patterns and mistakes.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

elicit-requirements

Gather structured pre-feature requirements including acceptance criteria and technical constraints.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

session-end

Save session context, reminders, and diary entries to GitHub.

Community
Advanced
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

review-full

Review source code for quality, security, and database logic issues.

Community
Advanced
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

save-session

Save coding session state to memory files and a GitHub repository.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

status

Monitor repository health, service ports, database connectivity, and recent commits.

Community
Basic
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

test-check

Execute project test suites and report summary metrics with failure analysis.

Community
Intermediate
๐Ÿ“ฆ In Repo
faizkhairifaizkhairi

deploy-check

Validate code before production deployment with tests, security scans, and schema checks.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’