Agent Skill
2/7/2026frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
M
marianban
0GitHub Stars
1Views
npx skills add marianban/fuzzy-guacamole
SKILL.md
| Name | frontend-design |
| Description | Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. |
Comfy Frontend Orchestrator
Milestone 1 scaffold for the LAN-only Comfy Frontend Orchestrator.
Requirements
- Node.js 24+
- npm 11+
- Docker + Docker Compose (optional for containerized dev)
Quick Start (Local)
- Install dependencies:
npm install
- Run both services in dev mode:
npm run dev
- Open the client:
http://localhost:5173
- Check API status endpoint:
http://localhost:3000/api/status
Expected /api/status response shape:
{
"state": "Starting",
"since": "2026-02-22T10:00:00.000Z"
}
Scripts
npm run dev: run Fastify API + Vite client togethernpm run build: build client and server intodist/npm run start: run compiled server fromdist/server/index.jsnpm run test: run Vitest testsnpm run lint: run ESLint (flat config)npm run format: check Prettier formattingnpm run format:write: apply Prettier formattingnpm run typecheck: run TypeScript checks for client and server
Docker Dev
The compose stack starts:
db: Postgres 17app: Node 24 container runningnpm run dev
Run:
docker compose up --build
Client URL:
http://localhost:5173
API URL:
http://localhost:3000/api/status
The app service mounts ./data into /data for runtime assets.
Skills Info
Original Name:frontend-designAuthor:marianban
Download