npx claudepluginhub dariuszparys/claude-code-toolkitAnalyze, optimize, and break down work items for LLM-assisted development
Tools for creating CLAUDE.md files and Claude Code rules
Architecture Decision Records: create ADRs, suggest documenting decisions, auto-lint and regenerate index
Generate Ralph Wiggum Method artifacts for autonomous AI coding loops
A Claude Code plugin marketplace with custom commands, skills, and hooks.
# Add this repo as a marketplace
/plugin marketplace add dariuszparys/claude-code-toolkit
# List available plugins
/plugin
# Install the plugins you want
/plugin install work-items # Platform-agnostic work item tools
/plugin install azure-boards # Azure DevOps integration (requires setup)
/plugin install dp-tools # CLAUDE.md and rules generators
/plugin install adr # Architecture Decision Records tooling
/plugin install ralph-prep # Ralph Wiggum Method: autonomous AI coding loops
| Plugin | Description |
|---|---|
work-items | Analyze, optimize, and break down work items for LLM-assisted development |
azure-boards | Azure DevOps Boards integration with az boards CLI |
dp-tools | Tools for creating CLAUDE.md files and Claude Code rules |
adr | Architecture Decision Records: create ADRs, suggest documenting decisions, auto-lint and regenerate index |
ralph-prep | Ralph Wiggum Method: Generate artifacts for autonomous AI coding loops that can ship features while you sleep |
Platform-agnostic tools for analyzing, optimizing, and breaking down work items.
| Command | Description |
|---|---|
/work-items:analyze | Check if a work item is ready for development |
/work-items:optimize | Transform work items into token-efficient LLM format |
/work-items:tasks | Generate implementation task breakdown |
| Skill | Description |
|---|---|
work-items | Platform-agnostic optimization patterns for any issue tracker |
# Analyze a work item for completeness
/work-items:analyze https://github.com/org/repo/issues/123
# Optimize for LLM context
/work-items:optimize
# Generate tasks from a work item
/work-items:tasks 12345
Azure DevOps Boards integration for working with PBIs, Bugs, and Tasks.
Note: This plugin requires setup. See plugins/azure-boards/README.md for prerequisites.
az extension add --name azure-devops)| Skill | Description |
|---|---|
azure-boards | Azure DevOps-specific with az boards CLI integration |
# Install Azure DevOps extension
az extension add --name azure-devops
# Configure defaults
az devops configure --defaults \
organization=https://dev.azure.com/<your-org> \
project=<your-project>
# Authenticate (choose one)
export AZURE_DEVOPS_EXT_PAT=<your-pat>
# or
az login
Once configured, Claude will automatically use Azure Boards commands:
User: "Show me PBI 12345"
Claude: [Uses az boards work-item show --id 12345]
User: "What's assigned to me in Sprint 3?"
Claude: [Uses az boards query with WIQL]
Tools for creating CLAUDE.md files and Claude Code rules.
| Command | Description |
|---|---|
/dp:create-claude-md | Generate or update CLAUDE.md for AI agent onboarding |
/dp:create-rules | Create modular rules files in .claude/rules/ |
/dp:create-claude-mdGenerates or updates a CLAUDE.md file following best practices.
/dp:create-rulesCreates modular Claude Code rules files for larger projects.
| Use Case | Approach |
|---|---|
| Project overview, stack, commands | Use /dp:create-claude-md |
| Path-specific conventions (API, tests) | Use /dp:create-rules |
| Large project with many conventions | Use /dp:create-rules |
Example output:
.claude/
├── CLAUDE.md # Main project memory
└── rules/
├── typescript.md # Language conventions
├── testing.md # Testing standards
└── api.md # API-specific (paths: src/api/**)
Architecture Decision Records tooling. Create ADRs with MADR template, get suggestions for documenting decisions, and automatically lint and regenerate index.
Note: Hooks require project-level dependencies. See plugins/adr/README.md for setup.
| Command | Description |
|---|---|
/adr:create | Create a new ADR using the MADR template |
| Skill | Description |
|---|---|
adr | Suggests documenting significant architectural decisions as ADRs |
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories