ahgraber

45 mods across 1 repository, 5 stars between them.

SessionStart

01

ahgraber/skills

Hook Claude Code

Runs when a session starts, running an inline shell check. From ahgraber/skills.

5 6d ago B tokens not measured original CC0-1.0

skills

02

ahgraber/skills

Settings file Claude Code

Agent settings declaring 1 hook event (SessionStart).

5 6d ago B tokens not measured original CC0-1.0

skills AGENTS.md

03

ahgraber/skills

Instructions file CodexOpenCode

Instructions for ahgraber/skills, covering agents.md, source skills vs. installed skills, development vs. user environment, dev environment and python scripts (skills//scripts/.py).

5 6d ago C 2,157 tokens original CC0-1.0

alt-text

04

ahgraber/skills

Skill Claude CodeCodex

Use when the user shares an image, chart, diagram, screenshot, or figure and needs it described — for alt-text, accessibility, documentation, or to understand what it depicts.

5 6d ago A 39 tokens original CC0-1.0

antislop-writing

05

ahgraber/skills

Skill Claude CodeCodex

Write, rewrite, or line-edit prose so it reads as a professional wrote it, not a model: clear, specific, register-appropriate, and free of AI writing tells. Apply to any prose a human will read. Triggers include "make this sound human", "remove the AI tells", "de-slop this", "does this read like ChatGPT wrote it"…

5 6d ago A 117 tokens original CC0-1.0

api-design

06

ahgraber/skills

Skill Claude CodeCodex

Use when designing, reviewing, or planning REST or GraphQL APIs — endpoint structure, schema design, versioning, error handling, pagination, URI naming, or choosing between REST and GraphQL. Also triggers for OpenAPI spec creation and API contract review.

5 6d ago A 54 tokens original CC0-1.0

brainstorming

07

ahgraber/skills

Skill Claude CodeCodex

Use when turning a fuzzy idea into a refined design through dialogue — across software, writing, talks, events, naming, activities, or any creative/design task. Its adversarial lenses also stress-test a plan or proposal already on the table. Triggers: 'brainstorm', 'help me think about/through', 'figure out', 'work…

5 6d ago A 150 tokens original CC0-1.0

changelog

08

ahgraber/skills

Skill Claude CodeCodex

Use when writing, updating, or generating a CHANGELOG.md — for a new release, an unreleased section update, or drafting from git history or diff. Triggers: "update the changelog", "write release notes", "what changed since X", "generate changelog for v1.2.0", "add this to the changelog", "draft unreleased section".…

5 6d ago A 97 tokens original CC0-1.0

code-review

09

ahgraber/skills

Skill Claude CodeCodex

Use when reviewing code changes before committing or merging — staged diffs, branch diffs, or PR readiness checks. Triggers: 'review my code', 'check these changes', 'review this branch', 'give feedback on my diff', 'is this PR ready?'. Not for implementing features, running test suites, formatting-only passes, or…

5 6d ago A 82 tokens original CC0-1.0

commit-message

10

ahgraber/skills

Skill Claude CodeCodex

Use whenever a Conventional Commit message is being drafted — whether the user asks ("write commit message", "draft commit from staged changes", "generate conventional commit", "split this into commits") or you are about to propose one proactively after finishing work (e.g. completing tasks, wrapping up a feature, or…

5 6d ago A 90 tokens original CC0-1.0

debugging

11

ahgraber/skills

Skill Claude CodeCodex

Use when a bug, test failure, build break, regression, flaky test, or unexpected behavior appears — before proposing or attempting fixes. Triggers: "why is this failing", "this test broke", "something's wrong", "help me debug", "it works on my machine", mysterious stack traces, intermittent failures. Not for: writing…

5 6d ago A 84 tokens original CC0-1.0

deep-research

12

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants a deep, multi-source, fact-checked web research report on a topic too broad for a single search. Triggers: "deep research on X", "research report", "investigate thoroughly", "comprehensive findings on", "what's the current state of X", "survey the landscape of". Not for: single-fact lookups…

5 6d ago A 99 tokens original CC0-1.0

editorial-review

13

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants rigorous, non-sycophantic editorial feedback on a draft, essay, blog post, or argument through back-and-forth dialogue — pressure-testing thesis, structure, argument, clarity, tone, and evidence. Triggers: "be my sparring partner", "pressure-test this draft", "poke holes in my argument", "is…

5 6d ago A 107 tokens original CC0-1.0

grill-me

14

ahgraber/skills

Skill Claude CodeCodex

Use when the user wants an elicitative interview — reaching alignment on a plan, decision, or idea by drawing out their decisions, unstated opinions, silent assumptions, and thoughts they find hard to put into words, through rounds of pointed questions. Triggers: "grill me", "interview me about this", "make sure we're…

5 6d ago A 107 tokens original CC0-1.0

handoff

15

ahgraber/skills

Skill Claude CodeCodex

Use when ongoing work or conversational context must continue in a new conversation, session, or agent with no shared history. Triggers: 'handoff', 'prepare context for next chat', 'summarize for a new session', 'continue this in another conversation'. Not for same-chat status updates or repository documentation.

5 6d ago A 66 tokens original CC0-1.0

ahgraber/skills

Skill Claude CodeCodex

Use when authoring or reviewing a hands-on demo, tour, or walkthrough notebook (#%% percent-format or Jupyter) that demonstrates a feature, library, or API and doubles as semi-interactive documentation. Triggers: "write a demo notebook", "build a feature demo", "demo this library/API", "a notebook to walk through X"…

5 6d ago A 104 tokens original CC0-1.0

mcp-research

17

ahgraber/skills

Skill Claude CodeCodex

Use when tasks require current, source-backed technical information from MCP tools. Apply for library/API questions, dependency version checks, third-party integration work, framework- or SDK-specific debugging, and any case where stale model knowledge could cause incorrect guidance.

5 6d ago A 53 tokens original CC0-1.0

optimize-skills

18

ahgraber/skills

Skill Claude CodeCodex

Use when creating or refining SKILL.md-based skills, or diagnosing weak triggering (under/over-triggering, vague descriptions, bloated context, or missing workflow guidance).

5 6d ago A 39 tokens original CC0-1.0

proof

19

ahgraber/skills

Skill Claude CodeCodex

Use when the user asks for proofreading or light copy editing while preserving original wording, tone, and order. Triggers: 'proofread', 'fix typos', 'grammar only', 'copy edit only', 'SPAG pass'. Not for rewrites, tone shifts, structural edits, or style upgrades; use antislop-writing for those requests.

5 6d ago A 73 tokens original CC0-1.0

ahgraber/skills

Skill Claude CodeCodex

Use when writing or reviewing asyncio code in Jupyter notebooks or '#%%' cell workflows — structuring event-loop ownership, orchestrating async tasks, or choosing compatibility strategies. Also use when hitting RuntimeError: This event loop is already running, asyncio.run() failures in cells, or tasks silently never…

5 6d ago A 67 tokens original CC0-1.0

python

21

ahgraber/skills

Skill Claude CodeCodex

Use when a Python change is about to be called done (before commit or PR) and whenever asked to review, audit, sanity-check, or clean up Python code or judge whether it meets standards. Also use at decision points the defaults cover: choosing retry/timeout/idempotency policy, config loading, pydantic placement, module…

5 6d ago A 76 tokens original CC0-1.0

receiving-feedback

22

ahgraber/skills

Skill Claude CodeCodex

You MUST use this when receiving feedback that evaluates a text-based work artifact you produced or are responsible for — code, specs, design docs, PRDs, proposals, plans, or prose — by asserting a defect, questioning a decision, supplying reasoning, or proposing a change for assessment. Also use when asked to…

5 6d ago A 107 tokens original CC0-1.0

refactor

23

ahgraber/skills

Skill Claude CodeCodex

Use when changing the structure of working code without changing its behavior: decomposing an oversized function, extracting or merging a module, collapsing a layer, breaking an import cycle. Applies when the edit is structural enough to need a plan and explicit approval before it lands. Triggers: 'refactor this'…

5 6d ago A 120 tokens original CC0-1.0

sdd-apply

24

ahgraber/skills

Skill Claude CodeCodex

Use when implementing tasks from a change's tasks.md. Triggers: "apply tasks", "implement the change", "work through tasks", "start implementing", "continue implementing", "apply the change".

5 6d ago A 46 tokens original CC0-1.0