By nassimbf
Production-grade Claude Code setup with autonomous pipeline and 4-brain memory
Unified brain interface — routes queries to GBrain (people/decisions), Graphify (concepts/research), GitNexus (code structure/impact), or Engram (session memory/learnings)
Deprecated - use the superpowers:brainstorming skill instead
Incrementally fix build and type errors with minimal, safe changes.
Comprehensive security and quality review of uncommitted changes:
Deprecated - use the superpowers:executing-plans skill instead
Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Generates docs/CODEMAPS/*, updates READMEs and guides.
Use when adding, modifying, or debugging an anti-pattern detection rule in this repo. Walks through the TDD recipe, the rule schema, all five plug-in points, jsdom constraints, and the post-implementation checklist. Trigger this for any work touching src/detect-antipatterns.mjs, tests/fixtures/antipatterns/, or extension/detector/.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Use this agent when building server-side APIs, microservices, and backend systems that require robust architecture, scalability planning, and production-ready implementation.
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
Engineering operating model for teams where AI agents generate a large share of implementation output.
Regression testing strategies for AI-assisted development. Catch systematic blind spots where the same model writes and reviews code.
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code configuration that runs a project from first commit to deployed and monitored — with only 3 human checkpoints.
Claude Code ships with a good base, but no structure around how it plans, reviews, tests, or ships. This project provides that structure: 21 specialist agents, 67 skills, 15 behavioral rules, and a lifecycle hook system — all installed into ~/.claude/ with one command.
Start a feature with /project:sprint validate. Claude validates scope, writes a plan, gets your approval (Gate 1), builds autonomously, runs 7 parallel code reviewers, executes tests, asks you to do UAT (Gate 2), ships, then confirms the push (Gate 3). The three gates are the only manual steps.
Built for developers who want Claude Code to behave like a disciplined engineering team, not a chat assistant.
# Clone
git clone https://github.com/nassimbf/ftitos-claude-code.git
cd ftitos-claude-code
# Install (copies agents, skills, rules, hooks, commands into ~/.claude/)
./install.sh
# Verify everything installed correctly
npm run doctor
Expected output from doctor:
[OK] 21 agents loaded
[OK] 67 skills loaded
[OK] 15 rules loaded
[OK] 14 hooks registered
[OK] 11 commands available
All checks passed.
Requirements: Node.js 18+, Claude Code CLI. Zero external npm dependencies.
flowchart LR
V[VALIDATE] -->|auto| P[PLAN]
P -->|"Gate 1: approve plan"| B[BUILD]
B -->|auto| R[REVIEW]
R -->|auto| T[TEST]
T -->|"Gate 2: UAT"| S[SHIP]
S -->|"Gate 3: confirm push"| M[MONITOR]
Three gates. Everything between them runs without intervention.
| Gate | Trigger | Your action |
|---|---|---|
| Gate 1 | PLAN.md generated with scope, tasks, and risks | Review, type approve |
| Gate 2 | Build complete, review cleared, tests pass | Test the product, type approved |
| Gate 3 | Release packaged, changelog generated | Confirm push, type ship |
Start: /project:sprint validate — Check status: /project:status
See guides/architecture.md for the full system design.
Edit and Write calls on any file that has not been Read in the current session. Prevents modifying code you have not looked at./brain <query>: GBrain (people/companies), Graphify (concepts/knowledge), GitNexus (code structure/blast radius), Engram (session memory/cross-session recall).claude --compact.skillui CLI for extracting design systems from any URL.npx claudepluginhub nassimbf/ftitos-claude-codeMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.