Snapp Export banner
aviranrevach aviranrevach

Snapp Export

AI community

Description

--- description: Export all takes into a single AI-readable bundle --- Export all saved takes into `.proto-explorer/exports/` as a bundle for AI tools to consume. No arguments. Follow the `snapp-prototyping` skill for preflight. Underlying command (run from the user's project CWD): `node "$HOME/.claude/skills/snapp-prototyping/bin/snapp.js" export`. After exporting, tell the user the output path and a one-line summary of what was exported (count of prototypes/chapters/rounds/takes).

Installation

Installs to ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-export && curl -fsSL https://raw.githubusercontent.com/aviranrevach/snapp-prototyping-skill/HEAD/commands/snapp-export.md -o ~/.claude/skills/aviranrevach-snapp-prototyping-skill-snapp-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository