jasonm4130

30 mods across 1 repository, 5 stars between them.

adr

03

jasonm4130/claude-skills

Plugin Claude Code

Turns an intent into a grounded, cited, build-ready ADR (docs/adr/YYYY-MM-DD- .md) — every claim cited, load-bearing decisions surfaced to the human — then hands it to the subagent-driven-development loop. Front-end for adr → sdd.

5 2d ago A tokens not measured original MIT

adr

04

jasonm4130/claude-skills

Skill Claude CodeCodex

Use when the user knows what they want built and says "/adr", "write an ADR for X", "decide and build X", or "ADR-driven". Turns an intent into a grounded, cited, build-ready ADR at docs/adr/YYYY-MM-DD- .md — load-bearing decisions surfaced to the human — then hands off to the subagent-driven-development loop. For…

5 2d ago A 120 tokens original MIT

codex-review

05

jasonm4130/claude-skills

Plugin Claude Code

Cross-provider adversarial plan/design-doc review via OpenAI Codex (GPT-5.6 Terra): verdict-loop protocol, atomic chain guard, cross-repo decision-gate log.

5 2d ago A tokens not measured original MIT

codex-plan-review

06

jasonm4130/claude-skills

Skill Claude CodeCodex

Cross-provider adversarial review of a finalized plan, spec, design doc, ADR, or code diff using OpenAI Codex (GPT-5.6 Terra). AUTO-TRIGGER at plan gates — invoke immediately after any of: (1) a brainstorming spec is written and user-approved, (2) a writing-plans implementation plan is finalized, (3) an ADR draft is…

5 2d ago C 187 tokens original MIT

domain-modeling

07

jasonm4130/claude-skills

Plugin Claude Code

Actively build and sharpen a project's ubiquitous language — an opinionated CONTEXT.md glossary — by challenging terms, disambiguating overloaded words, and stress-testing domain relationships. Cross-references the adr skill for decision records. Adapted from mattpocock/skills (MIT).

5 2d ago A tokens not measured original MIT

PostToolUse

08

jasonm4130/claude-skills

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing posttooluse-mark-source-edit.mjs via node. From jasonm4130/claude-skills.

5 2d ago A tokens not measured original MIT

Stop

09

jasonm4130/claude-skills

Hook

Runs when the agent finishes a response, executing stop-check-context-md.mjs via node. From jasonm4130/claude-skills.

5 2d ago A tokens not measured copy · 55% MIT

UserPromptSubmit

10

jasonm4130/claude-skills

Hook

Runs when you submit a prompt, before the agent sees it, executing check-context-md-flag.mjs via node. From jasonm4130/claude-skills.

5 2d ago A tokens not measured original MIT

domain-modeling

11

jasonm4130/claude-skills

Skill Claude CodeCodex

Use when pinning down domain terminology, building a ubiquitous language or project glossary, disambiguating overloaded or vague terms, or maintaining a CONTEXT.md — or when another skill needs to sharpen the domain model. Do NOT use for recording architectural decisions (use adr) or for writing implementation specs.

5 2d ago A 63 tokens original MIT

frontend-design

12

jasonm4130/claude-skills

Plugin Claude Code

Frontend/UI design guidance, gated by scope: a light or surgical change gets inline principles; a wide-sweeping or highly-detailed design gets routed to Claude Design in the browser with a paste-ready design brief.

5 2d ago A tokens not measured original MIT

frontend-design

13

jasonm4130/claude-skills

Skill Claude CodeCodex

Guidance for distinctive, intentional frontend/UI design — aesthetic direction, typography, layout, motion, and copy — when building new UI or reshaping existing UI. Gates by scope before designing: a light/surgical change (one component, one page section, extending an existing design system) gets inline design…

5 2d ago A 218 tokens original MIT

gates

14

jasonm4130/claude-skills

Plugin Claude Code

Four stateless PreToolUse gates, a PostToolUse JSON-config guard, and a docs-consolidation trigger. Denies a git commit that changes code without staging its covering docs (per-plugin README/CLAUDE.md pairs, or the nearest README/CLAUDE/AGENTS walking up); asks before a new-project scaffold command (npm create vite…

5 2d ago A tokens not measured original MIT

docs-consolidate

15

jasonm4130/claude-skills

Skill Claude CodeCodex

Audit a repo's documentation for internal contradictions, stale claims, orphans and bloat after it has accumulated commits, then report findings for the user to disposition. Use when the consolidation nudge fires, or when the user asks to consolidate, audit, or spring-clean the docs. Triggers: "/docs-consolidate"…

5 2d ago A 125 tokens original MIT

handoff

16

jasonm4130/claude-skills

Plugin Claude Code

Manual /handoff skill — writes a structured resume doc on demand, auto-loads it on next session.

5 2d ago A tokens not measured original MIT

handoff

17

jasonm4130/claude-skills

Skill Claude CodeCodex

Write a structured handoff / resume document for this session so the next session can pick up exactly where this one left off. Use when the user asks to write a handoff, "prep for resume", "session handoff", or when context is high and you want to preserve state before /compact or /clear. Triggers: "/handoff"…

5 2d ago B 130 tokens original MIT

session-retro

18

jasonm4130/claude-skills

Plugin Claude Code

Interactive session retrospectives — deterministic activity triggers, one end-of-day offer, batch-scoped diff- and event-log-driven interview, native memory entries. No external services.

5 2d ago A tokens not measured original MIT

retro

19

jasonm4130/claude-skills

Skill Claude CodeCodex

Run an interactive session retrospective. Reads the per-session event log (maintained by the PostToolUse hook) and uses git diff/status/log as memory primer, then walks through specific moments via adaptive questions driven by what changed, and writes structured native memory entries. Suggest this when the end-of-day…

5 2d ago A 128 tokens original MIT

ship-gate

20

jasonm4130/claude-skills

Plugin Claude Code

Stop-hook gate against trail-off: detects unpushed commits at turn end and injects an agent-directed nudge to review and finish the branch.

5 2d ago A tokens not measured original MIT

jasonm4130/claude-skills

Plugin Claude Code

Deterministic, workflow-driven subagent development loop: plan -> confirm -> background Workflow runs per-task implement/review/fix with tiered models in deps-driven parallel waves (per-task worktrees + per-wave merge gate), ponytail anti-over-engineering discipline, deterministic BLOCKED escalation and oscillation…

5 2d ago A tokens not measured original MIT

jasonm4130/claude-skills

Skill Claude CodeCodex

Use when a written implementation plan exists and the user wants to execute it — "execute this plan", "implement the plan", "run the plan", "build it", "subagent-driven development". Plans + confirms in this session, then hands a lightweight task list to a deterministic background Workflow that runs per-task implement…

5 2d ago A 102 tokens original MIT

superpowers-core

23

jasonm4130/claude-skills

Plugin Claude Code

Owned fork of the superpowers process skills: brainstorming, systematic-debugging, writing-plans, writing-skills, test-driven-development.

5 2d ago A tokens not measured original MIT

brainstorming

24

jasonm4130/claude-skills

Skill Claude CodeCodex

Use before feature or design work that carries real ambiguity or a load-bearing decision, ahead of writing implementation code — explores intent, requirements and design first. Do NOT use for trivial changes, mechanical edits, or work whose design is already settled.

5 2d ago A 52 tokens original MIT