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:

  1. Read AGENTS.md constraints.
  2. Pick the matching skill for your task.
  3. Ask AI to implement using that skill.
  4. Validate with type-check/build.

Goal

Use AI as a force multiplier while keeping code generation aligned with this template's architecture.