skills/poc/SKILL.md
Rapidly scaffold a proof of concept. Use when testing an idea quickly before committing to full implementation. Optimized for Zach's rapid prototyping style.
npx skillsauth add ComputerConnection/zach-pack pocInstall 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.
Build a quick proof of concept for: $ARGUMENTS
Answer these before writing any code:
What's the ONE thing this POC proves?
What does "working" look like?
What's the simplest version?
Based on Zach's environment and the POC needs:
| POC Type | Recommended Stack | |----------|-------------------| | Web UI | Next.js (already in pc-builder) or Vite + React | | Desktop App | Tauri + React (already in NEXUS) | | API/Backend | Python + FastAPI or Node + Express | | CLI Tool | Python or Node | | AI Integration | Python + Ollama | | Data Processing | Python script | | Hardware/Local | Python or Rust |
Default: Use whatever's already set up in an existing project if possible. Don't create new boilerplate.
~/poc-[name]/
├── README.md # What this proves, how to run
├── main.[ext] # Single entry point
├── .gitignore
└── [minimal deps]
# POC: [Name]
## What This Proves
[One sentence]
## Success Criteria
- [ ] [Concrete checkpoint]
## Run It
\`\`\`bash
[single command to run]
\`\`\`
## Result
[Fill in after testing]
## Next Steps (if it works)
- [ ] [What to build next]
## Killed (if it doesn't work)
- Reason: [why it failed]
- Learning: [what we learned]
Rules:
Just make it work.
Run it. Does it work?
If YES:
If NO:
Ask Zach:
POC Complete: [name]
Result: [worked / didn't work]
Options:
1. Graduate to real project (create in ~/nexus/projects/)
2. Expand POC (add next feature)
3. Pivot (try different approach)
4. Kill (idea doesn't work, move on)
Which one?
These kill POC momentum. Save them for real projects.
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.