oprogramadorreal

40 mods across 1 repository, 73 stars between them.

optimus-claude

02

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.

73 2d ago A tokens not measured original MIT

PreToolUse

03

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.

73 2d ago A tokens not measured original MIT

PostToolUse

04

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.

73 2d ago A tokens not measured original MIT

code-simplifier

06

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.

73 2d ago A 34 tokens original MIT

test-guardian

07

oprogramadorreal/optimus-claude

Agent

Monitors test coverage gaps when testable code is added or modified. Does not write tests — only flags what needs testing.

73 2d ago A 29 tokens original MIT

SessionStart

08

oprogramadorreal/optimus-claude

Hook

Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From oprogramadorreal/optimus-claude.

73 2d ago A tokens not measured original MIT

brainstorm

09

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/…

73 2d ago A 86 tokens original MIT

code-review

10

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.…

73 2d ago A 94 tokens original MIT

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.

73 2d ago A 0 tokens original MIT

shared-constraints

16

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.

73 2d ago A 0 tokens original MIT

commit

17

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…

73 2d ago A 72 tokens original MIT

deep

18

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…

73 2d ago A 80 tokens original MIT

dream

19

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…

73 2d ago A 85 tokens original MIT

gauntlet

20

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…

73 2d ago A 105 tokens original MIT

handoff

21

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…

73 2d ago A 86 tokens original MIT

how-to-run

22

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…

73 2d ago A 79 tokens original MIT

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.

73 2d ago A 0 tokens original MIT