What problem does it solve?
This Skill provides a centralized and customizable template for defining and enforcing project-wide conventions, ensuring consistency across technology stack, project structure, and development workflows.
Core Features & Use Cases
- Technology Stack Definition: Clearly outlines the chosen technologies, versions, and frameworks for backend, frontend, database, and tooling.
- Project Structure Standardization: Provides a recommended directory layout for monorepos or standard projects, guiding agent organization.
- Workflow Alignment: Details the expected artifacts and locations for Spec-Driven Development (SDD) workflows, including planning and review documents.
- Environment Variable Management: Lists essential environment variables required for application configuration and operation.
- Inter-Package Dependency Mapping: Illustrates how different modules or packages within the project interact.
Quick Start
Configure the project conventions skill to reflect a Python backend with a React frontend using FastAPI and Vite.