From changesets
Update an existing changeset file in .changeset/. Select a changeset to modify, then edit its content, bump types, or affected packages. Use when the scope of a change evolves after the initial changeset was created.
npx claudepluginhub savvy-web/systems --plugin changesetsThis skill uses the workspace's default tool permissions.
Before making any edits, load the format specification by invoking the `format` skill via the Skill tool. It contains the complete list of valid section headings, structural rules, content depth tiers, and examples. Do not proceed until that skill is loaded.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Before making any edits, load the format specification by invoking the format skill via the Skill tool. It contains the complete list of valid section headings, structural rules, content depth tiers, and examples. Do not proceed until that skill is loaded.
Find all .changeset/*.md files, excluding README.md.
If $ARGUMENTS names a specific changeset file (e.g., brave-dogs-laugh or brave-dogs-laugh.md), resolve it to .changeset/<name>.md and use that file. Skip the selection prompt.
If $ARGUMENTS is empty or does not identify a file, list the available changesets with their file paths and a one-line summary of the frontmatter (package names and bump types). Ask the user to pick one before continuing.
If no changeset files exist, report "No changeset files found in .changeset/" and stop.
Read the full contents of the selected changeset file. Display it to the user so they can see the current state before proposing changes.
Ask the user what they want to update. They may request one or more of the following:
patch → minor)Do not make any edits yet. Wait for the user's answer.
Apply the requested changes to produce an updated draft. When doing so:
## section headings from the 13 known categories, no content before the first ## heading, no # h1 headings, no heading depth skipsShow the complete updated draft to the user and ask for confirmation before writing. If the user wants further adjustments, revise the draft and confirm again.
Once the user confirms the draft, write it back to the same file path. Do not rename the file or change the directory.
Confirm the file path to the user after writing.
Do NOT commit the file.