Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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
npx claudepluginhub krishnendu409/everything-claude-free-versionLegacy 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
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
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.
v9.42.0 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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
Share bugs, ideas, or general feedback.
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.