By theemilz
Architecture guardrails for AI-generated code. Catches function name drift, phantom imports, field mismatches, and contract violations that compile but fail at runtime.
Catches the mistakes AI coding assistants make — broken contracts, phantom imports, signature drift, and architectural violations that traditional linters miss entirely.
# Add the marketplace
claude plugin marketplace add TheEmilz/camouf-claude-plugin
# Install the plugin
claude plugin install camouf@camouf-marketplace
# Initialize camouf in your project
npx camouf init
Camouf detects the specific class of bugs that AI coding assistants create due to limited context windows:
| Error Type | Example |
|---|---|
| Function name drift | getUser() vs getUserById() |
| Phantom imports | import { x } from './nonexistent' |
| Field mismatch | user.userEmail vs user.email |
| Missing parameters | cancelOrder(id) vs cancelOrder(id, reason) |
| Context drift | Same concept named differently across files |
| Layer violations | Frontend importing from backend |
camouf_validate, camouf_analyze, camouf_suggest_fix)Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub theemilz/camouf-claude-plugin --plugin camoufArchitecture guardrails for AI-generated code. Catches function name drift, phantom imports, field mismatches, and contract violations that compile but fail at runtime.
Code quality enforcement, architecture skills, structural code graph, and impact-aware reviews.
Verify code, architecture, and bug fixes through factored multi-agent verification
Architecture analysis, code quality, and development workflow skills by Ovid
Deterministic linting hooks, semantic code validators, and a multi-LLM advisory council. Enforces coding rules mechanically — not by suggestion.
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Live codebase visualization and structural quality gate — 14 health dimensions graded A-F, dependency analysis, and architecture governance via MCP