How this skill is triggered — by the user, by Claude, or both
Slash command
/astro-layer:client-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates `HANDOFF.md` — complete documentation for the client covering site structure, how to make updates, and maintenance guidance.
Generates HANDOFF.md — complete documentation for the client covering site structure, how to make updates, and maintenance guidance.
Create HANDOFF.md in the project root with these sections:
All pages with their URLs and a one-line description of what each contains.
Plain-language instructions for:
Step-by-step guide:
.md file in src/data/blog/List any environment variables and where to set them in the Vercel dashboard.
main)Who to contact for technical changes. Link to repository.
## Maintaining the AI layer
The .claude/ directory contains AI-assisted development tools that help
future developers work on this site efficiently.
Maintenance recommendations:
- Run `npx @astrojs/upgrade` periodically to keep Astro and integrations current.
- Review .claude/ skills and CLAUDE.md files every 3–6 months.
- After major Claude model releases, delete rules that compensate for
limitations the new model no longer has.
- The Stop hook proposes incremental updates after each session —
review .claude/claude-md-review.md periodically.
Run quality-check and performance-check before generating HANDOFF.md. If either has unresolved failures, fix them first.
npx claudepluginhub bizzet/astro-layer --plugin astro-layerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.