Jedi Forge is a Star Wars-themed AI engineering toolkit for Claude Code focused on Java and Spring projects. It helps developers audit architecture, review testing practices, detect anti-patterns, evaluate dependency health, improve Docker readiness, and generate structured engineering reports. The command system is intentionally simple: - Sense → audit only - Force → code changes - Holocron → documentation - Council → consolidated reporting Jedi Forge is especially useful for teams that care about Clean Architecture, SOLID principles, TDD, and maintainable backend systems. It is not just a themed command pack — it is an engineering workflow layer designed to bring consistency, discipline, and better decision-making into everyday development.
npx claudepluginhub emrecerrah/jedi-forgeJedi Order of Clean Code - Star Wars themed crusade commands + specialist squads for Java/Spring + (optional) Next.js
"May thy types be strong, thy builds be green, and the Force flow eternal through thy logic."
A Star Wars-themed Claude Code plugin that audits and purifies Java/Spring codebases according to the laws of clean code. Parallel squads of specialist agents scan architecture, testing, security, and dependencies simultaneously.
Jedi Forge is a plugin that runs on Claude Code. It automatically analyzes and fixes Java/Spring projects across the following domains:
| Domain | What it does |
|---|---|
| Architecture | Finds Clean Architecture violations, layer boundary leaks, and circular dependencies |
| Testing | Detects TDD discipline gaps, weak assertions, and flaky test risks |
| Security | Scans for hardcoded secrets, Dockerfile leakage, and config risks |
| Dependencies | Audits CVE vulnerabilities, version drift, and bloated dependencies |
| Docker | Applies multi-stage build, non-root user, and healthcheck optimizations |
Every command spins up parallel specialist agent squads (via the Task tool) and produces a single consolidated Council report.
/plugin marketplace add EmreCerrah/jedi-forge
/plugin install EmreCerrah/jedi-forge
/jedi:council-report
Mode: AUDIT ONLY — Does not modify files. Produces reports only.
/jedi:sense_architecture [path] [--domain <name>]Audits architectural integrity. Detects Clean Architecture boundary violations, package cycles, and domain pollution.
# Scan the entire project
/jedi:sense_architecture
# Scan a specific domain
/jedi:sense_architecture src/main/java --domain order
Specialist agents deployed:
Temple Boundary Sentinel — Finds domain/framework contaminationPackage Cycle Hunter — Detects circular dependenciesCross-Domain Smuggler Detector — Catches bounded context leaksShadow Coupling Auditor — Exposes hidden static state couplingPattern Integrity Master — Flags unjustified pattern usage/jedi:sense_testing [path] [--target <ClassOrPackage>]Measures test discipline and quality. Reports missing tests, weak assertions, and flaky test risks.
# Scan the entire test suite
/jedi:sense_testing
# Scan a specific class
/jedi:sense_testing --target com.example.order.OrderService
Specialist agents deployed:
Red-Green Commander — Checks TDD discipline gaps and missing behavior testsAssertion Master (AssertJ) — Upgrades weak assertions to strong AssertJ formIntegration Sentinel (Testcontainers) — Recommends integration tests for DB/HTTP/MQ adaptersTest Hygiene Droid — Detects flaky/slow tests and over-mocking smells/jedi:sense_security [path] [--history]Scans for security risks: hardcoded secrets, config leakage, Docker vulnerabilities.
# Standard security scan
/jedi:sense_security
# Also scan git history for leaks
/jedi:sense_security --history
Specialist agents deployed:
Holocron Scanner — Scans code and config for secrets/credentialsDocker Vault Inspector — Audits Dockerfile/compose for secret leakageGit History Archaeologist — (with --history) Searches commit history for leaked secretsRotation Marshal — Creates remediation and rotation plan/jedi:sense_dependencies [path] [--scope java|node|all]Analyzes dependency risks: CVE vulnerabilities, version drift, unused and bloated libraries.
# Scan Java dependencies only
/jedi:sense_dependencies --scope java
# Scan all dependencies (Java + Node)
/jedi:sense_dependencies --scope all
Specialist agents deployed:
Maven/Gradle Warden — Audits dependency tree drift, conflicts, and unused depsVulnerability Seer — Identifies CVE risks and mitigationsBloat Cutter — Finds heavy starters and removable librariesLockfile Guardian — (if Node exists) Audits npm lockfile and dependency risks/jedi:sense_readiness [path]Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations