zacharygcook

27 mods across 1 repository, 2 stars between them.

zacharygcook/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for zacharygcook/agent-skills: This repository contains a small, public-facing collection of generally useful coding-agent skills.

2 1mo ago A 373 tokens original MIT

zacharygcook/agent-skills

Instructions file

Claude Code instructions for zacharygcook/agent-skills, a project described as: A curated collection of practical, evidence-backed skills for coding agents.

2 1mo ago A 3 tokens copy · 100% MIT

agent-readiness

03

zacharygcook/agent-skills

Skill Claude CodeCodex

Audit, score, compare, report, and iteratively improve how safely and effectively coding agents can work in a software repository. Use for read-only agent-readiness audits, first-class HTML/PDF readiness reports, readiness levels or percentages, Factory-compatible comparisons, AGENTREADINESSPREFERENCES.md setup…

2 1mo ago A 81 tokens original MIT

ban-type-assertions

04

zacharygcook/agent-skills

Skill Claude CodeCodex

Enforce a TypeScript policy that bans as type assertions and replace casts with compiler-verified narrowing or runtime validation. Use when introducing the ESLint rule, removing violations, reviewing assertion workarounds, or designing typed data boundaries.

2 1mo ago A 54 tokens original MIT

code-review

05

zacharygcook/agent-skills

Skill Claude CodeCodex

Perform an evidence-backed adversarial review of a diff, commit, branch, pull request, or named files. Use only when the user explicitly requests a fresh code review or findings on implementation quality; do not use merely to fix CI or act on existing review comments.

2 1mo ago A 56 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Design, implement, or review a human-first command-line interface and developer workflow. Use when commands are long, flag-heavy, difficult to discover, require manual setup glue, expose implementation paths, need interactive onboarding, mix human and automation concerns, or create avoidable developer-experience…

2 1mo ago A 62 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Add meaningful tests for changed or recently committed code, run focused and full suites, and fix real implementation defects exposed by those tests. Use when asked to add tests, improve coverage, test new code, or make sure a change is well tested.

2 1mo ago A 54 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Resolve Knip unused-export findings by classifying each symbol before editing and preferring dead-code deletion, local visibility, or deliberate package contracts over suppression. Use for unused exports, exported types, barrel re-exports, test-only exports, and apparent false positives.

2 1mo ago A 59 tokens original MIT

good-test-bad-test

09

zacharygcook/agent-skills

Skill Claude CodeCodex

Classify proposed tests as valuable behavior tests, harmful implementation tests, or temporary proof/TDD tests. Use before writing, expanding, reviewing, or deleting tests, especially during coverage work or when a test would keep questionable code alive.

2 1mo ago A 52 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Triage findings from automated or AI code-review systems, verify them against current code, and either present a human-gated action plan or auto-fix only narrowly safe correctness issues. Use for review bots, synthetic review PRs, or unattended self-heal workflows.

2 1mo ago A 60 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Create polished local review artifacts as a Markdown source, self-contained HTML report, PDF, and rendered page images. Use for planning sheets, research summaries, run reports, probe results, or any disposable local document that benefits from visual review.

2 1mo ago A 54 tokens original MIT

local-web-e2e

12

zacharygcook/agent-skills

Skill Claude CodeCodex

Design, run, and debug trustworthy local browser end-to-end tests with isolated ports, disposable data, readiness checks, deterministic seeds, and state restoration. Use for local web smoke suites, authenticated flows, multi-service launchers, or E2E environment hardening.

2 1mo ago A 59 tokens original MIT

mermaid-diagrams

13

zacharygcook/agent-skills

Skill Claude CodeCodex

Create, review, render, and maintain Mermaid diagrams for architecture, flows, sequences, state machines, schemas, timelines, and tradeoffs. Use when a visual model materially clarifies structure or behavior and the result should remain diagrams-as-code or exported SVG/PNG.

2 1mo ago A 58 tokens original MIT

no-bullshit-launch

14

zacharygcook/agent-skills

Skill Claude CodeCodex

Explicitly invoked MVP-launch mindset that combines the no-bullshit skill with ruthless focus on the smallest genuinely viable product. Use only when the user unmistakably invokes $no-bullshit-launch, asks to use the no-bullshit-launch skill, or explicitly turns on no-bullshit launch mode. Never trigger automatically…

2 1mo ago A 91 tokens original MIT

no-bullshit

15

zacharygcook/agent-skills

Skill Claude CodeCodex

Explicitly invoked mode for direct, brutally honest, plain-English, practical collaboration and implementation. Use only when the user unmistakably invokes $no-bullshit, asks to use the no-bullshit skill, or explicitly turns on no-bullshit mode. Never trigger merely because the user asks for brevity, honesty…

2 1mo ago A 86 tokens original MIT

perplexity-research

16

zacharygcook/agent-skills

Skill Claude CodeCodex

Use Perplexity MCP for current, cited web research. Trigger when the user asks to use Perplexity, asks for deep research, market/vendor/provider research, current comparisons, current API/service capability checks, or wants citation-backed investigation beyond ordinary browsing.

2 1mo ago A 57 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Review and diagnose Postgres-backed job queues for MVCC dead tuples, index bloat, autovacuum lag, long transactions, claim-query performance, retention, and SKIP LOCKED safety. Use when implementing, debugging, reviewing, or scaling database queues and their dashboards.

2 1mo ago A 60 tokens original MIT

ralph-loop

18

zacharygcook/agent-skills

Skill Claude CodeCodex

Initialize, plan, run, inspect, and review resumable Ralph-style autonomous implementation loops with sequential chunks, persistent scratchpad memory, manifests, and idempotent post-sprint hooks. Use for .ralph orchestration or similar long-running coding-agent sprint systems.

2 1mo ago A 58 tokens original MIT

ralph-review

19

zacharygcook/agent-skills

Skill Claude CodeCodex

Critically review a current or completed Ralph sprint for specification alignment, implementation correctness, validation evidence, orchestration reliability, and remaining gaps. Use when the user asks to review, audit, accept, or assess a Ralph sprint. Do not implement fixes unless the user separately authorizes them.

2 1mo ago A 61 tokens original MIT

ralph-sprint

20

zacharygcook/agent-skills

Skill Claude CodeCodex

Create, repair, validate, or advance a Ralph sprint from a repository specification. Use when the user asks for the first or next sprint, sprint planning, spec breakdown, chunk design, CURRENTSPRINT selection, or preparation after a completed sprint. Never start the autonomous loop unless separately requested.

2 1mo ago A 63 tokens original MIT

ralph-status

21

zacharygcook/agent-skills

Skill Claude CodeCodex

Report truthful Ralph loop progress from runtime state, chunks, manifests, hooks, markers, commits, and logs. Use when the user asks what Ralph is doing, whether a sprint or chunk finished, why it stopped, whether it is safe to resume, or what remains. This is read-only unless the user separately requests repair.

2 1mo ago A 69 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Use when the user wants to clean up, declutter, reorganize, rename, or simplify a repository. Scans the whole repo and produces Potential/STRONG candidates for deletions, moves, and renames, then waits for explicit approval before changing files.

2 1mo ago A 60 tokens original MIT

setup-agent-skills

23

zacharygcook/agent-skills

Skill Claude CodeCodex

Inspect a computer and software repository, detect installed coding agents and tool prerequisites, recommend relevant skills or outcome-based packs with evidence, and safely vendor selected skills through the upstream Skills CLI. Use for first-time onboarding, repository-local skill setup, prerequisite diagnosis…

2 1mo ago A 70 tokens original MIT

zacharygcook/agent-skills

Skill Claude CodeCodex

Use ONLY when the user explicitly asks to roll out, stage, ramp, dry-run/live-run, or operate a script that writes to live data, shared Postgres mirrors, or external systems. Do NOT use for ordinary code edits, reviews, tests, pipeline investigation, bug fixes, script design, or merely noticing that a script could…

2 1mo ago A 77 tokens original MIT