🎯

capability-discovery

🎯Skill

from doubleslashse/claude-marketplace

VibeIndex|
What it does

I apologize, but I cannot generate a specific description for the "capability-discovery" skill because the README does not mention this specific skill. The README provides a general overview of the...

capability-discovery

Installation

Install skill:
npx skills add https://github.com/doubleslashse/claude-marketplace --skill capability-discovery
1
AddedJan 25, 2026

Skill Details

SKILL.md

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

🎯
technical-analysis🎯Skill

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

session-documentation skill from doubleslashse/claude-marketplace

🎯
static-analysis🎯Skill

static-analysis skill from doubleslashse/claude-marketplace

🎯
platform-knowledge🎯Skill

Provides comprehensive insights and guidance on cloud platforms, infrastructure design, and technology ecosystem strategies for informed decision-making.

🎯
srs-documentation🎯Skill

Generates comprehensive software requirements specification (SRS) documentation with structured templates, clear requirements, and professional formatting

🎯
error-patterns🎯Skill

error-patterns skill from doubleslashse/claude-marketplace

🎯
health-checks🎯Skill

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...

🎯
facilitation-techniques🎯Skill

Guides and provides structured techniques for effectively facilitating group discussions, meetings, and collaborative problem-solving sessions.

🎯
atomic-tasks🎯Skill

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...

🎯
conflict-detection🎯Skill

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...