Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create changesets for the ledger-live monorepo using @changesets/cli. Use when the user asks to add a changeset, prepare a release, or document package changes for a PR.
.claude/skills/ledgerhq-create-changeset/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -48% | 0% |
Create a .changeset/<adjective-noun-verb>.md file (human-readable random identifier, matching @changesets/cli convention) with this format:
markdown--- "package-name": minor --- Short description of the change
Package names must match exactly what's in each package.json:
| App / Lib | Package name | |-----------|-------------| | Mobile app | live-mobile | | Desktop app | ledger-live-desktop | | Common lib | @ledgerhq/live-common | | Coin modules | @ledgerhq/coin-<name> (e.g. @ledgerhq/coin-sui) | | Other libs | Check the lib's package.json name field |
| Level | When to use | |-------|-------------| | minor | New features, bug fixes, non-breaking changes | | major | Breaking changes (rare, requires discussion) | | patch | Internal-only changes, dependency bumps |
<verb> <what> or conventional commit styleAdd portfolio analytics dashboard with performance metricsFix transaction signing issue on mobileFlush mobile content card click analytics before opening linksOther measured skills in the registry, with their headline benchmark lift.