adamayoung

34 mods across 2 repositories, 176 stars between them.

check-diagnoser

01

adamayoung/TMDb

Agent Claude Code

No-fix diagnoser for one failing PR status check on the TMDb repo — runs the routed diagnosis skill (/diagnose-ci-failure or /diagnose-integration-failure) and returns only its three-section Summary / Likely cause / Suggested fix result, never raw logs; it reports, never applies. Spawned by /fix-pr-checks (directly…

176 7d ago A 125 tokens original Apache-2.0

code-reviewer

02

adamayoung/TMDb

Agent Claude Code

Code reviewer subagent to be used to review code changes when asked, or at appropriate points when implementing new features.

176 7d ago A 26 tokens original Apache-2.0

adamayoung/TMDb

Agent Claude Code

Swift DocC subagent for BULK documentation work — documenting many public declarations across multiple files (e.g. a whole new service, or every undocumented symbol in a diff) in an isolated context. For documenting a single symbol as you write it, apply the document-swift skill inline instead.

176 7d ago A 65 tokens original Apache-2.0

tooling-runner

04

adamayoung/TMDb

Agent Claude Code

Haiku runner for TMDb build/test commands — executes exactly one make target (or its xcode-tools MCP equivalent), writes the full output to a .build/last-.log file, and returns only a concise pass/fail + failures-as-file:line summary. Spawned by the /build, /build-for-testing, /test, and /integration-test skills; not…

176 7d ago A 89 tokens original Apache-2.0

PreToolUse

05

adamayoung/TMDb

Hook Claude Code

Runs before the agent uses a tool for Edit, Write and NotebookEdit tool calls, running an inline shell check. From adamayoung/TMDb.

176 7d ago A tokens not measured original Apache-2.0

PostToolUse

06

adamayoung/TMDb

Hook Claude Code

Runs after a tool call finishes for Edit, Write, Edit and Write tool calls, running an inline shell check (2 commands). From adamayoung/TMDb.

176 7d ago A tokens not measured original Apache-2.0

TMDb

07

adamayoung/TMDb

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 0 allowed tools.

176 7d ago A tokens not measured original Apache-2.0

build-for-testing

08

adamayoung/TMDb

Skill Claude CodeCodex

Compile the TMDb package AND all test targets (without running the tests) to catch test-code compile errors. Use after changing tests or shared code to check everything still builds — delegates to the tooling-runner agent (Haiku) and returns a concise pass/fail + errors-as-file:line summary. Differs from /build, which…

176 7d ago A 87 tokens original Apache-2.0

canon-tdd

09

adamayoung/TMDb

Skill Claude CodeCodex

Implement features and fix bugs test-first, the Canon TDD way (test list → one test → make it pass → refactor → repeat). Use when implementing any new feature, endpoint, model, or method, fixing a bug, or executing a plan — write the test list and a failing test BEFORE production code.

176 7d ago A 68 tokens original Apache-2.0

capture-knowledge

10

adamayoung/TMDb

Skill Claude CodeCodex

Capture durable, project-specific learnings from the work just done into the knowledge/ base — gotchas, implementation quirks, things looked up or web-searched, live-API behaviours, and design decisions (as ADRs). Use before opening a PR (it runs automatically in /deliver), or any time you've learned something worth…

176 7d ago B 97 tokens original Apache-2.0

cut-release

11

adamayoung/TMDb

Skill Claude CodeCodex

Cut a new TMDb release — work out the next SemVer version from the evidence, do the pre-tag housekeeping a tag would otherwise freeze in place, draft release notes, then tag and publish the GitHub release. Presents the version (with its reasoning) and the full notes for approval and STOPS; nothing is tagged or…

176 7d ago A 75 tokens original Apache-2.0

deliver

12

adamayoung/TMDb

Skill Claude CodeCodex

Take a plan all the way to a ready-to-merge pull request — review the plan (scaled to risk), implement it test-first, code-review and fix, run the CI gate, open the PR, and watch it green. Use after you have an approved plan (from plan mode, or the Plan agent); pass issue to deliver a specific GitHub issue you name…

176 7d ago A 145 tokens original Apache-2.0

diagnose-ci-failure

13

adamayoung/TMDb

Skill Claude CodeCodex

Diagnose a failing CI workflow run (lint, markdown lint, build, or unit tests) — identify which job failed, the cause, and a concrete fix.

176 7d ago A 38 tokens original Apache-2.0

adamayoung/TMDb

Skill Claude CodeCodex

Diagnose a failing TMDb integration-test run — summarise the failure, rank the likely cause, and suggest a concrete fix.

176 7d ago A 32 tokens original Apache-2.0

document-swift

15

adamayoung/TMDb

Skill Claude CodeCodex

Write and maintain high-quality Swift DocC documentation for the TMDb package, following its established /// conventions. Use when adding or changing any public declaration (protocol, class, struct, enum, actor, model, property, initializer, method, typealias) and when keeping the DocC catalog in sync. This is the…

176 7d ago A 101 tokens original Apache-2.0

adamayoung/TMDb

Skill Claude CodeCodex

Diagnose and fix a failing scheduled (or standalone) TMDb Integration workflow run — re-run transients, or fix real drift on a branch off main, then PR and (optionally) merge. Use for the weekly Sunday Integration cron failure, or any red Integration run not tied to an open PR.

176 7d ago A 69 tokens original Apache-2.0

fix-pr-checks

17

adamayoung/TMDb

Skill Claude CodeCodex

Fix the currently-failing status checks on the current branch's PR in one sweep — route each failing check to the right diagnosis skill (via a Haiku subagent, escalating to Opus on a repeat failure), apply and verify the fix, commit, and push once — then return a summary. Use standalone when CI is red, or as the…

176 7d ago A 94 tokens original Apache-2.0

format

18

adamayoung/TMDb

Skill Claude CodeCodex

Format code with swiftlint and swiftformat.

176 7d ago A 10 tokens original Apache-2.0

implement-plan

19

adamayoung/TMDb

Skill Claude CodeCodex

Implement the current plan test-first, the Canon TDD way, driving to a single finishing condition — an empty test list. Derives a Canon TDD test list from the plan, shows it before any code, writes one failing test at a time, and keeps the list visible as it evolves. Use when the user asks to implement, build, or…

176 7d ago A 81 tokens original Apache-2.0

integration-test

20

adamayoung/TMDb

Skill Claude CodeCodex

Run the TMDb integration tests against the live TMDb API (the Integration test plan; requires TMDBAPIKEY/USERNAME/PASSWORD). Use before a PR, or after model/fixture changes, to validate against real API responses — delegates to the tooling-runner agent (Haiku) and returns counts + failures, distinguishing genuine…

176 7d ago A 87 tokens original Apache-2.0

lint

21

adamayoung/TMDb

Skill Claude CodeCodex

Lint code with swiftlint and swiftformat.

176 7d ago A 10 tokens original Apache-2.0

pr

22

adamayoung/TMDb

Skill Claude CodeCodex

I'll create a pull request for the current branch by following these steps. If any steps fail, stop.

176 7d ago A 6 tokens original Apache-2.0

review-changes

23

adamayoung/TMDb

Skill Claude CodeCodex

Review the working-tree changes (vs main) for correctness, concurrency, architecture, testing, and API/doc issues — following .github/CODEREVIEW.md — and return a severity-graded report. Scales the machinery to the diff size: a single code-reviewer agent for a small change, or a fan-out-and-verify Workflow for a…

176 7d ago A 94 tokens original Apache-2.0

review-knowledge

24

adamayoung/TMDb

Skill Claude CodeCodex

Audit the knowledge/ base and the .claude/ skills, agents and workflows for staleness, self-contradiction, and drift from their own stated rules — four independent adversarial auditors (two lenses over two trees) verify every load-bearing claim against the current tree, cross-examine each other within their tree, and…

176 7d ago A 113 tokens original Apache-2.0