faizkhairi

33 mods across 1 repository, 69 stars between them.

faizkhairi/claude-code-blueprint

Instructions file CodexOpenCode

Instructions for faizkhairi/claude-code-blueprint, covering agents.md: repository orientation for ai assistants, what this repo is, what this repo is not, repository layout and how to help the user.

69 20d ago A 1,135 tokens original MIT

faizkhairi/claude-code-blueprint

Instructions file

Instructions for faizkhairi/claude-code-blueprint, covering global claude behavior rules, verify-after-complete (mandatory), what to verify depends on what was built, verification mindset and after verification.

69 20d ago A 3,009 tokens original MIT

faizkhairi/claude-code-blueprint

Agent

Analyzes codebase architecture for structural issues, dependency direction, modularity, and separation of concerns. Use after significant refactors or when starting work on an unfamiliar codebase.

69 20d ago A 39 tokens original MIT

backend-specialist

04

faizkhairi/claude-code-blueprint

Agent

Expert backend engineer for building server routes, API endpoints, database operations, services, and middleware. Adapts to any backend framework based on project context.

69 20d ago A 35 tokens original MIT

code-reviewer

05

faizkhairi/claude-code-blueprint

Agent

Performs comprehensive code review focusing on quality, patterns, and best practices. Use proactively after significant code changes.

69 20d ago A 26 tokens original MIT

db-analyst

06

faizkhairi/claude-code-blueprint

Agent

Analyzes database schemas, queries, migrations, and performance. Use for schema reviews, query optimization, and migration planning across any ORM.

69 20d ago A 32 tokens original MIT

devops-engineer

07

faizkhairi/claude-code-blueprint

Agent

Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.

69 20d ago A 29 tokens original MIT

docs-writer

08

faizkhairi/claude-code-blueprint

Agent

Creates and maintains project documentation, README files, API docs, changelogs, and architecture documents. Use after features are completed or when docs need updating.

69 20d ago A 35 tokens original MIT

frontend-specialist

09

faizkhairi/claude-code-blueprint

Agent

Expert frontend engineer for building UI components, pages, forms, state management, and client-side logic. Adapts to any frontend framework based on project context.

69 20d ago A 36 tokens original MIT

memory-curator

10

faizkhairi/claude-code-blueprint

Agent

Audits your memory directory for orphans, phantom references, index drift, broken wiki-links, stale entries, and near-duplicates. Writes a dated health report. Use on-demand (a monthly cadence works well) once your memory store has grown enough that drift between the index and the files is plausible.

69 20d ago A 65 tokens original MIT

project-architect

11

faizkhairi/claude-code-blueprint

Agent

Designs system architecture, plans features, breaks work into tasks, and makes technology decisions. Use when starting new projects or designing new features.

69 20d ago A 32 tokens original MIT

qa-tester

12

faizkhairi/claude-code-blueprint

Agent

Creates and runs test suites. Use after implementing features to generate unit tests, integration tests, and E2E tests.

69 20d ago A 28 tokens original MIT

security-reviewer

13

faizkhairi/claude-code-blueprint

Agent

Reviews code for OWASP Top 10 vulnerabilities, authentication flaws, and injection attacks. Use proactively after writing API endpoints or auth code.

69 20d ago A 31 tokens original MIT

verify-plan

14

faizkhairi/claude-code-blueprint

Agent

Mechanical verification of implementation plans. Run on EVERY plan before ExitPlanMode. Checks counts, paths, wiring, policies, examples, and completeness.

69 20d ago A 32 tokens original MIT

deploy-check

17

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…

69 20d ago A 167 tokens original MIT

e2e-check

18

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'.

69 20d ago A 48 tokens original MIT

elicit-requirements

19

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…

69 20d ago A 79 tokens original MIT

load-session

20

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'.

69 20d ago A 41 tokens original MIT

pr-review

21

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'…

69 20d ago B 112 tokens original MIT

register-project

22

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'.

69 20d ago A 52 tokens original MIT

review-diff

23

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'.

69 20d ago A 40 tokens original MIT

review-full

24

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)…

69 20d ago A 120 tokens original MIT