AI
This repository includes an AI-guided workflow with project-level instructions and focused implementation skills.
Sources of truth
AGENTS.md: global coding conventions, architecture rules, and verification commands..agents/skills/*/SKILL.md: specialized playbooks for common workstreams.
How this speeds up development
- You describe intent at feature level, not file-by-file implementation details.
- Agent instructions keep generated code aligned with this template architecture.
- Skills provide repeatable workflows for forms, tables, and endpoint integration.
Typical flow:
- Read
AGENTS.mdconstraints. - Pick the matching skill for your task.
- Ask AI to implement using that skill.
- Validate with type-check/build.
What to read next
Goal
Use AI as a force multiplier while keeping code generation aligned with this template's architecture.