Forgecode test-skill

A test skill with resources

install
source · Clone the upstream repo
git clone https://github.com/tailcallhq/forgecode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tailcallhq/forgecode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/crates/forge_repo/src/fixtures/skills_with_resources/test-skill" ~/.claude/skills/tailcallhq-forgecode-test-skill && rm -rf "$T"
manifest: crates/forge_repo/src/fixtures/skills_with_resources/test-skill/SKILL.md
source content

Test Skill

This is a test skill.