Skip to content
Codexpiator

Codexpiator

Commands & agent

Three commands drive audits and setup; a read-only subagent keeps the heavy multi-file reads out of your main conversation.

claude

> /plugin marketplace add emanuelegreco29/codexpiator

> /plugin install codexpiator

/codexpiator-audit

Full frontend + backend + security + testing audit

Dispatches the codexpiator-reviewer agent to read the relevant checklists and the whole project (or a given path), then returns one prioritized list of findings, most severe first. Nothing praised, nothing re-narrated.

/codexpiator-setup

Bootstrap baseline project structure and conventions

Applies the architecture and repo-hygiene conventions to a project: folder layout, .gitignore, .env.example, a README skeleton, and a CI config skeleton matched to the detected stack. It never overwrites a file that already exists without asking first.

/codexpiator-review

Review a diff or PR against Codexpiator's own checklists

Reviews the current diff or a given PR/branch against the code-review checklist plus whatever security, frontend, or backend checklist applies to what changed. Complements /code-review and security-review, and doesn't replace them.

The agent behind the audits

R/O

codexpiator-reviewer

Isolated, read-only multi-file auditor

The subagent behind both audit commands. It reads the project (or a diff) and the matching checklists, then reports findings compactly. It has no write access and never touches code, so findings are always handed back to you or the user to act on.