agentic-website-design
Installation
SKILL.md
Agentic Website Design
Build production-quality websites where the AI coding agent has full control over every line of code. Use static site generators (Astro preferred) — never no-code tools like Framer or Webflow that limit LLM control.
Core Principles
- Full code control — The LLM generates all HTML, CSS, JS, and content. No drag-and-drop, no visual editors, no black boxes.
- Browser-in-the-loop — The agent MUST see what it builds. Use browser tools to screenshot and inspect the live site after every change.
- Skill-enhanced prompting — Delegate specialized work to dedicated skills (frontend-design, copywriting, etc.) instead of doing everything in one prompt.
- Relentless iteration — Never accept the first output. Set a high bar and improve repeatedly until the result is exceptional.
Stack Selection
Default: Astro
Astro is the preferred static site generator because it ships zero JS by default, supports any UI framework, and gives the LLM full template control.