requirements-clarification
π―Skillfrom doubleslashse/claude-marketplace
Helps developers systematically clarify and refine software project requirements by asking targeted, probing questions to uncover hidden assumptions and details.
Installation
npx skills add https://github.com/doubleslashse/claude-marketplace --skill requirements-clarificationSkill Details
Overview
# Claude Code Plugin Marketplace
A collection of plugins for [Claude Code](https://claude.com/claude-code) that extend its capabilities with specialized workflows, skills, and agents.
Available Plugins
| Plugin | Description | Version |
|--------|-------------|---------|
| [dotnet-tdd](./plugins/dotnet-tdd) | Test-Driven Development for .NET with SOLID, DRY, KISS, YAGNI, and CQS principles | 1.0.0 |
Installation
Install a plugin by pointing Claude Code to the plugin directory:
```bash
claude --plugin-dir ./plugins/dotnet-tdd
```
Repository Structure
```
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]/
```
Plugin Anatomy
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
```
plugin.json
```json
{
"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"
}
```
Contributing
Want to add a plugin? Submit a PR with your plugin in the plugins/ directory following the structure above.
License
MIT
More from this repository10
I apologize, but I cannot confidently generate a description for the "technical-analysis" skill because the README does not mention or describe this specific skill. The README provides a general ov...
session-documentation skill from doubleslashse/claude-marketplace
static-analysis skill from doubleslashse/claude-marketplace
Provides comprehensive insights and guidance on cloud platforms, infrastructure design, and technology ecosystem strategies for informed decision-making.
Generates comprehensive software requirements specification (SRS) documentation with structured templates, clear requirements, and professional formatting
error-patterns skill from doubleslashse/claude-marketplace
I apologize, but I cannot generate a specific description for the "health-checks" skill because the README does not mention or describe this specific skill. The README provides a general overview o...
Guides and provides structured techniques for effectively facilitating group discussions, meetings, and collaborative problem-solving sessions.
I apologize, but I cannot generate a specific description for the "atomic-tasks" skill because the README does not mention or describe this specific skill. The README provides a general overview of...
I apologize, but I cannot generate a specific description for the "conflict-detection" skill because the README does not mention this specific skill. The README provides a general overview of the C...