Skip to content

dimagi/dimagi-claude-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Plugins in This Repo

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors