Author and execute "prompt packs" — a big job broken into a sequence of self-contained, independently-shippable prompts, each run in its own fresh chat so a single change never dies to a context/token limit. Also writes paste-ready handoff briefings to resume a dying chat or relay work to another tool (e.g. Codex). ALWAYS invoke when the user says any of "make a prompt pack", "turn this into prompts", "break this into phases", "prompts I can run in separate chats", "I'm running out of tokens/context", "write me a handoff", "a prompt I can paste into a new chat", "this is too big for one chat", "build plan I can hand off", or "execute Pxx / phase X from the pack". Also invoke proactively when a requested change is too large or too risky to finish safely in one session and should be decomposed into ordered, verifiable steps.
$npx -y skills add nelsonwerd/idea-to-ship-skills --skill prompt-packInstalls into the current project.
Run `npx skills use "https://github.com/nelsonwerd/idea-to-ship-skills" --skill "nelsonwerd/idea-to-ship-skills/prompt-pack"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nelsonwerd/idea-to-ship-skills" that are relevant to the current task. Run `npx skills add "https://github.com/nelsonwerd/idea-to-ship-skills"` and select the relevant skills, then follow their instructions.