Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.72 KB

File metadata and controls

72 lines (50 loc) · 2.72 KB

Claude Code Toolkit

A collection of resources, workflows, and plugins for getting the most out of Claude Code.

Overview

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

Installation

Add this marketplace:

/plugin marketplace add dimagi/dimagi-claude-workflows

Then browse and install:

/plugins

Plugins in This Repo

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

External Plugins

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

Other Recommended Plugins

Development Workflow

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])
Loading

License

See LICENSE for details.