# App Agent Instructions

Use the JSKIT agent docs and the local app scaffold as the source of truth for app work.

Recommended references:

- `node_modules/@jskit-ai/agent-docs/guide/agent/index.md`
- `node_modules/@jskit-ai/agent-docs/patterns/INDEX.md`

Before database, schema, CRUD, repository, or persistence work, read and follow
`node_modules/@jskit-ai/agent-docs/patterns/crud-scaffolding.md`.

Keep changes scoped to the user request and verify runtime behavior with tests or explicit checks.
