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
Incrementally fix build and type errors with minimal, safe changes.
Create a structured SESSION.md checkpoint for seamless resume after `/clear`, or create a git-based checkpoint.
Comprehensive security and quality review of uncommitted changes:
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
Manage eval-driven development workflow.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
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.
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Design and build agent-first CLIs with HATEOAS JSON responses, context-protecting output, and self-documenting command trees. Use when creating new CLI tools, adding commands to existing CLIs, or reviewing CLI design for agent-friendliness. Triggers on 'build a CLI', 'add a command', 'CLI design', 'agent-friendly output', or any task involving command-line tool creation.
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
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
Forked from affaan-m/everything-claude-code — the complete collection of Claude Code configs from an Anthropic hackathon winner.
Production-ready agent harness combining three layers into a single forkable repo:
/project-init bootstrapping, /readiness-check assessment, CLAUDE.md template, and memory capture hook/fork command for state snapshots, /checkpoint with structured SESSION.md generation, and tool enumeration stabilization for prompt cache optimization# Clone into ~/.claude/
git clone https://github.com/austinatneuko/everything-claude-code.git ~/.claude/everything-claude-code
# Add to ~/.claude/settings.json
# "enabledPlugins": { "everything-claude-code@everything-claude-code": true }
Then in any project:
/readiness-check — Audit project readiness (L1-L4 scorecard)/project-init — Bootstrap CLAUDE.md, .env.example, templates, CI, test runner/checkpoint — Generate structured SESSION.md for seamless context resume/fork <name> — Snapshot state before debugging tangentsreadiness/)A system for making every project agent-ready before you start coding. Based on Factory.ai's Agent Readiness framework.
| Component | Description |
|---|---|
readiness/checklist.md | 52 binary pass/fail criteria, 9 pillars, 4 levels (L1-L4) |
readiness/templates/CLAUDE.md.template | Per-project agent briefing packet with delegation guide |
readiness/scripts/memory-capture.js | Auto-capture learnings via trigger phrases (# note, ## personal, remember this:) |
skills/readiness-check/ | /readiness-check — static analysis scorecard |
skills/project-init/ | /project-init — one-command scaffolding (CLAUDE.md, .env.example, templates, ultracite, vitest, CI, dependabot) |
Inspired by OpenAI Codex's harness architecture — conversation primitives, retry detection, and context measurement.
| Component | Description |
|---|---|
scripts/hooks/item-tracker.js | PostToolUse hook tracking each tool execution (tool, target, success, retry sequence) |
scripts/hooks/turn-tracker.js | Stop hook recording each user-agent exchange |
scripts/hooks/context-meter.js | Stop hook estimating context window utilization, warns at 80%/90% |
commands/fork.md | /fork — snapshot state before tangents |
commands/checkpoint.md | /checkpoint — generate structured SESSION.md for /clear resume |
skills/structured-checkpoint/ | Skill backing the checkpoint command |
This repo is the raw code only. The guides explain everything.
|
|
|
| Shorthand Guide Setup, foundations, philosophy. Read this first. | Longform Guide Token optimization, memory persistence, evals, parallelization. |
| Topic | What You'll Learn |
|---|---|
| Token Optimization | Model selection, system prompt slimming, background processes |
| Memory Persistence | Hooks that save/load context across sessions automatically |
| Continuous Learning | Auto-extract patterns from sessions into reusable skills |
| Verification Loops | Checkpoint vs continuous evals, grader types, pass@k metrics |
| Parallelization | Git worktrees, cascade method, when to scale instances |
| Subagent Orchestration | The context problem, iterative retrieval pattern |
npx claudepluginhub austinatneuko/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.