Added skills

This commit is contained in:
2026-09-11 09:56:55 +00:00
parent 4d7c41c27c
commit 63654c1f99
101 changed files with 4349 additions and 0 deletions
+15
View File
@@ -54,3 +54,18 @@ You are an expert in TypeScript, Angular, and scalable web application developme
- Design services around a single responsibility
- Use the `providedIn: 'root'` option for singleton services
- Use the `inject()` function instead of constructor injection
## Agent skills
### Issue tracker
Issues live as local markdown files under `.scratch/<feature>/`. See `docs/agents/issue-tracker.md`.
### Triage labels
The five canonical triage roles are used as-is (`needs-triage`, `needs-info`,
`ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.
### Domain docs
Single-context: `CONTEXT.md` at the repo root + `docs/adr/`. See `docs/agents/domain.md`.