Sample Skill

A sample skill demonstrating the skill package format

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

Sample Skill

This is a sample skill that demonstrates the skill package format for the Skill Registry.

Features

  • Example feature 1
  • Example feature 2
  • Example feature 3

Usage

# Example usage
echo "Hello from sample skill"

Configuration

This skill accepts the following configuration options:

  • option1
    : Description of option 1
  • option2
    : Description of option 2