Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Brief description of what this skill does and when to use it. Be specific with trigger keywords so Claude knows when to apply this skill.

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 your-skill-name
description Brief description of what this skill does and when to use it. Be specific with trigger keywords so Claude knows when to apply this skill.
allowed-tools Read, Write, Edit, Bash, Grep, Glob
model claude-sonnet-4-5-20250929

Your Skill Name

Brief overview of what this skill does and its purpose.

Instructions

Provide clear, step-by-step guidance for Claude:

  1. First step

    • Detailed instructions
    • What to look for
    • How to proceed
  2. Second step

    • More instructions
    • Edge cases to consider
    • Expected outcomes
  3. Third step

    • Final steps
    • Validation
    • Output format

Key Files

List important files Claude should reference:

  • path/to/file1.py - Description
  • path/to/file2.py - Description
  • config/settings.json - Configuration

Common Tasks

Task 1: Do something specific

# Example command
command --flag value

Explanation of what this does.

Task 2: Another common task

# Example code
import module
result = module.function()

Output Guidelines

Specify how Claude should format outputs:

  • What to include
  • Structure to follow
  • Formatting preferences

Examples

Example 1: Simple use case

When asked "Do X":

  1. Step 1
  2. Step 2
  3. Expected result

Example 2: Complex use case

When asked "Do Y with Z":

  1. More detailed steps
  2. Handle edge cases
  3. Provide comprehensive output

Tips and Best Practices

  • Tip 1
  • Tip 2
  • Common pitfalls to avoid

See Also

Link to other related skills or documentation: