install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Intense-Visions/harness-engineering "$T" && mkdir -p ~/.claude/skills && cp -r "$T/packages/cli/tests/slash-commands/fixtures/valid-skill" ~/.claude/skills/intense-visions-harness-engineering-valid-skill && rm -rf "$T"
manifest:
packages/cli/tests/slash-commands/fixtures/valid-skill/SKILL.mdsource content
Test Skill
This is a test skill for unit testing the normalizer.
Steps
- Do thing A
- Do thing B