.unpack/skills/up-document/SKILL.md
Generate or update human-readable docs in guide/ (supports Mintlify)
npx skillsauth add apresmoi/unpack up-documentInstall 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.
You are creating or updating documentation in the guide/ folder for human readers — developers, stakeholders, and users of this project.
$ARGUMENTS can specify what to document (e.g., "getting-started", "architecture", "api"). If empty, generate or update the full guide based on the configured documentation level.
Read the guide configuration from .unpack/docs/_meta/guide-config.md (if it exists):
If human docs are disabled: inform the user and suggest they update .unpack/docs/_meta/guide-config.md if they want to enable them. Stop here.
Read the current project state:
.unpack/docs/index.md.unpack/docs/specs/*.unpack/docs/_meta/project-memory.md.unpack/docs/phases/* (completed phases show what was built)guide/* files (to update rather than overwrite)Ensure guide/ folder exists at the project root.
Generate or update documentation based on level:
End-user level (minimal, saves tokens):
guide/index.md — table of contentsguide/getting-started.md — setup, install, runguide/usage.md — how to use the productTechnical level:
guide/architecture.md — system overview with mermaid diagramsguide/api-reference.md — if APIs existguide/configuration.md — environment variables, settingsguide/deployment.md — how to deployFull level:
guide/contributing.md — how to contribute to this projectguide/decisions.md — key architectural decisions explained for humansWriting style:
.unpack/docs/specs/03-architecture.md"If Mintlify is enabled:
mint.json exists at the project rootnavigation array in mint.json to include all guide pagesReport what was generated or updated, and suggest what might need manual review.
guide/) are SEPARATE from agent docs (.unpack/docs/).unpack/docs/ is the source of truth for agents — guide/ is the explanation layer for humanstools
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