Claude-code-plugins-plus-skills example-skill

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/templates/skill-plugin/skills/example-skill" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-example-skill && rm -rf "$T"
manifest: templates/skill-plugin/skills/example-skill/SKILL.md
source content

Example Skill

One-sentence purpose statement explaining what this skill accomplishes.

Overview

Describe the problem this skill solves and why it matters.

Prerequisites

  • List any required tools, packages, or configurations
  • Environment requirements

Instructions

  1. First step - what to do
  2. Second step - how to do it
  3. Third step - verify the result

Output

Describe the expected output format and what the user should see.

Error Handling

  • If X happens, do Y
  • If Z fails, try W

Examples

Example 1: Basic usage

Describe a concrete example

Example 2: Advanced usage

Describe an advanced example

Resources

  • Link to relevant documentation
  • Link to related tools or specs