Govuk New banner
benjaminr benjaminr

Govuk New

Development community

Description

[--no-backend] [--name <project-name>] - Create a new GOV.UK project following the 2025 brand refresh guidelines. ## Usage ``` /project:govuk-new [--no-backend] [--name <project-name>] ``` ## Arguments - `--no-backend` - Optional. Creates a frontend-only prototype without Express server or API endpoints. Still uses npm, GOV.UK Frontend, and Nunjucks for templating, but serves static files only. Ideal for quick prototyping and design exploration. - `--name <project-name>` - Optional. Sets the p

Installation

Installs to ~/.claude/commands/benjaminr-govuk-claude-template-govuk-new.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminr/govuk-claude-template/HEAD/.claude/commands/govuk-new.md -o ~/.claude/commands/benjaminr-govuk-claude-template-govuk-new.md

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

Full documentation available on GitHub

View Source Repository