j-jayes

9 mods across 1 repository, 2 stars between them.

data-dict

01

j-jayes/agents-md

Skill Claude CodeCodex

Write or update a data-dict.yaml documenting a dataset's tables, columns, types, constraints, relationships and glossary, then validate it against the real data. Use when starting work with a new or unfamiliar data source, or when asked to "document this dataset", "write a data dictionary", or "what is this column?".

2 26d ago A 70 tokens

first-run-the-tests

02

j-jayes/agents-md

Skill Claude CodeCodex

Orient yourself in a repository before changing anything: run the test suite, then read recent git history. Use at the start of a session in an unfamiliar project, or when asked to "get up to speed", "first run the tests", or "review recent changes".

2 26d ago A 59 tokens

git-discipline

03

j-jayes/agents-md

Skill Claude CodeCodex

Use git as an investigative tool and author its history deliberately — recover lost work, bisect a regression, split and reword commits, prepare a reviewable PR. Use when asked about recent changes, when a bug "used to work", when git is in a mess, or before opening a pull request.

2 26d ago A 66 tokens

manual-testing

04

j-jayes/agents-md

Skill Claude CodeCodex

Drive the real thing and prove it works — interpreter one-liners, curl against a dev server, a browser, a screenshot. Use before claiming any change works, when asked to "test it by hand", "check it actually works", or "show me it working".

2 26d ago A 58 tokens

subagent-fanout

05

j-jayes/agents-md

Skill Claude CodeCodex

Decide whether to delegate work to subagents, and write a subagent prompt that actually works. Use when a task spans many files or requires reading far more than the answer is worth, or when asked to "use subagents" or "search in parallel".

2 26d ago A 59 tokens

tdd

06

j-jayes/agents-md

Skill Claude CodeCodex

Red/green test-driven development. Write the test first, watch it fail, then make it pass. Use when adding a feature, fixing a bug, or whenever the user says "use red/green TDD", "write tests first", or reports something broken.

2 26d ago A 57 tokens

walkthrough

07

j-jayes/agents-md

Skill Claude CodeCodex

Produce a linear, top-to-bottom explanation of how a piece of code actually works, with code snippets read from disk rather than retyped. Use when asked to "explain this code", "give me a walkthrough", "how does this work", or when onboarding onto an unfamiliar module.

2 26d ago A 61 tokens

agents-md AGENTS.md

08

j-jayes/agents-md

Instructions file CodexOpenCode

AGENTS.md instructions for j-jayes/agents-md, covering agent template repository, core engineering standards, 1. think before coding, 2. simplicity first and 3. surgical changes.

2 26d ago A 1,615 tokens