ahgraber

45 mods across 1 repository, 5 stars between them.

sdd-archive

25

ahgraber/skills

Skill Claude CodeCodex

Use when completing and archiving a change after all tasks are done and specs are synced. Triggers: "archive the change", "complete this change", "close out the change", "finish the change", "archive".

5 7d ago A 50 tokens original CC0-1.0

sdd-derive

26

ahgraber/skills

Skill Claude CodeCodex

Use when deriving SDD specs from existing code or retroactively documenting implemented behavior. Triggers: "derive specs", "generate specs from code", "document this code in SDD", "retrofit specs", "spec out what's already built".

5 7d ago A 54 tokens original CC0-1.0

sdd-explore

27

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants to think through ideas, investigate problems, or clarify requirements before or during any SDD path. Triggers: "explore", "think through", "help me figure out", "what should I build", "I'm not sure where to start", "let's brainstorm", "investigate this", "I want to explore".

5 7d ago A 76 tokens original CC0-1.0

sdd-propose

28

ahgraber/skills

Skill Claude CodeCodex

Use when creating a new change with all SDD artifacts — proposal, delta specs, design, and tasks. Triggers: "propose a change", "create a change for X", "I want to implement feature Y", "start a new change", "let's build X".

5 7d ago A 63 tokens original CC0-1.0

sdd-sync

29

ahgraber/skills

Skill Claude CodeCodex

Use when merging delta specs from a change into the main baseline specs. Triggers: "sync specs", "merge delta specs", "update main specs", "apply the spec changes", "sync the change".

5 7d ago A 46 tokens original CC0-1.0

sdd-translate

30

ahgraber/skills

Skill Claude CodeCodex

Use when translating or migrating existing specs from another tool or format (Spec Kit, Kiro, ADRs, Jira, Confluence, Word docs, or custom markdown requirements) into SDD spec format. Also use when the user says "convert these specs", "migrate to SDD", "translate from X to SDD", or "import specs".

5 7d ago A 77 tokens original CC0-1.0

sdd-verify

31

ahgraber/skills

Skill Claude CodeCodex

Use when verifying that an implementation matches a change's SDD artifacts. Triggers: "verify", "check implementation", "did I implement everything", "verify the change", "is implementation complete", "check conformance".

5 7d ago A 50 tokens original CC0-1.0

sdd

32

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants any spec-driven development action — exploring before speccing, deriving specs from code or translating specs from another system, proposing a change, applying or implementing, verifying, syncing delta specs, or archiving. Triggers: 'spec this out', 'create a change', 'apply tasks', 'verify…

5 7d ago A 91 tokens original CC0-1.0

securing-code

33

ahgraber/skills

Skill Claude CodeCodex

Use when writing or reviewing code that handles external input, manages access, touches data or crypto, or changes dependencies. Triggers: endpoints, auth/authz, DB/ORM, file handling, secrets, "is this secure?", "security review". NOT for formatting, pure UI, or explaining code.

5 7d ago A 66 tokens original CC0-1.0

security-deep-scan

34

ahgraber/skills

Skill Claude CodeCodex

Use when the user asks for a deep, exhaustive, multi-pass, or variance-reducing repository-wide or scoped-path security scan. Run repeated independent discovery passes over one resolved scope with worker-specific threat models, semantically merge candidates, synthesize one canonical validation threat model, then run…

5 7d ago A 97 tokens original CC0-1.0

ahgraber/skills

Skill Claude CodeCodex

Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the primary trigger for full PR, commit, branch, patch, or repository scans.

5 7d ago A 44 tokens copy · 95% CC0-1.0

security-scan

36

ahgraber/skills

Skill Claude CodeCodex

Use when the user asks for a security scan or review of a repository, a scoped path (package, folder, or submodule), or a Git-backed change set (pull request, commit, branch diff, or working-tree patch). Point it at the target; it runs the full threat-model, discovery, validation, and attack-path pipeline and writes a…

5 7d ago A 93 tokens original CC0-1.0

ahgraber/skills

Skill Claude CodeCodex

Use when the user supplies existing security findings or vulnerability reports — SARIF results, CVE/GHSA or advisory text, scanner tickets, bug bounty reports, or finding artifacts — and wants static repo-impact triage. Do not use for discovery, duplicate-bug triage, validation, or fixes.

5 7d ago A 68 tokens original CC0-1.0

shell-scripts

38

ahgraber/skills

Skill Claude CodeCodex

Use when writing or reviewing Bash scripts and shell snippets, especially for shebang selection, quoting, parameter expansion ("${VAR}" style), test expressions ([ ] vs [[ ]]), ShellCheck-guided fixes, and portability decisions across POSIX sh, Bash, and zsh compatibility targets.

5 7d ago A 65 tokens original CC0-1.0

show-me

39

ahgraber/skills

Skill Claude CodeCodex

Use when the user needs to see something to answer the current question — a sketch of logic, runtime flow, UI structure, or file layout; a Mermaid diagram; a chart of the data at hand; a mockup, wireframe, or side-by-side comparison during a design discussion (visual brainstorming). Triggers: "show me", "sketch this"…

5 7d ago A 167 tokens original CC0-1.0

simplify

40

ahgraber/skills

Skill Claude CodeCodex

Use to cut slop out of working code: duplication, dead code, needless indirection, comment noise, defensive padding. Point it at the current changes, a file, a directory, or the whole repo. Triggers: 'simplify this', 'clean this up', 'de-slop this code', 'strip the cruft', 'tighten this diff', 'this code is bloated'…

5 7d ago A 120 tokens original CC0-1.0

strudel

41

ahgraber/skills

Skill Claude CodeCodex

Use when writing, debugging, or explaining Strudel live-coding music patterns — mini-notation syntax, pattern functions (fast/slow/every/off/stack), synth/sample selection, audio effects, scale/chord/voicing API, or EDM production recipes. Triggers: "write a Strudel pattern", "how do I make a bassline in Strudel"…

5 7d ago A 105 tokens original CC0-1.0

subagent-patterns

42

ahgraber/skills

Skill Claude CodeCodex

Use when dispatching development work to one or more subagents and deciding how to shape each dispatch. Triggers: "use subagents", "orchestrate subagents", "delegate to a cheaper/stronger model", "big:little" / "little:big", "verifier / adversary / explorer / oracle subagent", "run this with subagents", "get an…

5 7d ago A 113 tokens original CC0-1.0

synthesize

43

ahgraber/skills

Skill Claude CodeCodex

Use when distilling the through-line gist of one or more sources — the spine, argument, tension, or recurring frame running through a set of documents, notes, research, or transcripts, OR across the ideas within a single rich piece — into a few concise paragraphs. Triggers: "synthesize", "what's the…

5 7d ago A 108 tokens original CC0-1.0

teach-me

44

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants to be taught a subject, not just answered — "teach me X", "help me learn X", "help me understand X", "help me grok X", "explain how X works", "quiz me on X", "I keep bouncing off X" — where X can be anything: a historical period, a statistical method, music theory, a poem, a legal concept, a…

5 7d ago A 209 tokens original CC0-1.0

writing-tests

45

ahgraber/skills

Skill Claude CodeCodex

Use when writing or reviewing tests in any language, or diagnosing a suite that is slow, brittle, or hard to read. Triggers: "write tests", "how should I test this", "what kind of test", "test is flaky/fragile", "should I mock this", "test is hard to read". Python-specific practices (mocking, pytest, async) are…

5 7d ago A 89 tokens original CC0-1.0