.unpack/skills/up-apply/SKILL.md
Apply a follow-up conversation to patch or steer existing docs
npx skillsauth add apresmoi/unpack up-applyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Patch existing docs based on a new research conversation. This is NOT a full bootstrap — it updates what changed and leaves the rest alone.
$ARGUMENTS can be a path to a conversation file. If empty, check for conversation.md at the repo root. If that doesn't exist, ask the user.
The conversation can be anything — a ChatGPT/Claude export, raw copy-paste, meeting notes, a markdown brain dump. If it wasn't started with the snapshot context prompt, work harder to map changes to existing docs and flag anything ambiguous.
Read the conversation, read the current project state (index, specs, phases, memory, workflow), and figure out what changed.
For long, complex conversations (2000+ lines with multiple pivots), use the Large Conversation Protocol from /up-bootstrap — scan and index first, confirm with the user, then extract from confirmed sections only.
kind: steering phase (per AGENTS.md). New features get new delivery phases. Never modify completed phases..unpack/docs/index.md with any new or changed phases.Ask for a conversation name (e.g., "auth-iteration"), move the file to .unpack/conversations/NNN-name.md, and report what changed — specs updated, phases added, decisions captured, contradictions found, and what's next.
If the conversation contradicts existing specs, flag it and ask the user — don't silently overwrite.
tools
Show project progress, phases, blockers, and the next runnable phase
research
Export current project state as a portable markdown snapshot for external research
development
Execute the next runnable build phase
tools
Initialize a new project from the Unpack template