install
source · Clone the upstream repo
git clone https://github.com/pyramidheadshark/claude-scaffold
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/pyramidheadshark/claude-scaffold "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/project-with-status/.claude/skills/langgraph-patterns" ~/.claude/skills/pyramidheadshark-claude-scaffold-langgraph-patterns-c529c3 && rm -rf "$T"
manifest:
tests/fixtures/project-with-status/.claude/skills/langgraph-patterns/SKILL.mdsource content
LangGraph Patterns
When to Load This Skill
Load when: langgraph, state machines, agent graphs.
Short fixture skill for testing.