What problem does it solve?
Stack-agnostic conventions and project scaffolding rules ensure that code adheres to ecosystem idioms across Python/FastAPI, Node.js/TypeScript, Next.js, and Go, reducing onboarding friction and inconsistencies.
Core Features & Use Cases
- Stack detection by scanning for signature files (pyproject.toml, package.json, go.mod, next.config.*) to determine the active stack.
- Reference loading per stack via dedicated guidance (references/python-fastapi.md, references/node-typescript.md, references/nextjs.md, references/go.md).
- Universal conventions (env vars, lockfiles, README, structured logging) applied at the repository root.
- Handoff flow to the plan or generate skills after conventions are established for a new project or repository update.
Quick Start
Describe your project's stack to auto-apply the appropriate conventions and load the relevant references.