The production layer for Claude Code. 37 commands and 40 skills across 9 OS capabilities: multi-agent forge orchestration, 6-pass adversarial code review, AISLE security posture, persistent-memory support, systematic debugging, live HUD, and more.
4ge ecosystem — forge orchestration + OS operations
[AISLE] AI Security Learning Environment -- security posture, scanning, and threat management
Run code quality audit — 70 checks across 10 domains
Run autoresearch — self-improving measurement loops. Use: /autoresearch <domain>, /autoresearch sweep, /autoresearch status, /autoresearch heal <domain>
Bootstrap or update a Claude Code environment
Heavyweight 6-pass adversarial review orchestrator (Dumb-Fuck Expert) — fans out to 5 domain minions + 1 synthesis pass. For a single-pass review use the review-adversarial skill. Keywords: hallucination, slop, AI-generated, adversarial, 6-pass, dfe
DFE minion — Pass 6 (ARTIFACTS). Dead exports, orphaned variables, copy-paste drift, excessive complexity, TODO/FIXME without tickets.
DFE minion — Pass 1 (EXISTENCE). Verifies imports resolve, packages exist on npm, APIs are not deprecated or hallucinated.
DFE minion — Pass 3 (LOGIC). Race conditions, off-by-one, inverted booleans, tautological tests, async errors, falsy-value bugs.
DFE minion — Pass 4 (RUNTIME) + Pass 5 (TRUST). Environment mismatches, missing await, global state, boundary validation, type assertion hiding.
Coverage-maximizing adversarial audit — volume over precision, every file, every pattern, every hunch
Claude Code configuration audit — read-only health pass over agent frontmatter, hook wiring drift, slash-command registration, MCP server entries, memory setup. Audits what already exists; net-new builds belong to implement-feature, broken-hook repair to fix-hook.
Implementation quality audit — codebase-wide static sweep for cyclomatic complexity, duplication, unused exports, stale dependencies, tech-debt inventory. Not a diff review (use review-code) and not branch cleanup (use repo-hygiene).
Integration audit — contract testing, service dependency mapping, failure mode analysis
Tactical multi-angle parallel review of a target (diff range, file, or topic). Dispatches 2-4 reviewers with different perspectives (judgment, nitpick, DFE adversarial) and converges into a single verdict with agreement matrix. Use when: the user says 'review this', 'audit panel', 'get a second opinion', 'throw reviewers at this', 'multi-angle review', wants a quick tactical review that doesn't warrant a full /audit pipeline, or asks for parallel review perspectives on a specific scope. Also trigger when the user dispatches multiple review agents manually — offer to formalize via this skill.
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
4ge is the production layer for Claude Code: multi-agent orchestration, 6-pass adversarial code review, an advisory security posture (AISLE), persistent cross-session memory, and a live HUD — delivered as one Claude Code plugin.
This repository is the public marketplace for the 4ge plugin. It contains the
marketplace manifest and the installable plugin source under plugins/4ge/.
# Add the marketplace (one time)
claude plugin marketplace add turdpusher360/turd-box
# Install the plugin
claude plugin install 4ge@turd-box
If your Claude Code build cannot add a remote marketplace directly, use the verified checkout install path:
git clone https://github.com/turdpusher360/turd-box.git
claude plugin marketplace add ./turd-box
claude plugin install 4ge@turd-box
That's it — /help will show the full command index once the plugin loads.
/forge runs a 7-phase pipeline (scope →
brainstorm → spec → plan → execute → integrate → ship) and dispatches
specialized agents to do the work./dfe runs 6 review passes (5 domain passes +
1 adversarial pass that actively tries to break what the first five approved)./aisle reports security posture and routes
scans for supply-chain integrity, credential exposure, privilege-escalation
paths, and prompt injection. Scans and guards are advisory (warn-only) —
nothing blocks. The historical fail-closed 9-scanner gate is intentionally
shelved until its ADR reactivation criteria are met./recall searches a dev-memory hub across sessions.
Local memory is available on the Free and Pro tiers; hosted (shared team
namespace) memory is a Team-tier feature.| Free | Pro ($19/mo) | Team ($39/seat/mo) | |
|---|---|---|---|
| Commands | 25 free commands | + Pro machinery | Everything in Pro |
| DFE Review | — | Full 6-pass adversarial | Full 6-pass adversarial |
| Forge orchestration | — | 7-phase pipeline | 7-phase pipeline |
| AISLE security | — | Posture + scans | Posture + scans |
| Memory | Local | Local | Local + hosted (shared team namespace) |
| Blueprint | Single project | Single project | Single project |
| Support | Community | Priority SLA |
Install free today; Pro pricing applies when checkout opens → https://3sixtyco.dev/4ge
Optional infrastructure (commands degrade gracefully when absent):
| Dependency | Used by |
|---|---|
| Docker + GPU | local memory features |
| dev-memory MCP hub | hosted/shared memory (Team tier) |
FSL-1.1-MIT — the Functional Source License. Free to use, modify, and share
for non-competing purposes; converts automatically to MIT on the Change Date.
This is source-available, not open source. See
plugins/4ge/LICENSE for full terms. Files installed by
Blueprint into your own repositories are MIT immediately.
plugins/4ge/SECURITY.md.plugins/4ge/CONTRIBUTING.md.npx claudepluginhub turdpusher360/turd-box --plugin 4geHarness-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
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques