vscarpenter

46 mods across 1 repository, 22 stars between them.

branch-preflight

01

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Sanity-check the working tree before starting plan execution or new branch work. Catches inherited damage that silently breaks verification later — merge conflict markers committed to tracked files, outstanding stash entries that may bleed into your work, uncommitted changes you may not realize you have. Runs in 1…

22 3d ago A 105 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Syncs main and deletes the local feature branch after a PR is merged on GitHub. Use when the user says they merged or squash-merged a PR ("I merged PR 411 on GitHub", "merged the PR", "clean up the branch"). Codifies this repo's squash-merge default, where git branch -d wrongly reports "not fully merged" and a…

22 3d ago A 92 tokens original MIT

diagnose

03

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

22 3d ago A 66 tokens copy · 81% MIT

grill-me

04

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

22 3d ago A 49 tokens copy · 92% MIT

grill-with-docs

05

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

22 3d ago A 57 tokens copy · 89% MIT

handoff

06

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

22 3d ago A 19 tokens copy · 78% MIT

impeccable

07

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

22 3d ago A 189 tokens copy · 88% MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

22 3d ago A 68 tokens copy · 77% MIT

inkwell-retrofit

09

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Apply the Inkwell design system to an existing page or component without creating a competing styling system. Use for styling retrofits, standalone HTML explainers, docs pages, or Tailwind v4 token alignment.

22 3d ago A 48 tokens original MIT

open-knowledge

10

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Authoritative agent-runtime contract for working inside an OpenKnowledge project — a markdown-CRDT knowledge base exposed over MCP. Use whenever reading, listing, searching, or editing any .md or .mdx file in the project, and before any mcpopen-knowledge tool call (exec, search, write, edit, and the rest). Installed…

22 3d ago A 148 tokens original MIT

pb-collection

11

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Add or modify a field on the PocketBase tasks collection end-to-end — schema script, task-mapper, Zod schema, Dexie version bump, migration test. Use when the user wants to add/remove/rename a synced task field. Codifies the PocketBase v0.23+ gotchas and recurring step-order mistakes.

22 3d ago A 71 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Convert an approved technical plan into a sequence of small, reviewable PRs with clear phase boundaries, validation gates, and PR descriptions. Use for multi-step refactors, workflow changes, security-remediation tranches, documentation-plus-code rollouts, or any change that is too risky or noisy for one PR.

22 3d ago A 68 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Sets up an ## Agent skills block in AGENTS.md/CLAUDE.md and docs/agents/ so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out — or…

22 3d ago A 124 tokens copy · 97% MIT

shadcn

14

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

22 3d ago A 90 tokens copy · 92% MIT

ship

15

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Stop juggling, start finishing. GSD Task Manager makes it easy to sort your to-dos into what’s urgent and what’s important, so you can finally get stuff done without burning out. It’s simple, visual, and works entirely offline.

22 3d ago A 0 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Autonomous builder for the delivery pipeline (cycle B). Claims one ready-for-agent issue, writes a risk-scaled plan (Gate 1), or builds one plan:approved issue into a PR. Never merges.

22 3d ago A 48 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Night-shift maintenance routine (cycle D). Triages failing checks on the agent fleet's own (Codex/) open PRs — auto-fixing mechanical classes as fix PRs, escalating judgment ones, skipping the rest. Never merges.

22 3d ago A 57 tokens original MIT

to-issues

19

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

22 3d ago A 53 tokens copy · 100% MIT

ui-ux-pro-max

20

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

UI/UX design intelligence: styles, palettes, font pairings, charts. Manual-invoke only (this project rarely needs greenfield UI design; v9 single-matrix shell is settled).

22 3d ago B 45 tokens copy · 94% MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Verify a frontend change actually works in the GSD Task Manager app before trusting it. Drives the running app browser-first — seeds IndexedDB, busts the PWA service-worker cache, then observes real behavior plus console/network errors — and codifies regression-worthy behavior as a Playwright spec. Use whenever you've…

22 3d ago A 138 tokens original MIT

vscarpenter/gsd-task-manager

Skill Claude CodeCodex

Verify a frontend change actually works in the GSD Task Manager app before trusting it. Drives the running app browser-first — seeds IndexedDB, busts the PWA service-worker cache, then observes real behavior plus console/network errors — and codifies regression-worthy behavior as a Playwright spec. Use whenever you've…

22 3d ago A 138 tokens original MIT

a11y-reviewer

23

vscarpenter/gsd-task-manager

Agent Claude Code

Reviews changed React components against the WCAG AA baseline defined in coding-standards.md Part 2. Read-only — returns findings, does not rewrite code. Use after editing any .tsx/.jsx file in components/ or app/.

22 3d ago A 53 tokens original MIT

pb-sync-reviewer

24

vscarpenter/gsd-task-manager

Agent Claude Code

Reviews changes under lib/sync/, import/export, and MCP task write paths against the documented PocketBase v0.23+ gotchas plus prior Codex adversarial data-loss findings. Read-only. Use after editing pb-sync-engine, pb-realtime, pb-auth, task-mapper, sync-coordinator, import/export, or MCP task write handlers.

22 3d ago A 76 tokens original MIT