Addpage banner
wilwaldon wilwaldon

Addpage

Development community

Description

Read CLAUDE.md and ARCHITECTURE.md in this repo. The user wants to add a new page to an existing Let's Go! project. Ask them: "What page do you want to add? (e.g., Gallery, FAQ, Blog, Pricing, Events, Careers, Privacy Policy, Terms of Service)" Then determine if this is a static site or full stack project by checking if package.json exists with Vite dependencies. **If static site:** 1. Create a new .html file following the same structure as existing pages (duplicate header/footer, data-bind

Installation

Installs to ~/.claude/commands/wilwaldon-lets-go-addpage.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wilwaldon/lets-go/HEAD/.claude/commands/Addpage.md -o ~/.claude/commands/wilwaldon-lets-go-addpage.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository