KelvinChenof
- 23 skills
- 0 followers
- 4 hours ago last updated
- ▌
- ▌ Triage · kelvinchenof bundleMove issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
- ▌ Wizard · kelvinchenof bundleGenerate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.
- ▌ Handoff · kelvinchenof bundleCompact the current conversation into a handoff document for another agent to pick up.
- ▌ Loop Me · kelvinchenof bundleGrill me about specs for the workflows I want to build, within this workspace.
- ▌ To Spec · kelvinchenof bundleTurn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
- ▌ Ask Matt · kelvinchenof bundleAsk which skill or flow fits your situation. A router over the skills in this repo.
- ▌
- ▌ Wayfinder · kelvinchenof bundlePlan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
- ▌ To Tickets · kelvinchenof bundleBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.
- ▌ Edit Article · kelvinchenof bundleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
- ▌ Writing Beats · kelvinchenof bundleWriting, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.
- ▌ Writing Shape · kelvinchenof bundleWriting, exploit — shape raw material into an article, paragraph by paragraph.
- ▌ Batch Grill Me · kelvinchenof bundleA relentless interview that asks every frontier question at once, round by round.
- ▌ Claude Handoff · kelvinchenof bundleHand the current conversation off to a fresh background agent that picks up the work immediately.
- ▌ To Questionnaire · kelvinchenof bundleTurn a decision you can't fully answer into a questionnaire for someone else to fill in.
- ▌
- ▌ Ubiquitous Language · kelvinchenof bundleExtract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
- ▌ Writing Great Skills · kelvinchenof bundleReference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
- ▌ Setup TS Deep Modules · kelvinchenof bundleWire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.
- ▌ Setup Matt Pocock Skills · kelvinchenof bundleConfigure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
- ▌ Improve Codebase Architecture · kelvinchenof bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- ▌ Batch Testing After Implementation · kelvinchenof bundleUse when a user explicitly requires whole-task implementation before any tests, builds, linters, type checks, or manual runtime checks; when testing every module is unwanted; or when one unified validation pass is required.