changesets

Installation
SKILL.md

Changesets Best Practices

Overview

Changesets is a file-based approach to versioning and changelog management. Instead of deciding versions at release time, contributors declare their changes as they work — each change gets a markdown file describing what changed and the semver bump type.

Setup

npm install -D @changesets/cli
npx changeset init

This creates a .changeset/ directory with a config.json.

Configuration

Installs
4
First Seen
Feb 28, 2026
changesets — grahamcrackers/skills