Claude Skills · DevOps & Infrastructure

Bootstraps a project for Claude Code or Codex — generates routed project guidance from detected structure, reconciles existing docs, and offers test infrastructure. Claude Code can also install formatter hooks. Writes under .claude/ and subproject docs/, preserving existing user guidance through review and recorded ownership. Use for initial setup or upgrades.

★ 74 Synced 1 hour ago View SKILL.md

At a glance

DevOps & Infrastructure Plugin install Python Actively maintained

This skill is for DevOps & Infrastructure.

Install /plugin marketplace add oprogramadorreal/optimus-claude /plugin install init
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
Brainstorm Coding

Runs a structured design conversation — clarifies intent, proposes 2-3 approaches with trade-offs, iterates the design — and writes a user-a...

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

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 DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.