What problem does it solve? Developers working in Appflare projects need to understand the generate-first workflow, recognize project structure, and know which focused skill to load for schema, handlers, querying, client, or deployment tasks. ## Core Features & Use Cases - Project Recognition: Identifies Appflare backends via appflare.config.ts, schema.ts, and _generated output directories. - Dev Loop Guidance: Walks through the standard workflow of editing schema and handlers, regenerating with bun appflare dev, and running migrations. - Skill Routing: Directs to the right focused skill (appflare-schema, appflare-handlers, appflare-querying, appflare-client, appflare-cli-deploy) based on the task. - Use Case: When asked to add a new posts table with a list endpoint, this skill explains editing schema.ts, adding a query handler, regenerating, migrating locally, and calling the route from the generated client. ## Quick Start Ask the agent to add a new table and query endpoint to your Appflare backend and it will follow the dev loop and load the right focused skills.