optimus-claude
Project setup, code review, TDD, and refactoring workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorscommit
Stage, commit, and optionally push local Git changes with conventional commit messages.
optimus:init
Initialize projects for AI-assisted development with CLAUDE.md, auto-format hooks, and code-quality agents.
/optimus:verify
Verify feature branches with test plans, git worktrees, and automated checks.
optimus:code-review
Review uncommitted code changes with parallel AI agents for bugs and vulnerabilities.
optimus:permissions
Configure Claude Code permissions with allow/deny rules and path-restriction hooks.
optimus:unit-test
Generate unit tests and provision test infrastructure for existing code.
optimus:pr
Create and update GitHub pull requests and GitLab merge requests using Conventional PR format.
dev-setup
Generate and update README development setup instructions from project state.
optimus:simplify
Analyze codebases against project guidelines to identify refactoring opportunities.
tdd
Guide test-driven development through Red-Green-Refactor cycles with automated Git workflows.
commit-message
Generate conventional commit messages from staged, unstaged, and untracked git changes.
Frequently Asked Questions
FAQPage SchemaHow to install optimus-claude?โผ
Run `npx skills add oprogramadorreal/optimus-claude --all -g -y` in your terminal to install all skills globally.
What does optimus-claude do for my project?โผ
It analyzes your codebase and generates CLAUDE.md files, coding guidelines, formatter hooks, and test infrastructure, then enforces those standards during code review, refactoring, and TDD.
How do I start using it on an existing project?โผ
Run the init skill first to generate project context and test infrastructure, then use the review, refactor, unit-test, or TDD skills as needed.
Does it support monorepos and multi-repo workspaces?โผ
Yes. The skills detect monorepo and multi-repo layouts and apply per-subproject or per-repo documentation, guidelines, and commands automatically.
Can it run automated fix loops without supervision?โผ
Yes. The deep skill runs review, refactor, or coverage in iterative loops with fresh subagents, automatic fixes, test verification, and resumable state.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core