Claude Code Plugins

Community-maintained marketplace

Feedback
1
0

[Concise description in third person. Include triggers/context.]

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 skill-name-gerund
description Concise description in third person. Include triggers/context.

[Skill Name]

Workflows

  • Step 1: ...
  • Step 2: ...

Feedback Loops

  1. Generate output
  2. Run validator scripts/validate.py
  3. If error, fix and repeat.

Utility Scripts

  • scripts/analyze.py: Extracts data...

Reference Implementation

// Pseudo-code or specific language implementation
class Example {
    // ...
}

Resources