Node.js Test-Driven Development plugin with TypeScript support, SOLID principles, clean code practices, and functional patterns
Write minimal code to make failing tests pass in the GREEN phase of TDD.
Design comprehensive failing tests for a feature or behavior in the RED phase of TDD.
Improve code design while maintaining all passing tests in the REFACTOR phase of TDD.
Review code for principle compliance and generate structured feedback.
Execute a complete RED-GREEN-REFACTOR TDD cycle for Node.js/TypeScript development.
Writes minimal code to pass tests during the GREEN phase of TDD.
Improves code design during the REFACTOR phase while keeping all tests green.
Reviews code for principle compliance and provides structured feedback.
Designs failing tests for the RED phase of TDD in Node.js/TypeScript projects.
Clean code principles adapted for TypeScript-first, functional development.
Functional programming patterns that promote testability, composability, and maintainability.
SOLID principles adapted for functional and TypeScript-first development.
Test-Driven Development methodology for Node.js/TypeScript projects.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A 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
npx claudepluginhub doubleslashse/claude-marketplace --plugin node-tddSenior Business Analyst plugin for requirements gathering, codebase analysis, stakeholder interviews, and SRS document generation
Test-Driven Development plugin for .NET following TDD, SOLID, DRY, KISS, YAGNI, and CQS principles
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
General .NET development workflow with automated validation through build, test, and static analysis quality gates
JavaScript and TypeScript development with modern patterns and Node.js backend
Test-Driven Development (TDD) principles and red-green-refactor cycle enforcement.
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
Test-driven development methodology with red-green-refactor cycles and code review
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review