faizkhairi/claude-code-blueprint

A battle-tested, framework-agnostic reference architecture for Claude Code. Beginner-friendly with graduated adoption (minimal / standard / core / full presets). 12 agents, 19 skills, 15 hooks, 6 rules, with reasoning behind every decision.

70Stars on the repository
33Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

changelog

01

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Generate a changelog from git history since a tag, date, or commit.

not rated 70 +1 24d ago A 18 tokens original MIT

db-check

02

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Validate database schema integrity and check for common issues.

not rated 70 +1 24d ago A 12 tokens original MIT

deploy-check

03

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use before any git push to main/master/production, or when user mentions 'deploy', 'going live', 'push to prod', 'ready to ship', 'merge to main', 'release'. Also trigger before any npm publish for CLI tools, or on 'audit', 'check vulnerabilities', 'are our deps safe?', 'npm audit', 'yarn audit'. Performs: test…

not rated 70 +1 24d ago A 167 tokens original MIT

e2e-check

04

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Run E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.

not rated 70 +1 24d ago A 48 tokens original MIT

elicit-requirements

05

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Structured pre-feature requirements gathering. Run before writing any new feature or API endpoint to clarify scope, acceptance criteria, and technical constraints. Produces: a Requirements Summary (Problem | Scope | Stories | Acceptance Criteria | Out of Scope | Open Questions), presented to the user for confirmation…

not rated 70 +1 24d ago A 79 tokens original MIT

load-session

06

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Restore session context at the start of every new conversation. Auto-triggers on session start, or when user says 'continue', 'what were we doing', 'where did we leave off'.

not rated 70 +1 24d ago A 41 tokens original MIT

pr-review

07

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Review and post feedback on a GitHub or Gitea pull request end-to-end: fetch the PR diff, run a multi-agent code review, and auto-post the verdict as a real PR review (approve/request-changes/comment) via the platform's API. Triggers on: 'review this PR', 'review PR #N', 'check this pull request', 'post a PR review'…

not rated 70 +1 24d ago B 112 tokens original MIT

register-project

08

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Register an existing project in memory. Use when starting work on a new repo or when a project needs its own context file. Triggers on: 'register project', 'add project to memory', 'track this project', 'create project file'.

not rated 70 +1 24d ago A 52 tokens original MIT

review-diff

09

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Scan git diffs for project-specific anti-patterns. Triggers on: 'scan diff', 'check diff', 'anti-pattern check', 'pattern scan', 'review changes'.

not rated 70 +1 24d ago A 40 tokens original MIT

review-full

10

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Run a comprehensive multi-perspective code review on recent changes. Also triggers on 'is this secure?', 'security review', 'check for vulnerabilities', 'could this be exploited?' for security-focused review. Produces: GO/NO-GO verdict + findings table (Severity | Category | File:Line | Issue | Recommendation)…

not rated 70 +1 24d ago A 120 tokens original MIT

save-diary

11

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use when user says 'save diary', 'write diary', 'diary entry', 'update diary', or 'document session'. Also auto-trigger at the end of any significant session (feature shipped, major bug fixed, architecture decision, new project started).

not rated 70 +1 24d ago A 57 tokens original MIT

save-session

12

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use when user says 'save', 'save session', or explicitly wants to preserve session state. {USERNAME} does NOT use slash commands; also trigger proactively when significant work has been completed and session context should be persisted. For session endings (bye/done/goodbye), use the session-end skill instead…

not rated 70 +1 24d ago A 76 tokens original MIT

self-audit

14

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Run the verify-plan checklist against YOUR OWN plan before finalizing it (before ExitPlanMode), with special emphasis on the consumer audit. Triggers on: 'audit yourself', 'self-audit', 'check your own plan', 'did you check everything', 'verify before exit plan', or automatically before any non-trivial ExitPlanMode.…

not rated 70 +1 24d ago A 90 tokens original MIT

session-end

15

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use when user says 'bye', 'goodbye', 'good night', 'gnight', 'done for today', 'that's all', 'that's it', 'see you', 'see ya', 'let's stop', 'stopping here', 'wrapping up', 'signing off', 'closing down', 'done', 'finished for now', 'talk later', 'cya'. The user does NOT use slash commands; detect these natural…

not rated 70 +1 24d ago A 107 tokens original MIT

sprint-plan

16

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use when user describes a multi-step feature to build, says 'let's build', 'new project', 'let's implement', or when a task clearly requires more than 3 steps and no plan exists yet. Do NOT trigger for simple additions like adding a comment, renaming a variable, or single-file changes. Produces: task breakdown…

not rated 70 +1 24d ago A 107 tokens original MIT

status

17

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

Show project status dashboard across registered repositories.

not rated 70 +1 24d ago A 9 tokens original MIT

tech-radar

18

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use when user asks 'what's new?', 'any updates?', 'latest versions?', 'breaking changes?', 'should we upgrade?', 'what changed in X?', or when starting a new project. Detects dependencies dynamically from package.json / requirements.txt / go.mod / composer.json first, then reports per-package: latest version (vs.…

not rated 70 +1 24d ago A 118 tokens original MIT

test-check

19

faizkhairi/claude-code-blueprint

Skill Claude CodeCodex

MUST use after implementing new features or bug fixes, when user asks 'run the tests', 'are tests passing?', 'test this', or before any deployment step. Also trigger when tests were previously failing and fixes were applied.

not rated 70 +1 24d ago A 49 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: