jerseycheese

60 mods across 2 repositories, 31 stars between them.

jerseycheese/Narraitor

Skill Claude CodeCodex

Fast orientation map for a zero-context session in the Narraitor repo. Use FIRST when starting work here, when asked "where does X live", "how is this repo organized", "what's the stack", "where do I look for the stores / AI code / themes / tests", or to check WHICH docs are trustworthy before acting on one. (Asking…

30 4d ago A 131 tokens original MIT

jerseycheese/Narraitor

Skill Claude CodeCodex

Isolation-vs-integration parity reasoning and the component promotion ladder for Narraitor. Use when something "works in Storybook" but not the app (or vice versa), before calling any component done/integrated, when writing stories with withStores or MSW, or when deciding whether Storybook-green is enough evidence.…

30 4d ago A 88 tokens original MIT

jerseycheese/Narraitor

Skill Claude CodeCodex

What counts as evidence in Narraitor - the test tiers (unit, Storybook, visual regression, e2e, manual QA walkthrough), what each can and cannot prove, acceptance thresholds, how to add tests, and how to read failures. Use when deciding which tests a change needs, interpreting a red or suspiciously green run, planning…

30 4d ago A 93 tokens original MIT

review

28

jerseycheese/Narraitor

Skill Claude CodeCodex

Use when reviewing Narraitor code or PR changes for bugs, regressions, missing tests, and merge readiness.

30 4d ago A 25 tokens original MIT

style-port

29

jerseycheese/Narraitor

Skill Claude CodeCodex

Port inline styles from a reference/demo component to production CSS in the Narraitor design system. Rigid 6-phase process that diffs inline styles against production stylesheets, ports gaps using design tokens, and removes inline styles from production components. Use when porting design system styles from any…

30 4d ago A 67 tokens original MIT

Narraitor CLAUDE.md

30

jerseycheese/Narraitor

Instructions file

Instructions for jerseycheese/Narraitor, covering claude.md — narraitor, stack, run it, the quality gate and layout.

30 4d ago A 2,629 tokens original MIT

analyze-issue

32

jerseycheese/agent-skills

Skill Claude CodeCodex

Analyzes a single GitHub issue and produces a detailed technical specification ready for implementation. Fetches the issue, discovers existing patterns in the codebase, defines scope boundaries, and produces an implementation plan with MVP tests. Use before starting work on an issue to understand it fully. Trigger on…

1 15d ago A 66 tokens original MIT

jerseycheese/agent-skills

Skill Claude CodeCodex

Inspect and debug live web pages using the Chrome DevTools Protocol via the bdg CLI. Use for targeted DOM queries, computed style checks, layout debugging, and CDP method calls without loading a full page snapshot. Prefer over chrome-devtools-mcp for token efficiency. Trigger on: "inspect element", "check computed…

1 15d ago A 116 tokens original MIT

ci-fix-with-memory

34

jerseycheese/agent-skills

Skill Claude CodeCodex

Automatically invoke when CI checks fail on a PR. Triggers on: any mention of CI failure, red checks, failed GitHub Actions, or "CI is broken/failing". Reads session handoffs and a known-issues log to avoid repeating failed fix attempts. Do NOT wait for user to ask — invoke as soon as a CI failure is confirmed. Not…

1 15d ago A 101 tokens original MIT

code-health-audit

35

jerseycheese/agent-skills

Skill Claude CodeCodex

Kicks off a recurring code-health audit — the "embarrassing code" / overengineering sweep that turns vague tech-debt anxiety into a short list of measurable, validated simplifications to ship. Bakes in the pre-flight discipline (sync the correct base branch, confirm the active worktree and its dev server, list files…

1 15d ago A 145 tokens original MIT

comment-reaper

36

jerseycheese/agent-skills

Skill Claude CodeCodex

Finds and removes unnecessary code comments - the ones that restate the code, cite an issue number, narrate refactor history, or wrap a one-line function in six lines of JSDoc. Sorts every find into auto-fix, propose, or never-touch, so the WHY comments survive the sweep. Trigger on: "comment reaper", "reap comments"…

1 15d ago A 154 tokens original MIT

cyoa

37

jerseycheese/agent-skills

Skill Claude CodeCodex

Choose Your Own Adventure mode. Use when the user invokes /cyoa, asks for "cyoa mode", "choose your own adventure", or asks to make a development task feel like a game. Frames a real software task as a branching adventure where the user picks design decisions at every meaningful step. Produces real, working code — the…

1 15d ago A 90 tokens original MIT

dead-code-cleanup

38

jerseycheese/agent-skills

Skill Claude CodeCodex

Identifies and removes dead/orphaned code, tests, and Storybook stories — including trivial tests that check only obvious behavior or rare edge cases with no real value. Always validates that code is truly unused before deleting anything. Trigger on: "remove dead code", "clean up unused files", "delete orphaned…

1 15d ago A 105 tokens original MIT

doc-rot

39

jerseycheese/agent-skills

Skill Claude CodeCodex

Sniffs out stale and deprecated documentation — markdown files, code comments, docstrings, and commented-out code — then updates or removes it. Grounds every staleness call against the actual code before acting: auto-fixes the high-confidence rot, surfaces judgment calls for review. Trigger on: "find stale docs"…

1 15d ago A 139 tokens original MIT

drupal-mental-model

40

jerseycheese/agent-skills

Skill Claude CodeCodex

Use when explaining code, debugging, or discussing architecture with Jack — map programming concepts to Drupal equivalents he already knows from years of Drupal/theming work. Triggers on code reviews, debugging walkthroughs, architecture discussions, inline code explanations, or whenever a non-Drupal framework concept…

1 15d ago A 71 tokens original MIT

ds-guard

41

jerseycheese/agent-skills

Skill Claude CodeCodex

Automatically run after any edit to a .css, .tsx, .ts, .jsx, or .js file that contains styling. Triggers on: new CSS rules, className changes, style props, token usages, or any visual/layout change. Checks the diff against the project's design system token inventory and living style guide (canon, if one exists). Flags…

1 15d ago B 111 tokens original MIT

evidence-check

42

jerseycheese/agent-skills

Skill Claude CodeCodex

An honesty gate that makes an AI back up its claims with real evidence instead of presenting guesses as fact. Use as an always-on background behavior, and invoke explicitly when the user says show your work, prove it, how do you know that, evidence check, what's your source, back that up, or when the AI is…

1 15d ago A 94 tokens original MIT

github-screenshot

43

jerseycheese/agent-skills

Skill Claude CodeCodex

Generates GitHub-compatible markdown for screenshots using raw.githubusercontent.com URLs via the generate-github-image-markdown.sh script. Trigger on: "add a screenshot to this PR", "embed image in issue", "attach screenshot", "paste image into GitHub", "add screenshot to docs", "insert image in markdown", "show a…

1 15d ago A 82 tokens original MIT

issue-maintenance

44

jerseycheese/agent-skills

Skill Claude CodeCodex

Periodic and on-demand maintenance pass over a repo's open GitHub issue backlog. Re-labels miscategorized or unlabeled issues (bug/enhancement/question/invalid/duplicate) and bug lifecycle labels (needs-repro/needs-info) following the same decision logic as Anthropic's own dogfooded triage-issue command; re-scores…

1 15d ago A 277 tokens original MIT

kiss

45

jerseycheese/agent-skills

Skill Claude CodeCodex

Apply KISS principles to a diff or set of changes. Trims the change to the minimum surface required to achieve the stated goal — removes refactors, cleanup, style fixes, and "while I'm here" additions that aren't strictly necessary. Use when a diff has crept beyond its original scope or when you want to commit the…

1 15d ago A 72 tokens original MIT

jerseycheese/agent-skills

Skill Claude CodeCodex

Sweeps a codebase's text — comments, docstrings, markdown docs, and user-facing UI copy — for jargon that could be plainer, AI writing tells/tropes, and verbose text that could be tightened. Auto-fixes unambiguous swaps, surfaces judgment calls for review. Trigger on: "jargon audit", "plain language audit", "find…

1 15d ago A 161 tokens original MIT

post-merge

47

jerseycheese/agent-skills

Skill Claude CodeCodex

Runs the post-merge workflow after a PR is merged. Phase 0 syncs the correct base branch and deletes the merged branch and its worktree so later work never starts from stale state. Phase 1 automatically closes the loop on linked GitHub issues (posts a completion comment, marks acceptance criteria done, closes the…

1 15d ago A 140 tokens original MIT

jerseycheese/agent-skills

Skill Claude CodeCodex

Autonomous PR review that also applies fixes for non-controversial issues — combines review, fix, test, and commit into a single pipeline. Unlike a read-only review, this writes code. Only use on feature branches where you're comfortable with automatic edits. Trigger on: "review and fix PR", "auto-fix the PR", "clean…

1 15d ago A 106 tokens original MIT