Claude Code Plugins

Community-maintained marketplace

Feedback

{{What it does}} Use when {{trigger conditions}}.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name [object Object]
description {{What it does}} Use when {{trigger conditions}}.
## {{Core Concept}}

{{Principles that ALWAYS apply, regardless of which workflow runs}}

1. {{First principle}}

{{Explanation}}

2. {{Second principle}}

{{Explanation}}

3. {{Third principle}}

{{Explanation}}

**Ask the user:**

What would you like to do?

  1. {{First option}}
  2. {{Second option}}
  3. {{Third option}}

Wait for response before proceeding.

| Response | Workflow | |----------|----------| | 1, "{{keywords}}" | `workflows/{{first-workflow}}.md` | | 2, "{{keywords}}" | `workflows/{{second-workflow}}.md` | | 3, "{{keywords}}" | `workflows/{{third-workflow}}.md` |

After reading the workflow, follow it exactly.

Stop and ask the user when: - {{Scope threshold, e.g., "Task would affect more than X files"}} - {{Ambiguity condition, e.g., "Multiple valid approaches and choice matters"}} - {{Error condition, e.g., "Same error after 2 attempts"}} - {{Uncertainty condition, e.g., "Confidence below 50%"}} ## {{Skill Name}} Quick Reference

{{Brief reference information always useful to have visible}}

## Domain Knowledge

All in references/:

  • {{reference-1.md}} - {{purpose}}
  • {{reference-2.md}} - {{purpose}}
## Workflows

All in workflows/:

Workflow Purpose
{{first-workflow}}.md {{purpose}}
{{second-workflow}}.md {{purpose}}
{{third-workflow}}.md {{purpose}}
A well-executed {{skill name}}: - {{First criterion}} - {{Second criterion}} - {{Third criterion}}