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.mdsource 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:
: Description of option 1option1
: Description of option 2option2