# Everything Claude Code ## Docs - [Architect Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/architect.md): Software architecture specialist for system design and scalability - [Build Error Resolver Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/build-error-resolver.md): TypeScript and build error resolution specialist - [Code Reviewer Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/code-reviewer.md): Expert code review specialist for quality, security, and maintainability - [Database Reviewer Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/database-reviewer.md): PostgreSQL database specialist for query optimization and schema design - [Doc Updater Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/doc-updater.md): Documentation and codemap specialist - [E2E Runner Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/e2e-runner.md): End-to-end testing specialist using Playwright - [Go Build Resolver Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/go-build-resolver.md): Go build and compilation error resolution specialist - [Go Reviewer Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/go-reviewer.md): Expert Go code reviewer for idiomatic Go and best practices - [Agents Overview](https://mintlify.wiki/affaan-m/everything-claude-code/agents/overview.md): Everything Claude Code provides 13 specialized agents for software development tasks - [Planner Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/planner.md): Expert planning specialist for complex features and refactoring - [Python Reviewer Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/python-reviewer.md): Expert Python code reviewer for Pythonic patterns and PEP 8 - [Refactor Cleaner Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/refactor-cleaner.md): Dead code cleanup and consolidation specialist - [Security Reviewer Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/security-reviewer.md): Security vulnerability detection and remediation specialist - [TDD Guide Agent](https://mintlify.wiki/affaan-m/everything-claude-code/agents/tdd-guide.md): Test-Driven Development specialist enforcing write-tests-first methodology - [/build-fix Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/build-fix.md): Incrementally fix build and type errors with minimal, safe changes - [/checkpoint Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/checkpoint.md): Create or verify checkpoints in your development workflow - [/code-review Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/code-review.md): Comprehensive security and quality review of uncommitted changes - [/e2e Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/e2e.md): Generate and run end-to-end tests with Playwright for critical user journeys - [/eval Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/eval.md): Manage eval-driven development workflow - [/evolve Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/evolve.md): Analyze instincts and suggest or generate evolved structures - [/go-build Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/go-build.md): Fix Go build errors, go vet warnings, and linter issues incrementally - [/go-review Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/go-review.md): Comprehensive Go code review for idiomatic patterns, concurrency safety, and security - [/go-test Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/go-test.md): Enforce TDD workflow for Go with table-driven tests and 80%+ coverage - [/instinct-export Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/instinct-export.md): Export instincts to a shareable YAML format - [/instinct-import Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/instinct-import.md): Import instincts from file or URL into project or global scope - [/instinct-status Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/instinct-status.md): Show learned instincts grouped by domain with confidence levels - [/learn Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/learn.md): Extract reusable patterns from the current session - [/learn-eval Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/learn-eval.md): Extract, evaluate, and save reusable patterns with quality gate - [/multi-execute Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/multi-execute.md): Multi-model collaborative execution - Get prototype → Refactor → Multi-model audit - [/multi-plan Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/multi-plan.md): Multi-model collaborative planning with Context retrieval + Dual-model analysis - [/orchestrate Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/orchestrate.md): Sequential agent workflow for complex tasks - [Commands Overview](https://mintlify.wiki/affaan-m/everything-claude-code/commands/overview.md): Complete reference of all 35 Everything Claude Code commands for workflow automation and development - [/plan Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/plan.md): Restate requirements, assess risks, and create step-by-step implementation plan - [/pm2 Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/pm2.md): Auto-analyze project and generate PM2 service commands - [/python-review Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/python-review.md): Comprehensive Python code review for PEP 8, type hints, security, and Pythonic idioms - [/refactor-clean Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/refactor-clean.md): Safely identify and remove dead code with test verification at every step - [/tdd Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/tdd.md): Enforce test-driven development workflow with 80%+ coverage requirement - [/test-coverage Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/test-coverage.md): Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ - [/verify Command](https://mintlify.wiki/affaan-m/everything-claude-code/commands/verify.md): Run comprehensive verification on current codebase state - [Agents](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/agents.md): Specialized subagents for delegated tasks with limited scope and focused expertise - [Commands](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/commands.md): Slash commands for quick execution of common development workflows - [Hooks](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/hooks.md): Event-driven automations that fire before or after Claude Code tool executions - [Architecture Overview](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/overview.md): Understanding the Everything Claude Code framework architecture and core components - [Rules](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/rules.md): Always-follow guidelines for code quality, security, and standards - [Skills](https://mintlify.wiki/affaan-m/everything-claude-code/concepts/skills.md): Workflow definitions and domain knowledge libraries that agents and commands reference - [Continuous Learning v2](https://mintlify.wiki/affaan-m/everything-claude-code/guides/continuous-learning.md): Instinct-based learning system that captures patterns from your sessions and evolves them into reusable skills, commands, and agents - [Multi-Language Rules Setup](https://mintlify.wiki/affaan-m/everything-claude-code/guides/multi-language-setup.md): Install language-specific rules (TypeScript, Python, Go, Swift) that extend common principles with framework-specific patterns - [Security Best Practices](https://mintlify.wiki/affaan-m/everything-claude-code/guides/security-best-practices.md): Comprehensive security checklist covering secrets management, input validation, SQL injection, XSS, CSRF, authentication, and more - [Test-Driven Development Workflow](https://mintlify.wiki/affaan-m/everything-claude-code/guides/tdd-workflow.md): Enforce TDD with 80%+ coverage including unit, integration, and E2E tests. Write tests first, then implement. - [Token Optimization](https://mintlify.wiki/affaan-m/everything-claude-code/guides/token-optimization.md): Reduce Claude Code costs by 60-70% with strategic model selection, thinking token limits, and compaction strategies - [Creating Custom Hooks](https://mintlify.wiki/affaan-m/everything-claude-code/hooks/custom-hooks.md): Write your own hooks to enforce project-specific rules and automation - [Session Lifecycle Hooks](https://mintlify.wiki/affaan-m/everything-claude-code/hooks/memory-persistence.md): Preserve context and state across Claude Code sessions - [Hook System Overview](https://mintlify.wiki/affaan-m/everything-claude-code/hooks/overview.md): Event-driven automations that enforce code quality and catch mistakes early - [Strategic Compaction](https://mintlify.wiki/affaan-m/everything-claude-code/hooks/strategic-compact.md): Manual compaction suggestions at logical intervals - [Installation](https://mintlify.wiki/affaan-m/everything-claude-code/installation.md): Detailed installation guide for Everything Claude Code with multiple installation options - [Introduction](https://mintlify.wiki/affaan-m/everything-claude-code/introduction.md): Everything Claude Code - The performance optimization system for AI agent harnesses from an Anthropic hackathon winner - [Claude Code Support](https://mintlify.wiki/affaan-m/everything-claude-code/platforms/claude-code.md): Everything Claude Code's native platform with full plugin capabilities - [Codex CLI Support](https://mintlify.wiki/affaan-m/everything-claude-code/platforms/codex.md): First-class OpenAI Codex CLI support with reference configuration and ported skills - [Cursor IDE Support](https://mintlify.wiki/affaan-m/everything-claude-code/platforms/cursor.md): Full Cursor IDE integration with hooks, rules, and DRY adapter pattern - [OpenCode Support](https://mintlify.wiki/affaan-m/everything-claude-code/platforms/opencode.md): Full OpenCode plugin integration with 20+ event types and native custom tools - [Quick Start](https://mintlify.wiki/affaan-m/everything-claude-code/quickstart.md): Get up and running with Everything Claude Code in under 2 minutes - [AgentShield](https://mintlify.wiki/affaan-m/everything-claude-code/reference/agentshield.md): Security scanner for Claude Code configurations and agent definitions - [Changelog](https://mintlify.wiki/affaan-m/everything-claude-code/reference/changelog.md): Version history and release notes for Everything Claude Code - [Contributing Guide](https://mintlify.wiki/affaan-m/everything-claude-code/reference/contributing.md): How to contribute agents, skills, hooks, and commands to Everything Claude Code - [FAQ](https://mintlify.wiki/affaan-m/everything-claude-code/reference/faq.md): Frequently asked questions about Everything Claude Code - [GitHub App](https://mintlify.wiki/affaan-m/everything-claude-code/reference/github-app.md): ECC Tools GitHub App for automated skill creation and team workflows - [MCP Servers](https://mintlify.wiki/affaan-m/everything-claude-code/reference/mcp-servers.md): Model Context Protocol server configurations for Claude Code - [Migration Guide](https://mintlify.wiki/affaan-m/everything-claude-code/reference/migration.md): Migrate between ECC versions and from other Claude Code configurations - [Package Manager Detection](https://mintlify.wiki/affaan-m/everything-claude-code/reference/package-managers.md): How ECC detects and uses your preferred package manager (npm, pnpm, yarn, bun) - [Settings Configuration](https://mintlify.wiki/affaan-m/everything-claude-code/reference/settings.md): Configure Claude Code settings for token optimization and performance - [Skill Creator](https://mintlify.wiki/affaan-m/everything-claude-code/reference/skill-creator.md): Generate Claude Code skills from your repository's git history - [Sponsors](https://mintlify.wiki/affaan-m/everything-claude-code/reference/sponsors.md): Support Everything Claude Code development through sponsorship - [Troubleshooting](https://mintlify.wiki/affaan-m/everything-claude-code/reference/troubleshooting.md): Common issues and solutions for Everything Claude Code - [Common Language-Agnostic Rules](https://mintlify.wiki/affaan-m/everything-claude-code/rules/common-rules.md): Universal principles that apply to all projects regardless of language - [Go-Specific Rules](https://mintlify.wiki/affaan-m/everything-claude-code/rules/golang-rules.md): Go coding standards, testing, and security guidelines - [Rules System Overview](https://mintlify.wiki/affaan-m/everything-claude-code/rules/overview.md): Language-agnostic and language-specific guidelines for code quality - [Python-Specific Rules](https://mintlify.wiki/affaan-m/everything-claude-code/rules/python-rules.md): Python coding standards, testing, and security guidelines - [TypeScript-Specific Rules](https://mintlify.wiki/affaan-m/everything-claude-code/rules/typescript-rules.md): TypeScript and JavaScript coding standards, testing, and security guidelines - [API Design](https://mintlify.wiki/affaan-m/everything-claude-code/skills/api-design.md): REST API design patterns including resource naming, status codes, pagination, and versioning - [Backend Patterns](https://mintlify.wiki/affaan-m/everything-claude-code/skills/backend-patterns.md): Backend architecture patterns, API design, database optimization, and server-side best practices - [Coding Standards](https://mintlify.wiki/affaan-m/everything-claude-code/skills/coding-standards.md): Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js - [Continuous Learning v2](https://mintlify.wiki/affaan-m/everything-claude-code/skills/continuous-learning-v2.md): Instinct-based learning system that observes sessions and creates reusable knowledge through atomic instincts - [C++ Coding Standards](https://mintlify.wiki/affaan-m/everything-claude-code/skills/cpp-coding-standards.md): C++ coding standards based on the C++ Core Guidelines for modern, safe, and idiomatic C++ - [Database Migrations](https://mintlify.wiki/affaan-m/everything-claude-code/skills/database-migrations.md): Safe schema changes, data migrations, rollbacks, and zero-downtime deployments - [Django Patterns](https://mintlify.wiki/affaan-m/everything-claude-code/skills/django-patterns.md): Django architecture, REST API design with DRF, ORM best practices, and production-grade patterns - [E2E Testing](https://mintlify.wiki/affaan-m/everything-claude-code/skills/e2e-testing.md): Playwright E2E testing patterns, Page Object Model, and artifact management - [Eval Harness](https://mintlify.wiki/affaan-m/everything-claude-code/skills/eval-harness.md): Formal evaluation framework implementing eval-driven development (EDD) principles - [Frontend Patterns](https://mintlify.wiki/affaan-m/everything-claude-code/skills/frontend-patterns.md): Modern frontend patterns for React, Next.js, state management, and performance optimization - [Go Patterns](https://mintlify.wiki/affaan-m/everything-claude-code/skills/golang-patterns.md): Idiomatic Go patterns, best practices, and conventions for robust applications - [Go Testing](https://mintlify.wiki/affaan-m/everything-claude-code/skills/golang-testing.md): Go testing patterns including table-driven tests, benchmarks, and fuzzing with TDD methodology - [Iterative Retrieval](https://mintlify.wiki/affaan-m/everything-claude-code/skills/iterative-retrieval.md): Pattern for progressively refining context retrieval to solve the subagent context problem - [Skills Overview](https://mintlify.wiki/affaan-m/everything-claude-code/skills/overview.md): 50+ specialized skills for development workflows, testing, security, and architecture - [Python Patterns](https://mintlify.wiki/affaan-m/everything-claude-code/skills/python-patterns.md): Pythonic idioms, PEP 8 standards, type hints, and best practices - [Security Review](https://mintlify.wiki/affaan-m/everything-claude-code/skills/security-review.md): Comprehensive security checklist for authentication, input validation, and vulnerability prevention - [Security Scan](https://mintlify.wiki/affaan-m/everything-claude-code/skills/security-scan.md): Scan Claude Code configuration for security vulnerabilities and misconfigurations using AgentShield - [Strategic Compact](https://mintlify.wiki/affaan-m/everything-claude-code/skills/strategic-compact.md): Manual context compaction at logical intervals to preserve context through task phases - [TDD Workflow](https://mintlify.wiki/affaan-m/everything-claude-code/skills/tdd-workflow.md): Test-driven development with comprehensive coverage including unit, integration, and E2E tests - [Verification Loop](https://mintlify.wiki/affaan-m/everything-claude-code/skills/verification-loop.md): Comprehensive verification system for quality gates before creating PRs