# Changesets

> Use this skill when the user wants to manage semantic versioning and changelogs for monorepo projects.

- Skill: `javimosch/changesets` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/changesets`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/changesets/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/changesets

---


# changesets Plugin

changesets manages versioning and changelogs for monorepos.

## Usage Examples

- "create a new changeset for a feature"
- "version all packages with pending changesets"
- "publish updated packages to npm"
- "generate changelog from changesets"

## Installation

```bash
npm install -g @changesets/cli
```

## Key Features
- Changeset-based versioning workflow
- Semantic versioning support
- Monorepo-aware version bumps
- Automated changelog generation
- GitHub Actions integration
- Package publishing automation

