Turn ideas into designs through collaborative dialogue before implementation. Use when user says 'brainstorm', 'let's brainstorm', 'deep analysis', 'think through', 'help me design', 'explore options for', or when user asks for thorough analysis of changes, features, or architectural decisions.
Reads, edits, and exports Microsoft Word .docx files. Use when opening, filling in, modifying Word documents, templates, forms, or converting to PDF.
Convert Markdown files to clean A4 PDFs for sharing. Supports Mermaid diagrams via pre-render (mmdc) + SVG inline step.
Runs parallel multi-agent code review (quality, implementation, testing, simplification, documentation), verifies findings, fixes confirmed issues, then iterates automatically (codex cross-review up to 3 rounds, second-pass up to 3 rounds) until clean. Use when reviewing branch changes, after implementing features, or when user says 'review' or 'ralphex'.
Vet third-party skills for security and utility before installation. Use when considering installing a new skill, evaluating third-party code, or assessing whether a skill adds value over existing tools.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Shared Claude Code skills for planning, code review, and documentation.
/brainstorm [topic]
│
├── Phase 1: Understand — gather context, ask questions one at a time
├── Phase 2: Explore — propose 2-3 approaches with trade-offs
├── Phase 3: Design — present design in sections, validate each
├── Phase 4: Plan — enter plan mode, review via plannotator
│
└── Phase 5: Execute
├── Start now — implement task by task
└── Ralphex plan — autonomous execution via ralphex CLI
Start any feature, refactor, or investigation with /brainstorm. It walks through collaborative discovery, produces a validated design, then enters plan mode where plannotator opens a visual UI for annotation and approval. After approval, either implement manually or hand off to ralphex for autonomous execution.
brainstormThe main planning skill. Conversational dialogue that turns ideas into validated designs with structured plan output.
/brainstorm add webhook support to our API
ralph-reviewMulti-agent code review pipeline. 5 specialized agents (quality, implementation, testing, simplification, documentation) review changes in parallel, verify findings, fix confirmed issues, then iterate with codex cross-review.
/ralph-review # diff against main
/ralph-review develop # diff against develop
md-to-pdfConvert Markdown files to clean A4 PDFs with Mermaid diagram support via pre-render and SVG inlining.
/md-to-pdf docs/architecture.md
docxRead, edit, and export Microsoft Word documents. Supports text replacement, table cell editing, and PDF export.
/docx read contract.docx
/docx edit contract.docx '{"old text": "new text"}'
skill-vettingSecurity vetting for third-party skills. Downloads to /tmp, runs automated scanner, manual code review, utility assessment.
/skill-vetting https://github.com/someone/some-skill
skill-writerCreate and improve Claude Code skills following official best practices and Agent Skills spec.
/skill-writer create a new review skill
These plugins extend the workflow with additional capabilities:
| Plugin | What it adds |
|---|---|
| backnotprop/plannotator | Visual plan review and annotation UI in browser |
| umputun/ralphex | Autonomous plan execution + ralphex-plan skill for plan creation |
| umputun/cc-thingz | ask-codex (GPT-5 second opinion), dialectic (opposing agents), root-cause-investigator (5-Why) |
/plugin marketplace add backnotprop/plannotator
/plugin install plannotator@plannotator --scope user
/plugin marketplace add umputun/ralphex
/plugin install ralphex --scope user
/plugin marketplace add umputun/cc-thingz
/plugin install thinking-tools --scope user
/plugin marketplace add fitz123/claude-skills
/plugin install claude-skills --scope user
Or test locally:
claude --plugin-dir /path/to/claude-skills
MIT
npx claudepluginhub fitz123/claude-skills --plugin claude-skillsMulti-expert CLI committee — fan a question to N expert CLIs, run a two-round debate, then vote on the answer
Structured implementation planning, interactive annotation review, and autonomous plan execution
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Workflow skills and shared instructions for coding agents.