What problem does it solve?
This Skill eliminates inconsistent tech choices, duplicated context work, and avoidable production bugs (like auth bypasses from misconfigured prerendering) that occur when teams build Astro sites for Lossless projects without shared, enforced conventions.
Core Features & Use Cases
- Strict Tech Hierarchy: Enforces the HTML/CSS-first, no React/JSX/Angular rule set to keep sites lean, fast, and easy for AI agents to work with.
- Production Guardrails: Codifies critical rules for auth-gated routes, LFM integration, pseudomonorepo context sharing, and deploy workflows for Vercel and GitHub Pages to avoid common, costly misconfigurations.
- Use Case: When scaffolding a new Astro site for a Lossless project, refactoring an existing Astro Knots site, or resolving a stack-related question, this Skill ensures you follow proven patterns instead of re-litigating choices or introducing avoidable bugs like prerendered auth bypasses.
Quick Start
Use the astro-knots skill to scaffold a new Lossless Astro site following the approved tech hierarchy and deploy configuration.