Stitchflow stitch-design-local
Legacy compatibility alias for StitchFlow. Use when a user explicitly references stitch-design-local, or when older prompts and setups still call that skill name.
install
source · Clone the upstream repo
git clone https://github.com/yshishenya/stitchflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yshishenya/stitchflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/stitch-design-local" ~/.claude/skills/yshishenya-stitchflow-stitch-design-local && rm -rf "$T"
manifest:
skills/stitch-design-local/SKILL.mdsource content
Legacy Alias: stitch-design-local
This skill name is kept only for backward compatibility.
Canonical skill:
stitchflow
If this alias is invoked, follow the same workflow and rules as the canonical StitchFlow skill:
- Read ../stitchflow/SKILL.md
- Use the same toolkit at
${STITCH_STARTER_ROOT:-$HOME/.agents/stitch-starter} - Prefer the
name in new prompts, docs, and examplesstitchflow
Migration note
- old name:
stitch-design-local - current name:
stitchflow