Recommended Skills, Bundles, and Workflows for My Project #689
-
What kind of help do you need?Choosing the right skills Your questionI'm building a [React/Node.js/Django/etc.] project Based on antigravity-awesome-skills, recommend the exact skills, bundles, and workflows I should use, and explain why. Environment and contextNo response What have you already tried?
Before posting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for laying out the context. Since the stack is still written as For a React + API application, start with the AAS Web App Builder plugin, or the equivalent direct skills, and activate:
For bundles, the best starter combination is usually For workflows, I would use this order:
If your goal is a SaaS-style app, the closest workflow is If you share the concrete stack, app type, database, auth provider, deployment target, and whether this is greenfield or existing code, I can recommend a tighter exact set instead of the generic React/Node/Django starter. |
Beta Was this translation helpful? Give feedback.
Thanks for laying out the context. Since the stack is still written as
[React/Node.js/Django/etc.], I would choose the skill set by the main delivery path instead of installing the whole catalog upfront.For a React + API application, start with the AAS Web App Builder plugin, or the equivalent direct skills, and activate:
react-patterns/frontend-dev-guidelinesfor component architecture, data fetching, and UI implementation.nodejs-best-practicesandbackend-dev-guidelinesif the API is Node/Express.django-proif the API is Django/DRF instead of Node.api-design-principlesto keep REST/GraphQL contracts consistent.postgresqlfor schema design, indexes, constraints, and query pattern…