oprogramadorreal/optimus-claude
Plugin Claude Code
Plugin marketplace listing 1 plugin: optimus.
oprogramadorreal/optimus-claude
Plugin Claude Code
Plugin marketplace listing 1 plugin: optimus.
oprogramadorreal/optimus-claude
Plugin Claude Code
Sets up your project for effective AI-assisted development — optimized CLAUDE.md files, effective coding guidelines, formatter hooks, built-in code-quality agents, TDD and test coverage, all tailored to your actual codebase.
oprogramadorreal/optimus-claude
Hook Claude Code
Runs before the agent uses a tool for Edit, MultiEdit, Write, NotebookEdit and Bash tool calls, executing restrict-paths.sh via bash. From oprogramadorreal/optimus-claude.
oprogramadorreal/optimus-claude
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing format-python.sh via bash. From oprogramadorreal/optimus-claude.
oprogramadorreal/optimus-claude
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 13 allowed tools.
oprogramadorreal/optimus-claude
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
oprogramadorreal/optimus-claude
Agent
Monitors test coverage gaps when testable code is added or modified. Does not write tests — only flags what needs testing.
oprogramadorreal/optimus-claude
Hook
Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From oprogramadorreal/optimus-claude.
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Runs a structured design conversation — clarifies intent, proposes 2-3 approaches with trade-offs, iterates the design — and writes a user-approved engineering spec to docs/specs/ that /optimus:tdd auto-detects. No implementation happens until the spec is approved. With the scaffold argument, creates docs/product/…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Reviews local changes, an open PR/MR, or a branch diff against the project's own coding guidelines, running parallel agents that each cover a different lens — bugs, security, guidelines, architecture, simplification, plus test coverage and API contracts when relevant. Excludes style and linter-catchable issues.…
oprogramadorreal/optimus-claude
Agent
You are an architecture reviewer. Where the guideline reviewer checks the changed lines against stated rules, you check whether the change sits in the right place in the system.
oprogramadorreal/optimus-claude
Agent
You are a bug detection specialist reviewing code changes.
oprogramadorreal/optimus-claude
Agent
You are a contract quality specialist reviewing API contracts, type definitions, and shared interfaces.
oprogramadorreal/optimus-claude
Agent
You are a guideline compliance reviewer.
oprogramadorreal/optimus-claude
Agent
You are a security and logic reviewer analyzing code changes for vulnerabilities and correctness issues.
oprogramadorreal/optimus-claude
Agent
Read $CLAUDEPLUGINROOT/references/shared-agent-constraints.md for the base agent constraints, quality bar, exclusion rules, scope-expansion procedure, and false-positive guidance that apply to all analysis agents. The following are code-review addendums.
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Stages, commits, and optionally pushes local changes with a Conventional Commits message — always previews and confirms first, and offers a feature branch on protected branches. Modes: "suggest" proposes a message without committing (read-only); "branch [description]" creates and switches to a conventionally named…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Runs an iterative auto-fix loop on a chosen target — review, refactor, or coverage — dispatching the base skill into fresh subagent contexts per iteration, applying fixes automatically without per-change approval, running tests with bisection on failure, and checkpoint-committing until convergence or the cap. Requires…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Prunes and consolidates the project's auto-memory to keep it minimal — deletes stale, wrong, or redundant memories, merges overlapping ones into existing files, and trims the index. Strong bias against growth: never creates new memory files and never stores new facts. Verifies staleness against the current codebase…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Runs a Gauntlet Loop: turns an ambitious goal and optional quality references into a minimal builder/critic prompt judged against a concrete comparison bar, confirms with the user, then executes it as the lead agent until the output beats the bar or the user stops the run — or emits it as a paste-ready /goal prompt…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Compacts the current conversation into one self-contained, tool-agnostic handoff document at docs/handoffs/ .md so any fresh agent or teammate can resume the work from that file alone. References pushed artifacts by path or URL, inlines anything not on the remote, and redacts secrets and PII. Re-running on an existing…
oprogramadorreal/optimus-claude
Skill Claude CodeCodex
Generates or updates a project's HOW-TO-RUN.md — one verified document teaching a new developer to set up their environment and run the project locally. Detects toolchain, source dependencies, external services, and env config via read-only agents; audits an existing file against actual project state and offers a…
oprogramadorreal/optimus-claude
Agent
You are a documentation auditor checking whether a project's existing setup-and-run instructions match the actual codebase state.
oprogramadorreal/optimus-claude
Agent
You are a project detection specialist producing a structured Context Detection Results summary for a HOW-TO-RUN.md onboarding document. Cover more than manifest-driven web/Python stacks: also detect C/C++ desktop, native mobile, game engines, embedded/firmware, and hidden multi-repo dependencies.