From changesets
Provides awareness of existing changeset files when working in .changeset/. Loads context about pending changesets to prevent duplicates and inform decisions about new changesets. Activates when reading or listing files in the .changeset/ directory, reviewing pending changes, or discussing release readiness.
npx claudepluginhub savvy-web/systems --plugin changesetsThis skill uses the workspace's default tool permissions.
When working with changesets, be aware of what already exists to avoid duplicates and conflicts.
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.
When working with changesets, be aware of what already exists to avoid duplicates and conflicts.
Before creating a new changeset file, always check for existing ones:
.md files in .changeset/ (excluding README.md)If an existing changeset already covers the same package and change type as the one you intend to create:
/changesets:updateWhen listing or reviewing the current set of changesets, always include:
This helps identify consolidation opportunities and ensures nothing is accidentally duplicated before a release.
Use these skills to manage pending changesets:
/changesets:list — overview of pending changesets with packages, bump types, and content previews/changesets:update — modify an existing changeset's content or bump type/changesets:merge — combine changesets that share the same bump type into a single file/changesets:delete — remove a changeset that is no longer needed/changesets:preview — preview the combined CHANGELOG output that the current set of changesets would produce