Resources
Reference links and downloads from the Build Your Website workshop.
Downloads
Claude Code agent and skill files for the workshop. Download them and place them in the directories noted below.
- Build Your Website — Agent
A Claude Code command that walks you through the entire workshop interactively. Place in your project's .claude/commands/ directory.
- Scaffold Site — Skill
Scaffolds a new React Router project with the Netlify template. Place in your project's .claude/commands/ directory.
- Setup Git — Skill
Initializes a git repo, creates a GitHub remote, and pushes. Place in your project's .claude/commands/ directory.
- Test and Audit — Skill
Installs Playwright, writes tests, and runs an accessibility audit. Place in your project's .claude/commands/ directory.
- Deploy to Netlify — Skill
Commits, pushes, and walks you through connecting to Netlify. Place in your project's .claude/commands/ directory.
Links
- Why AI Agents are either the best or worst thing we've ever built
Hannah Fry on the promise and peril of AI agents.