Ralph-orchestrator complex-test-skill

A directory-style test skill for smoke testing

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

Complex Test Skill

This skill tests directory-based skill discovery (

*/SKILL.md
pattern).