# AGENTS.md

Skills for Real Engineers. Straight from my .agents directory.

## Setup

```
npm ci
```

## Commands

```
npm run changeset
npm run version
npm run check-plugin-version
```

## Layout

- `skills/`  4 source files
- `scripts/` 3 source files

## Conventions

- Tests live alongside the code they cover, following `docs/engineering/to-spec.md`.
- CI defines what passing means. See `.github/workflows/release.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
