What problem does it solve?
When you start a new project, you can waste time and ship a fragile foundation by guessing stack choices, tooling versions, and project structure without verifying what’s current best practice. This skill creates a production-ready scaffold across multiple technology stacks while first researching current guidance and then documenting every decision.
Core Features & Use Cases
- Clarify and map your product into required stacks: Handles scenarios like new apps, monorepos, backend APIs, web frontends, and mobile apps across iOS/Android/cross-platform.
- Research-driven scaffolding with documented choices: Performs web research per stack (guided by the skill’s query templates), then produces dependency justifications and structure docs before generating code.
- Production-grade project foundations: Includes database setup (PostgreSQL/MongoDB/SQLite), ORM configuration (Prisma/Drizzle/SQLAlchemy/SQLModel/SQLx), object storage integration (MinIO/S3), linting/formatting/testing setup, and deployment readiness (including Railway patterns).
- Multi-stack coordination: Supports combined solutions such as mobile + backend, or mobile + backend + dashboard, and organizes them into a coherent monorepo-style layout when needed.
Quick Start
Use the eagle-multi-stack-scaffolder skill to scaffold an Expo React Native app with a FastAPI backend and a PostgreSQL database, generating research and setup documentation for each stack before any code is written.