example-skill

One-sentence purpose statement explaining what this skill accomplishes.

Content Preview
---
name: example-skill
description: |
  Brief description of what this skill does and when the model should activate it.
  Use when [describe the user's intent or situation]. Trigger with "example phrase",
  "another trigger", "/example-skill".
allowed-tools: Read, Edit, Glob, Grep
version: 1.0.0
author: Your Name <[email protected]>
license: MIT
user-invocable: true
---

# Example Skill

One-sentence purpose statement explaining what this skill accomplishes.

## Overview

Describe the problem thi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/example-skill.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/templates/skill-plugin/skills/example-skill/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at templates/skill-plugin/skills/example-skill/SKILL.md

Related Skills