Stats
Actions
Tags
From design-kit
Use when generating release notes or changelogs for components, prototypes, or DS updates. Reads git history and design-kit project STATUS.md files to produce a structured changelog.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-kit:release-notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- A time range (default: since last tag, or last 7 days)
design-kit/projects/sso-rollout/)git log --oneline --since="<range>" (and -- <scope> if provided).STATUS.md and surface state transitions.# Release Notes — YYYY-MM-DD
## New
- ...
## Changed
- ...
## Fixed
- ...
## Internal
- ...
Keep entries one line. Reference commit SHAs and PR numbers when available.
npx claudepluginhub anindhitavidia/design-agent-kit --plugin design-kitCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.