Initialize REST/GraphQL API project with Fastify, Prisma, and modern patterns
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Initialize API Project Initialize a new Node.js API project with type-safe configuration. Use the Task tool to launch the **api-builder** agent with instructions: 1. Ask user for project details using AskUserQuestion tool: - Project name - API type (REST, GraphQL, tRPC) - HTTP framework (Fastify - default, Express, Hono) - ORM choice (Prisma - default, Drizzle ORM) - Database type (PostgreSQL, MySQL, SQLite) - Authentication method (JWT, session, none) 2. Create project structure: 3. Create `package.json` with scripts: 4. Create Fastify app configuration: ...