skills/resume/SKILL.md
Pick up exactly where we left off on a project. Reconstructs context from handoffs, git history, and project state. Use when starting a session on existing work.
npx skillsauth add ComputerConnection/zach-pack resumeInstall 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.
Reconstruct full context so we can continue without re-explaining anything.
Search for context in this order:
~/nexus/projects/*/CURRENT_STATE.yaml
~/nexus/projects/*/ORIGINAL_BRIEF.md
~/nexus/projects/*/handoff_log/
~/nexus/projects/*/decisions/DECISION_LOG.md
$ARGUMENTS/CURRENT_STATE.yaml
$ARGUMENTS/.claude/state.yaml
$ARGUMENTS/HANDOFF.md
$ARGUMENTS/TODO.md
$ARGUMENTS/README.md
~/AGENT_CONTEXT.md
~/PROACTIVE_PLAN.md
~/.claude/projects/
Build a complete picture:
Output a structured brief:
# Resume: [Project Name]
**Last Active**: [date/time from git or handoff]
**Status**: [complete | in-progress | blocked]
**Branch**: [git branch]
## Original Intent
[What we're building and why]
## Where We Left Off
[Specific point of progress - be concrete]
## Key Decisions (Don't Redo These)
| Decision | Rationale |
|----------|-----------|
| ... | ... |
## Current Blockers
- [ ] [blocker and what's needed to unblock]
## Immediate Next Steps
1. [First thing to do]
2. [Second thing]
3. [Third thing]
## Files to Know About
- `path/to/key/file.ts` - [what it does]
- `path/to/another.ts` - [what it does]
## Out of Scope (Don't Drift Into)
- [thing to avoid]
- [another thing]
## Open Questions for Zach
- [question needing human input]
Before continuing work, confirm:
If we can't find project state:
Then create a fresh CURRENT_STATE.yaml to prevent this next time.
data-ai
Inject Zach's full identity, business context, and working preferences. Use at session start to eliminate cold starts. Lightweight context load — not a full agent like Vision, just who Zach is and how to work with him.
tools
--- name: vision description: "Zach's personal AI — his Jarvis. NOT a store agent. This is the owner's private command center that sits above everything else. Handles anything Zach needs — business, personal, technical, strategic, creative. High-systems AI: precise, anticipatory, authoritative. Invoke for ANY task." context: fork allowed-tools: Read, Grep, Glob, Bash, Edit, Write, Task, TodoWrite argument-hint: [what-do-you-need] — freeform. Vision figures out the rest. --- # VISION — Zach's Ja
development
Tauri-specific development patterns for NEXUS. Use when building desktop app features, handling IPC, or working with Rust backend.
development
Document Computer Connection store processes in AI-queryable format. Use to capture SOPs for the store AI server POC.