nathanonn

25 mods across 2 repositories, 25 stars between them.

ask-first

02

nathanonn/agent-skills

Plugin Claude Code

Ask clarifying questions before executing tasks. Reaches 95% confidence through structured Q&A, then executes.

19 13d ago A tokens not measured original MIT

ask-first

03

nathanonn/agent-skills

Skill Claude CodeCodex

Ask clarifying questions before executing tasks. Use this skill whenever the user says "ask me questions first", "clarify before doing", "ask before you start", invokes /ask, or wants Claude to gather requirements through Q&A before taking action. Also trigger when the user provides a task prefixed with "ask:" or says…

19 13d ago A 106 tokens original MIT

cli-spec-to-goal

04

nathanonn/agent-skills

Plugin Claude Code

Convert a Node.js CLI tool specification into a Codex /goal-ready bundle with AI-agent-friendly patterns baked in.

19 13d ago A tokens not measured original MIT

cli-spec-to-goal

05

nathanonn/agent-skills

Skill Claude CodeCodex

Convert a Node.js CLI tool specification (even a vague one) into a Codex /goal-ready bundle — GOAL.md, VERIFY.md, PROGRESS.md inside goals/ / — with AI-agent-friendly patterns (--json, stdout/stderr separation, exit codes, structured errors, TTY detection, --dry-run) baked into every goal. Asks clarifying questions in…

19 13d ago A 186 tokens original MIT

codex-imagegen

06

nathanonn/agent-skills

Plugin Claude Code

Generate images via Codex's built-in $imagegen skill, land them in the project, and auto-clean the generatedimages cache so storage stays flat.

19 13d ago A tokens not measured original MIT

codex-imagegen

07

nathanonn/agent-skills

Skill Claude CodeCodex

Generate images (featured images, illustrations, diagrams, test images, blog visuals) using Codex CLI's built-in $imagegen skill, triggered through the codex plugin or codex CLI. Use this skill whenever the user asks to generate, create, or make an image, picture, illustration, featured image, thumbnail, or visual…

19 13d ago A 154 tokens original MIT

nathanonn/agent-skills

Plugin Claude Code

Convert an extract-design-system output bundle into a self-contained, auto-triggering per-brand Claude Code skill that later agents use to build pages native to that brand.

19 13d ago A tokens not measured original MIT

nathanonn/agent-skills

Skill Claude CodeCodex

Convert an extract-design-system output bundle (a .designsystems/ -YYYYMMDD/ folder with DESIGN.md, AGENTS.md, COMPONENTS.md and DTCG tokens) into a self-contained, auto-triggering per-brand Claude Code agent skill that later agents use to build pages native to that brand. Use whenever the user has run…

19 13d ago C 201 tokens original MIT

extract-design-md

10

nathanonn/agent-skills

Plugin Claude Code

Extract a website's design system into a DESIGN.md file (google-labs-code/design.md format) — colors, typography, radius/spacing scales, components, and brand feel — via playwright-cli token extraction plus the official linter.

19 13d ago A tokens not measured original MIT

extract-design-md

11

nathanonn/agent-skills

Skill Claude CodeCodex

Extract a website's design system into a DESIGN.md file (the google-labs-code/design.md format). Use this whenever the user gives a site URL and wants to capture, reverse-engineer, clone, or document its visual identity — colors, typography, radius/spacing scales, components, and brand feel. Triggers on phrasings like…

19 13d ago A 177 tokens original MIT

nathanonn/agent-skills

Plugin Claude Code

Extract a website's full design system — tokens plus a curated component catalog (anatomy, variants, hover/focus states, section patterns) with DTCG tokens and an emitted eval harness — as a bundle a coding agent consumes to build new pages native to the source brand.

19 13d ago A tokens not measured original MIT

nathanonn/agent-skills

Skill Claude CodeCodex

Extract a website's FULL design system — tokens AND a curated component catalog (anatomy, variants, hover/focus states, section patterns) — into a bundle a coding agent consumes to build new pages that are native to the source brand. Superset of extract-design-md: use THIS skill when the goal is to build/generate…

19 13d ago A 178 tokens original MIT

handoff-doc

14

nathanonn/agent-skills

Plugin Claude Code

Write or update a session handoff doc so a future session (Claude or human) can resume work without re-reading the whole transcript.

19 13d ago A tokens not measured original MIT

handoff-doc

15

nathanonn/agent-skills

Skill Claude CodeCodex

Write or update a session handoff doc that lets a future session (Claude or human) resume work without re-reading the whole transcript. Use this skill whenever the user asks to "write a handoff", "create a handoff doc", "update the handoff", "write a doc so the next session can continue", "session handoff note", "hand…

19 13d ago A 136 tokens original MIT

prototype-wp

16

nathanonn/agent-skills

Plugin Claude Code

Prototype a WordPress or WooCommerce plugin from its written spec as a runnable offline browser simulation, so the spec can be evaluated as a product before any PHP is written.

19 13d ago A tokens not measured original MIT

prototype-wp

17

nathanonn/agent-skills

Skill Claude CodeCodex

Prototype a WordPress or WooCommerce plugin from its written spec as a runnable offline browser simulation — admin screens, front-end surfaces, and the rules connecting them — so the spec can be evaluated as a product before any PHP is written. Use when asked to prototype or simulate a WP plugin, build a clickable or…

19 13d ago A 143 tokens original MIT

nathanonn/agent-skills

Plugin Claude Code

Validate, diagnose, or repair standalone serialized WordPress Gutenberg block markup against the core block library running in Node.js, treating structural validity and cross-site portability as separate verdicts.

19 13d ago A tokens not measured original MIT

nathanonn/agent-skills

Skill Claude CodeCodex

Validate, diagnose, or repair standalone serialized WordPress Gutenberg block markup built from core blocks, using a pinned Node.js runtime. Use when the user explicitly asks to validate, check, lint, or debug block markup or block comments, reports an invalid block, "unexpected or invalid content", or an "Attempt…

19 13d ago A 193 tokens original MIT

webg-spec-to-goal

20

nathanonn/agent-skills

Plugin Claude Code

Convert a web game idea into a complete Codex /goal-ready Phaser 3 project with scaffold, goals-plan, and all goal folders.

19 13d ago A tokens not measured original MIT

webg-spec-to-goal

21

nathanonn/agent-skills

Skill Claude CodeCodex

Convert a web game idea (even a vague one like "build a Raiden-type game" or "make a card game") into a complete Codex /goal-ready Phaser 3 project — runnable scaffold, goals-plan.md, and all goal folders (GOAL.md + VERIFY.md + PROGRESS.md) generated at once. Auto-detects genre (shoot-em-up, card game, platformer…

19 13d ago A 201 tokens original MIT

nathanonn/agent-skills

Plugin Claude Code

Convert a full WordPress plugin requirements.md into a complete Codex /goal-ready project: goals-plan.md, root scaffold, and a layered goals/ tree (foundation, per-US, non-US, integration).

19 13d ago A tokens not measured original MIT

nathanonn/agent-skills

Skill Claude CodeCodex

Convert a full WordPress plugin requirements.md (multiple user stories, edge cases, settings, cross-cutting features) into a complete Codex /goal-ready project — goals-plan.md, root scaffold (.wp-env.json, package.json, AGENTS.md, plugin bootstrap, run-goals.sh, protocols), and a layered goals/ tree (foundation…

19 13d ago C 213 tokens original MIT

wp-spec-to-goal

24

nathanonn/agent-skills

Plugin Claude Code

Convert a WordPress plugin or feature idea into a Codex /goal-ready bundle with wp-env + Playwright verification.

19 13d ago A tokens not measured original MIT