What problem does it solve? It prevents mistakes when editing the Piezas Game landing page, a pure static HTML/CSS site inside public/piezas-game/ that must stay isolated from the React/Vite portfolio stack and keep working with live Play Store traffic. ## Core Features & Use Cases - Scope Guardrails: Defines exactly which files may be edited (public/piezas-game/ only) and forbids React, JSX, Tailwind, or App.css changes for Piezas work. - Routing Knowledge: Documents the /piezas-game redirect and rewrite rules in vercel.json and next.config.ts, including the /.well-known/assetlinks.json deep-link file that must not be touched. - Design System Reference: Records the landing's own CSS variable palette (--bg #FAF7F2, --amber #C17B3A, --ink #2C2416) so styles are never mixed with the portfolio theme. - Use Case: When asked to update the privacy policy or add the Play Store link, the Skill tells you to edit public/piezas-game/privacidad.html or index.html directly and manually validate /piezas-game/, /piezas-game/privacidad.html, /piezas-game/terminos.html, and /.well-known/assetlinks.json afterward. ## Quick Start Use the piezas-landing skill to update the call-to-action button text on the Piezas Game landing page.