npx claudepluginhub dimagi/dimagi-claude-workflows --plugin dev-utilsCommit, push, and open a PR
Generate a comprehensive reading guide for a pull request — includes a narrative reading order, architecture impact analysis, review comment summary, prior state context, and potential concerns ranked by risk.
> **Deprecated:** This command is superseded by the `iterate-pr` skill, which handles both CI failures and review feedback in a single workflow. Prefer using that skill instead.
> **Deprecated:** This command is superseded by the `iterate-pr` skill, which handles both review feedback and CI failures in a single workflow. Prefer using that skill instead.
Interactively review a plan across architecture, code quality, tests, and performance before any code changes.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Fix CI failures and address review feedback on the current branch's PR. Use when CI is failing, review comments need addressing, or you need to push fixes for an open PR. Supports --dry-run to preview without changes.
Use when writing new functions, extracting helpers, refactoring modules, or reorganizing code — any time function placement order is a decision
A collection of resources, workflows, and plugins for getting the most out of Claude Code.
Claude Code is Anthropic's CLI for AI-assisted software engineering. This repository provides:
See plugins/README.md for full documentation, including installation instructions.
| Plugin | What it does |
|---|---|
| code-review | 5 parallel specialist agents produce a prioritised code review |
| dev-utils | Commands for PRs, plan review, CI/CD + iterate-pr skill |
A proven loop for Claude-assisted development:
flowchart TD
A([Session Start]) --> B["Design + Plan<br/>Superpowers skill"]
B --> C["Review Plan<br/>Validate & Refine"]
C --> D["Execute Plan<br/>Build"]
D --> E["Code Review<br/>Parallel specialist agents"]
E --> F["Resolve<br/>PR comments + CI failures"]
F --> G([Complete])
See LICENSE for details.
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
The development-workflow plugin for Claude Code — 35 skills organized around a 6-phase workflow (Think → Review → Build → Ship → Maintain → Setup), 24 agents, and an interactive setup wizard for rules, modes, hooks, and MCP servers.
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Share bugs, ideas, or general feedback.