← all publishers

Spencer1O1

@spencer1o1 source repo

7 published skills

  1. Boss · spencer1o1
    Makes 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.
    0 installs
  2. Bisect · spencer1o1
    Regression 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.
    0 installs
  3. Paging · spencer1o1
    Prefetch-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.
    0 installs
  4. Grill Me · spencer1o1
    Runs 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.
    0 installs
  5. Literal Copy · spencer1o1
    Copies a folder/package tree as-is, then wires imports/paths only. Use when the user says copy, duplicate, vendor, or lift — not redesign.
    0 installs
  6. Setup Emergent App · spencer1o1 bundle
    Bring 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.
    0 installs
  7. Setup Verify Hooks · spencer1o1 bundle
    Installs 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.
    0 installs