repo-onboarding · git:20260317.9da7b75 · 2026-03-17 · sha256 cdfa1e9d62c2823b

repo-onboarding git:20260317.9da7b75A

Immutable. This exact content is served forever at /api/v1/blob/cdfa1e9d62c2823b.

---
name: repo-onboarding
description: Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
---

# Repo Onboarding Skill

## Workflow
- Read `AGENTS.md`, `README.md`, and `ARCHITECTURE.md`.
- Determine target layer: `server/`, `client/`, `mcp/`, or docs.
- Identify the minimal file set needed for the task.
- Select verification commands before editing.

## Verification defaults
- Backend: `npm run test:server`
- Frontend: `npm run test:client`
- MCP: `npm run mcp:typecheck` and `npm run mcp:build`

## References
- `references/module-map.md`
- `references/verification-map.md`