By dimagi
Comprehensive workflow tools for codebase research, planning, and implementation with specialized agents for Django/Python projects
npx claudepluginhub dimagi/claude-pluginsCreate implementation plans with thorough research (no thoughts directory)
Implement technical plans from docs/claude/plans with verification
Iterate on existing implementation plans with thorough research and updates
Document codebase as-is without evaluation or recommendations
Validate implementation against plan, verify success criteria, identify issues
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)
Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run web-search-researcher with an altered prompt in the event you're not satisfied the first time)
A collection of workflow orchestration plugins and development utilities for Claude Code.
This repository serves as a marketplace for Claude Code plugins, providing specialized agents, commands, and skills to enhance your development workflow.
Comprehensive workflow tools for codebase research, planning, and implementation with specialized agents for Django/Python projects.
This is based on the workflows described in https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/.
Commands
/research_codebase: Step 1: before starting work on a task, look at the codebase and find code, patterns, files etc relevant to the task. Document the findings in docs/claude/research./create_plan: Step 2: based on the task and the findings from step 1, create a detailed plan for the task. Write the plan to docs/claude/plans./iterate_plan: Step 3: iterate on the plan from step 2 until it is ready to go./implement_plan: Step 4: take a plan from step 2 / 3 and implement it./validate_plan: Step 5: validate that the implementation from step 4 is correct.Agents
codebase-analyzer: A specialist at understanding HOW code works.codebase-locator: A specialist at finding WHERE code lives in a codebase.codebase-pattern-finder: A specialist at finding code patterns and examples in the codebase.web-search-researcher: An expert web research specialist focused on finding accurate, relevant information from web sources.Utility commands and skills for general development tasks.
Commands
/commit: Create Git commits/describe_pr: Analyze a PR and write a detailed description following projects template.
project scope.gh auth refresh --scopes projectAdd Marketplace
/plugin marketplace add dimagi/claude-plugins
Browse Available Plugins
/plugins
See LICENSE for details.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.