Definition-of-done checklist for shipping a new write, signal, table, edge, or query to the ax graph. Use when adding a SurrealDB table/edge/field, an ingest derive-stage, a new analytic query, or any new ax capability - before opening the PR. Ensures every write gets an on-demand read AND a proactive (agent-facing) read AND docs/distribution, not just the write. Triggers on "ship", "new signal", "new table/edge", "new lens/query", "wire this up", "is this done", or finishing an ax feature branch.
$npx -y skills add necmttn/ax --skill ship-checklistInstalls into the current project.
Run `npx skills use "https://github.com/necmttn/ax" --skill "necmttn/ax/ship-checklist"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/necmttn/ax" that are relevant to the current task. Run `npx skills add "https://github.com/necmttn/ax"` and select the relevant skills, then follow their instructions.