Spencer1O1
- 7 skills
- 0 followers
- 21 hours ago last updated
- ▌ Boss · spencer1o1Makes the current agent the project boss: owns planning, vault Decisions, docs/BRIEF.md, and delegation. Use when the user says you are the boss, @boss, or wants Cursor to run the phase.
- ▌ Bisect · spencer1o1Regression recovery: restore last known good, re-apply one change at a time, prove each step. Use when something broke after a multi-step change, the user says bisect/stash/revert-and-rebuild, or fixes are stacking without a clear culprit.
- ▌ Paging · spencer1o1Prefetch-based list paging: Next from a cached next page, never page.length === limit. Use when implementing Previous/Next, offset/limit pages, hasMore, list pagination, or choosing pages vs infinite scroll.
- ▌ Grill Me · spencer1o1Runs a pre-planning decision grill: asks hard clarifying questions with concrete options and a recommended default, writes every answer into the project vault as Decisions, and refuses to implement until the user answers. Use when the user says "grill me", starts a big planning session, begins a new project phase, or asks to lock decisions before implementation.
- ▌ Literal Copy · spencer1o1Copies a folder/package tree as-is, then wires imports/paths only. Use when the user says copy, duplicate, vendor, or lift — not redesign.
- ▌ Setup Emergent App · spencer1o1 bundleBring an Emergent.sh vibecoded app into a real local+GitHub workflow: dual-writer handoffs, Python/Mongo/React local boot, private emergentintegrations pip index, Windows dev scripts. Use when the user mentions Emergent, emergent.sh, vibecoding handoff, running an Emergent app locally, Pull from GitHub only for new projects, or emergentintegrations install failures.
- ▌ Setup Verify Hooks · spencer1o1 bundleInstalls Cursor stop/afterFileEdit verify hooks (format, lint, typecheck) from this skill's scripts/ template. Use when the user asks to add verify hooks or auto-verify on agent stop.