Web Development

Installation
SKILL.md

Web Development Skill

This skill defines the mandatory standards, conventions, and workflows for all web development tasks.

1. Core Philosophy & Constraints

  • Clean & Scalable: Follow SOLID principles. Prefer functional/discriminative programming.
  • Type Safety: strict TypeScript usage is non-negotiable.
  • Component-Driven: Build small, focused, reusable components.
  • Local Environment: NO Local Docker. Use native runtimes (npm run dev) locally. Dockerfiles are for remote production only.
  • Security First:
    • NO hardcoded secrets (.env only).
    • NO exposed APIs without Auth.
    • Scan for key leakage before commits.
Related skills
Installs
First Seen