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:
- Plugins — agents, commands, and skills that extend Claude Code's capabilities
- Workflow patterns — opinionated development loops that work well with Claude
- Curated external resources — third-party plugins worth knowing about
Add this marketplace:
/plugin marketplace add dimagi/dimagi-claude-workflows
Then browse and install:
/plugins
Each plugin's README documents its commands and skills.
| Plugin | What it does |
|---|---|
| code-review | Parallel specialist agents produce a prioritised code review, or pair-review a PR commit by commit |
| dev-utils | Skills and commands for PRs, CI, plan review, git history, and dependency audits |
| commcare-tech | CommCare Tech Division — SAAS Jira workflows, sprint rituals, writing conventions |
| connect-tech | CommCare Connect — Jira tickets and specs, release notes, docs audits |
| uss-tech | USS Tech — Jira project management and USS-aware code review |
| manager | Standup, shutdown, 1:1 prep, and professional goal tracking |
Included in this repo's marketplace.json and installed alongside the local plugins.
| Plugin | What it does |
|---|---|
| Superpowers | Plan → Build → Review workflow |
| Context7 | Up-to-date library documentation for LLMs |
| Humanizer | Remove AI writing patterns from text |
| Visual Explainer | Documentation and visualization |
| Dogfood | Systematic web app exploration and bug finding |
- Official Anthropic Claude Plugins — git commit skills and more
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.