tonyghiani/ai-essentials

My personal AI essentials for rules, skills. subagents and more.

6Stars on the repository
30Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

a11y-audit

01

tonyghiani/ai-essentials

Skill Claude CodeCodex

Audit UI code for accessibility defects that block keyboard and screen-reader users. Invoke when adding or reviewing interactive UI, a form, a modal or flyout, a custom control, or when the user asks about a11y, WCAG, screen readers, or keyboard navigation.

not rated 6 26d ago A 61 tokens original MIT

api-contract-review

02

tonyghiani/ai-essentials

Skill Claude CodeCodex

Review an HTTP route, plugin contract, or exported package API for compatibility, validation, and evolvability before it ships. Invoke when adding or changing a route, a plugin setup/start contract, a saved object schema, or a package public export, and when the user asks whether a change is breaking.

not rated 6 26d ago A 65 tokens original MIT

tonyghiani/ai-essentials

Skill Claude CodeCodex

Critically review all code changes on the current branch against the base branch, identify improvement opportunities across naming, structure, DRY/KISS/YAGNI, declarative style, self-documenting code, edge cases, testing, and general best practices, then produce a categorized refactoring plan with prioritized action…

not rated 6 26d ago A 104 tokens original MIT

deep-research

04

tonyghiani/ai-essentials

Skill Claude CodeCodex

Become the maximum expert on a topic, codebase, or architecture before producing any output. Reads a primary source folder (docs/specs), validates against secondary source folders (code), produces a structured report, and asks clarifying questions when something is unclear. Use when the user says "become the expert"…

not rated 6 26d ago A 118 tokens original MIT

dep-size

05

tonyghiani/ai-essentials

Skill Claude CodeCodex

Check what a dependency or import actually costs before adding it, and find bundle bloat in existing code. Invoke when adding a package, when the user asks whether a dependency is worth it, when a bundle-size check fails in CI, or when reviewing imports in browser-shipped code.

not rated 6 26d ago A 60 tokens original MIT

gh-issue-writer

06

tonyghiani/ai-essentials

Skill Claude CodeCodex

Generate well-formatted GitHub issue content from a brief context, feature request, or bug report. Outputs ready-to-copy Markdown — does not create the issue. Use when the user asks to write a GitHub issue, draft an issue, create issue content, or mentions "gh issue".

not rated 6 26d ago A 64 tokens original MIT

grill-me

07

tonyghiani/ai-essentials

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree before any code is written. Use when the user says "grill me", "roast me", "ask me until we agree 100%", "stress-test this plan", "interview me", "ask me clarifying questions"…

not rated 6 26d ago A 109 tokens original MIT

i18n-sweep

08

tonyghiani/ai-essentials

Skill Claude CodeCodex

Find untranslated user-facing strings and i18n defects that break translation. Invoke when adding UI copy, when an i18n check fails, or when the user asks to review translations, hardcoded strings, or localisation.

not rated 6 26d ago A 50 tokens original MIT

marco-code-style

09

tonyghiani/ai-essentials

Skill Claude CodeCodex

Marco's TypeScript and React conventions, extracted from 748 authored commits and confirmed by a 69-question style interview. Invoke before writing or reviewing substantial TS/TSX, when scaffolding a new module, when writing tests, or when a reviewer disagrees with a style choice. Covers components, hooks, types…

not rated 6 26d ago A 86 tokens original MIT

memory-distill

10

tonyghiani/ai-essentials

Skill Claude CodeCodex

Turn logged correction signals into durable memory files. Reads /.claude/memory-signal.jsonl (written automatically by the log-correction-signal hook whenever Marco corrects the assistant or states a preference), groups recurring themes, and proposes memory entries for approval. Invoke when the user says "distill…

not rated 6 26d ago B 88 tokens original MIT

tonyghiani/ai-essentials

Skill Claude CodeCodex

Creates pull request descriptions using a fixed template with a concise title, a mixed paragraph-and-bullets summary section, and testing bullets, and can create the PR with gh. Use when the user asks to write a PR description, PR body, pull request summary, or to create a PR.

not rated 6 26d ago A 63 tokens original MIT

react-patterns

12

tonyghiani/ai-essentials

Skill Claude CodeCodex

Effect, dependency, and ref discipline for React. Invoke before writing or reviewing any useEffect, useLayoutEffect, useRef, or DOM access, and when a component has state that could be derived instead. Catches the failure modes that cause stale UI, double-fetch, and render loops.

not rated 6 26d ago A 63 tokens original MIT

react-perf

13

tonyghiani/ai-essentials

Skill Claude CodeCodex

Audit React render performance from the code, prioritised by measured or measurable impact. Invoke when the user reports a slow or janky UI, asks about re-renders, mentions memo/useMemo/useCallback, or asks for a perf review of a component tree. Refuses to recommend memoisation without a reason.

not rated 6 26d ago A 66 tokens original MIT

review-pr-comments

14

tonyghiani/ai-essentials

Skill Claude CodeCodex

Triage PR review comments — decide whether to accept or push back on each one. Given comment links from a GitHub PR, fetches comment content and PR diff, then reasons about each comment in context. Uses a personal voice profile for suggested replies — swap ../shared/pr-review-voice-marco.md for your own. Use when the…

not rated 6 26d ago A 95 tokens original MIT

review-pr

15

tonyghiani/ai-essentials

Skill Claude CodeCodex

Review a GitHub pull request by URL using the review-team skill. Outputs copy-pasteable conventional comments with line references and code suggestions. Uses a personal voice profile by default — swap skills/shared/pr-review-voice-marco.md for your own. Use when the user shares a PR URL, asks to review a PR, or…

not rated 6 26d ago A 74 tokens original MIT

review-team

16

tonyghiani/ai-essentials

Skill Claude CodeCodex

Launch a team of 6 specialized code reviewers in parallel to catch issues from multiple perspectives. Use when the user says "review team", "comprehensive review", "multi-perspective review", or wants a thorough multi-angle review of branch changes or a plan.

not rated 6 26d ago A 55 tokens original MIT

tdd

17

tonyghiani/ai-essentials

Skill Claude CodeCodex

Write the failing test first, then the implementation, in Marco's testing style. Invoke when the user says "tdd", "test first", "write the test first", or when adding behaviour to code that already has tests worth extending. Opt-in; do not apply automatically.

not rated 6 26d ago A 59 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: