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 (
.envonly). - NO exposed APIs without Auth.
- Scan for key leakage before commits.
- NO hardcoded secrets (
Related skills
More from neillock/antigravity-boilerplate
e-commerce storefront
Ultimate high-conversion specification for full e-commerce journeys (Home, PLP, PDP, Cart, Checkout).
22saas landing page
Hyper-specific conversion-optimized landing page specification for SaaS applications.
6content & publishing
Readability-first specification for full blog journeys (Home, Category, Article).
5corporate & enterprise
Authority-driven specification for full-funnel business sites (Home, Services, Case Studies).
5portfolio & personal brand
Story-driven specification for full portfolio journeys (Identity Home + Project Case Studies).
5authentication & account management
Comprehensive standards for implementing secure authentication using Google OAuth 2.0 and NextAuth.js.
5