Claude Code plugins by DoubleslashSE
npx claudepluginhub doubleslashse/claude-marketplaceA collection of plugins for Claude Code that extend its capabilities with specialized workflows, skills, and agents.
| Plugin | Description | Version |
|---|---|---|
| dotnet-tdd | Test-Driven Development for .NET with SOLID, DRY, KISS, YAGNI, and CQS principles | 1.0.0 |
Install a plugin by pointing Claude Code to the plugin directory:
claude --plugin-dir ./plugins/dotnet-tdd
plugins/
├── dotnet-tdd/ # .NET TDD plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── agents/ # Specialized agents
│ ├── commands/ # Slash commands
│ ├── hooks/ # Event hooks
│ ├── skills/ # Domain knowledge
│ └── README.md
└── [future-plugins]/
Each plugin follows a standard structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin manifest
├── agents/ # Optional: Subagent definitions
├── commands/ # Optional: Slash commands
├── hooks/ # Optional: Event hooks
├── skills/ # Optional: Knowledge files
└── README.md # Plugin documentation
{
"name": "plugin-name",
"version": "1.0.0",
"description": "What the plugin does",
"keywords": ["relevant", "tags"],
"commands": ["./commands/command.md"],
"agents": ["./agents/agent.md"],
"skills": ["./skills/skill-name"],
"hooks": "./hooks/hooks.json"
}
Want to add a plugin? Submit a PR with your plugin in the plugins/ directory following the structure above.
MIT
Test-Driven Development plugin for .NET following TDD, SOLID, DRY, KISS, YAGNI, and CQS principles
Senior Business Analyst plugin for requirements gathering, codebase analysis, stakeholder interviews, and SRS document generation
Node.js Test-Driven Development plugin with TypeScript support, SOLID principles, clean code practices, and functional patterns
General .NET development workflow with automated validation through build, test, and static analysis quality gates
Workshop facilitation plugin for design thinking, brainstorming, and collaborative problem-solving sessions with guided phases and session artifact documentation
Infrastructure troubleshooting plugin for diagnosing and resolving issues across GitHub Actions, Railway, Supabase, and Postgres. Focuses on log analysis, error pattern recognition, and proactive health monitoring.
Lightweight meta-orchestrator that leverages your plugin ecosystem through capability-based routing, with simplified commands (5), consolidated state files (2), and smart continuation
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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