What problem does it solve?
This skill provides technical design rules including environment variable management, architecture design, and build/testing commands. It is automatically loaded when discussing architecture, environment variables, build commands, or when "tech stack", "architecture pattern", "environment config", or "build command" are mentioned.
Core Features & Use Cases
- Environment Variable Management: Central guidance to manage environment configuration with type safety, avoiding direct use of process.env.
- Security & Compliance: Do not commit .env files; enforce secret handling through a configuration layer; prevent sensitive data leakage.
- Architecture & Data Flow: Principles for separation of responsibilities, unified data flow, and reusable design patterns across projects.
- Build & Testing Guidance: Standardized build and test commands aligned with the project's package manager and CI practices.
Quick Start
Load these design rules into your planning discussions and reference them during architecture reviews and implementation planning. Then describe your project’s tech stack to apply the guidelines to your codebase.