
affaan-m/everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
nanoclaw-repl
@affaan-m/everything-claude-code
Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.
coding-standards
@affaan-m/everything-claude-code
TypeScript, JavaScript, React, Node.js 개발을 위한 범용 코딩 표준, 모범 사례 및 패턴.
golang-testing
@affaan-m/everything-claude-code
테이블 주도 테스트, 서브테스트, 벤치마크, 퍼징, 테스트 커버리지를 포함한 Go 테스팅 패턴. 관용적 Go 관행과 함께 TDD 방법론을 따릅니다.
prompt-optimizer
@affaan-m/everything-claude-code
Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants the task executed directly, or says "just do it" / "直接做". DO NOT TRIGGER when user says "优化代码", "优化性能", "optimize performance", "optimize this code" — those are refactoring/performance tasks, not prompt optimization.
django-patterns
@affaan-m/everything-claude-code
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
continuous-learning
@affaan-m/everything-claude-code
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
frontend-patterns
@affaan-m/everything-claude-code
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
iterative-retrieval
@affaan-m/everything-claude-code
Pattern for progressively refining context retrieval to solve the subagent context problem
eval-harness
@affaan-m/everything-claude-code
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
