Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Legacy slash-entry shim for the agent-sort skill. Prefer the skill directly.
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Incrementally fix build and type errors with minimal, safe changes.
Create or verify a checkpoint in your workflow.
Legacy slash-entry shim for the nanoclaw-repl skill. Prefer the skill directly.
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.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
Add x402 payment execution to AI agents — per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents need to pay for APIs, services, or other agents.
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.
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
External network access
Connects to servers outside your machine
External network access
Connects to servers outside your machine
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
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
The full Everything Claude Code project (affaan-m/everything-claude-code) — all agents, skills, hooks, rules, and commands — pre-wired for free models instead of paid Claude APIs.
| Role | Model | Provider | Cost |
|---|---|---|---|
| Primary / large tasks | Gemma 4 27B (google/gemma-4-27b-it) | Google AI Studio | Free (rate-limited) |
| Fast / small tasks | Qwen 2.5 Coder 7B (ollama/qwen2.5-coder:7b) | Ollama (local) | Free (local GPU/CPU) |
Go to https://aistudio.google.com → Get API key → copy it.
export GOOGLE_AI_STUDIO_KEY=your_key_here
Or copy .env.example to .env and fill it in (requires your shell to source it).
bash scripts/setup-ollama.sh
This installs Ollama if needed and pulls qwen2.5-coder:7b (~4.7 GB).
npm i -g opencode
opencode
Edit .opencode/opencode.json — change the top-level "model" field:
// Use Gemma (default — needs GOOGLE_AI_STUDIO_KEY):
"model": "google/gemma-4-27b-it"
// Switch to fully-local Qwen when quota is exceeded:
"model": "ollama/qwen2.5-coder:7b"
bash scripts/check-quota.sh
Access to 47 agents, 181 skills, and 79 legacy command shims — everything from the upstream ECC project, unchanged:
| Feature | Claude Code | Cursor IDE | Codex CLI | OpenCode |
|---|---|---|---|---|
| Agents | ✅ 47 agents | Shared | Shared | 1 |
| Commands | ✅ 79 commands | Shared | Shared | 1 |
| Skills | ✅ 181 skills | Shared | Shared | 1 |
| Feature | Claude Code | Cursor IDE | Codex CLI | OpenCode |
|---|---|---|---|---|
| Agents | 47 | Shared (AGENTS.md) | Shared (AGENTS.md) | 12 |
| Commands | 79 | Shared | Instruction-based | 31 |
| Skills | 181 | Shared | 10 (native format) | 37 |
| Directory | Contents |
|---|---|
.opencode/ | OpenCode configuration (agents, commands, plugins) |
skills/ | 181 reusable skill modules |
agents/ | Agent definitions |
rules/ | Coding rules and guidelines |
hooks/ | Lifecycle hooks |
commands/ | Slash-command templates |
contexts/ | Context files |
scripts/ | Setup and utility scripts |
.claude/ | Claude Code compatibility shims |
.cursor/ | Cursor IDE integration |
.kiro/ | Kiro IDE integration |
.gemini/ | Gemini CLI integration |
.agents/ | Multi-agent configs |
.opencode/opencode.json ← main config (model set to Gemma/Qwen)
scripts/setup-ollama.sh ← install Ollama + pull qwen2.5-coder:7b
scripts/check-quota.sh ← verify Google AI Studio quota
.env.example ← copy to .env, fill GOOGLE_AI_STUDIO_KEY
Original project: affaan-m/everything-claude-code by @affaan-m.
This repo substitutes the paid Anthropic/Claude models for free alternatives while keeping all agent logic, skills, rules, hooks, and commands intact.
MIT — see LICENSE.
npx claudepluginhub krishnendu409/everything-claude-free-versionHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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.
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review