Build, serve, and test the Too Many Cooks documentation website (Eleventy + Playwright)
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Nimblesite/too-many-cooks --skill build-website --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Build Website?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nimblesite-build-website)More formats (shields.io, HTML) on the badges page.
---
name: build-website
description: Build, serve, and test the Too Many Cooks documentation website (Eleventy + Playwright)
argument-hint: "[build|dev|test|clean]"
disable-model-invocation: true
allowed-tools: Bash
---
# Website (Eleventy + Playwright)
Build and test the Too Many Cooks documentation site at `website/`.
## Commands
**build** — Full production build:
```bash
cd website && npm run build
```
**dev** — Start the dev server with live reload:
```bash
cd website && npm run dev
```
Serves at `http://localhost:8080`.
**test** — Run Playwright E2E tests:
```bash
cd website && npm test
```
**clean** — Remove generated files:
```bash
cd website && npm run clean
```
**No args** — Default to `build` then `test`.
## Prerequisites
Playwright must be installed first:
```bash
cd website && npm ci && npx playwright install --with-deps chromium
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!