Claude Prompt Cookbook

Copy-paste prompts for content, code, and feature changes via Claude Code.

Use these prompts in Claude Code at the project root. Claude reads CLAUDE.md, applies the right skill, runs checks, commits, and pushes.

Content

Add a blog post about why Git-based CMS workflows beat traditional dashboards.
Update the About page to mention our team size and location.
Create a draft post about Astro 7 — don't publish yet.

Code and design

Change the accent color to electric blue in global.css.
Update the header nav: add a link to /about/ and /claude-prompts/.
Restyle the blog post cards with a larger title and no tag pills.

New features

Add a contact page with email address and a short intro paragraph.
Add a newsletter signup section to the homepage with email input and CTA button.
Add a /tags/ page that lists all blog tags and links to filtered posts.

Deploy

After Claude makes changes, it should run npm run check, commit, and push. Monitor CI:

gh run list --limit 5

See also: About · Insights · Claude CMS section