Before writing or reviewing code, tests, or docs, read CODING_STANDARDS.md — the project's conventions for package layout, TypeScript style, JSDoc, verification commands, unit tests (including the 100% coverage requirement), and documentation snippets.
Project-specific agent skills live in .agents/skills/. Each skill is a directory containing a SKILL.md with frontmatter (name, description) describing when to use it.
If your coding agent does not discover skills from .agents/skills/ automatically, read the relevant SKILL.md and follow its instructions when performing a matching task:
create-issue— creating GitHub issues following the project's issue templatescreate-pr— creating GitHub pull requests following the project's PR template