Claude Skills · Coding

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/ steering skeletons instead (never overwrites, authors no content). Run /optimus:init first.

★ 74 Synced 1 hour ago View SKILL.md

At a glance

Coding Plugin install Python Actively maintained

This skill is for Coding.

Install /plugin marketplace add oprogramadorreal/optimus-claude /plugin install brainstorm
Can use Not declared by the author

Setup, runtime and requirements describe oprogramadorreal/optimus-claude, the repo this skill ships in.

Also in oprogramadorreal/optimus-claude

View the repo
Code Review Code Review & Testing

Reviews local changes, an open PR/MR, or a branch diff against the project's own coding guidelines through the review lenses — bugs, securit...

Stages, commits, and optionally pushes local changes with a Conventional Commits message — always previews and confirms first, and offers a...

Deep Coding

Runs an iterative auto-fix loop on a chosen target — review, refactor, or coverage — dispatching the base skill into fresh subagent contexts...

Dream Legal

Prunes and consolidates the project's auto-memory to keep it minimal — deletes stale, wrong, or redundant memories, merges overlapping ones...

Runs a Gauntlet Loop: turns an ambitious goal and optional quality references into a minimal builder/critic prompt judged against a concrete...

Compacts the current conversation into one self-contained, tool-agnostic handoff document at docs/handoffs/<slug>.md so any fresh agent or t...

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

Init DevOps & Infrastructure

Bootstraps a project for Claude Code or Codex — generates routed project guidance from detected structure, reconciles existing docs, and off...

Jira Support

Fetches a JIRA issue via a configured MCP server and distills it into a structured task file at docs/jira/<KEY>.md that downstream skills au...

Paper Init Documents & Spreadsheets

Prepares durable context for implementing and reproducing a paper from a URL, PDF, DOI, or arXiv id: sources, source-linked requirements, em...

Permissions Legal

Configures Claude Code permissions for safe agent autonomy. Creates settings.json with allow/deny rules and a hook enforcing path restrictio...

Pr Code Review & Testing

Creates or updates a pull request (GitHub) or merge request (GitLab) for the current branch in the Conventional PR format — intent, summary,...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Improve Codebase Architecture mattpocock/skills

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.