What problem does it solve?
This Skill helps users set up projects from boilerplates, documentation, or named technology stacks by performing mandatory, structured research and producing a compatible scaffolded plan that avoids version and integration pitfalls.
Core Features & Use Cases
- Research-driven scaffolding: Mandatorily delegates to osf-researcher to fetch latest stable versions, official getting-started guides, breaking changes, and compatibility notes for every technology in the stack.
- Greenfield vs Brownfield handling: Detects whether the target is a new project or an existing codebase and adapts the scaffold or integration strategy accordingly.
- Template and documentation analysis: Inspects provided boilerplate or documentation URLs to extract default configs, required customizations, and known issues, then synthesizes migration notes and a step-by-step plan.
- Decision support: Compares alternative stacks or approaches, surfaces tradeoffs, and highlights risks, dependencies, and required configuration files.
Quick Start
Load the explore mode with the Skill tool and ask: Set up a Next.js + Prisma + tRPC project by researching the latest compatible versions and scaffold an initial repo with a migration and deployment plan.