By dswcpp
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
Analyze the current session and extract any patterns worth saving as skills.
Sequential agent workflow for complex tasks.
Incrementally fix TypeScript and build errors:
Show all learned instincts with their confidence levels
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
C++ build error resolution specialist for CMake, qmake, and compilation errors. Fixes linker errors, missing headers, and configuration issues with minimal changes. Use when C++ builds fail.
Expert C++ code reviewer specializing in modern C++ (11/14/17/20), memory safety, RAII patterns, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
Pattern for progressively refining context retrieval to solve the subagent context problem
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Language: English | 繁體中文
English | 简体中文
The complete collection of Claude Code configs from an Anthropic hackathon winner.
Production-ready agents, skills, hooks, commands, rules, and MCP configurations evolved over 10+ months of intensive daily use building real products.
| Pain Point | Our Solution |
|---|---|
| Context window exhaustion | Strategic compaction, memory persistence hooks - sessions last hours, not minutes |
| Repetitive work | 30+ pre-configured commands and skills for one-click workflows |
| Inconsistent AI responses | Rules system ensures consistent code style, security compliance, test coverage |
| High token costs | Subagent architecture + model selection strategy reduces costs by 50-70% |
| Cross-session amnesia | Continuous learning auto-extracts patterns, applies them in future sessions |
| Tedious manual setup | One-click plugin install for complete configuration |
Based on real-world usage:
| Metric | Improvement |
|---|---|
| Effective coding time per session | 3-5x longer |
| Repetitive task time | 80% reduction |
| Code review coverage | From manual 30% to AI+manual 90% |
| Token consumption | 50% less with mgrep + subagents |
# In Claude Code
/plugin marketplace add affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code
# Clone the repo
git clone https://github.com/affaan-m/everything-claude-code.git
# Install rules to user directory (global effect)
cp -r everything-claude-code/rules/* ~/.claude/rules/
In Claude Code, type:
/tdd # Should see TDD workflow start
/code-review # Should see code review start
Top 5 Most Used Commands:
| Command | Purpose | When to Use |
|---|---|---|
/plan | Plan feature implementation | Before starting new features |
/tdd | Test-driven development | Writing new features or fixing bugs |
/code-review | Code review | Before commits |
/build-fix | Fix build errors | When compilation fails |
/refactor-clean | Clean dead code | After refactoring |
Don't make the main Claude do everything. Delegate to specialized subagents:
# Scenario: Implementing a new feature
1. Use planner agent to plan implementation steps
2. Use tdd-guide agent to write tests and code
3. Use code-reviewer agent to review code
4. Use security-reviewer agent to check security issues
Result: Each agent focuses on single responsibility, more accurate results, less context consumed.
Golden Rule: 200k context = precious resource, don't waste it
| Strategy | Action |
|---|---|
| Disable unused MCPs | /mcp to check, keep <10 enabled |
| Use mgrep | 50% token savings vs grep |
| Strategic compaction | Manual /compact after exploration |
| Modular code | Keep files 200-400 lines, max 800 |
# Before session ends
/learn # Extract patterns learned this session
# View learned instincts
/instinct-status
# Evolve instincts into formal skills
/evolve
Result: Claude learns from your coding habits, auto-applies next time.
Scenario: Need to develop multiple features simultaneously
# Create Git worktrees
git worktree add ../feature-auth feature-auth
git worktree add ../feature-cache feature-cache
# Each worktree runs independent Claude instance
cd ../feature-auth && claude
cd ../feature-cache && claude
Result: Conflict-free parallel development, doubled efficiency.
npx claudepluginhub dswcpp/everything-claude-codeHarness-native ECC operator layer - 60 agents, 232 skills, 75 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.