.claude/skills/ts-changesets/SKILL.md
Assists with managing versioning and changelogs in JavaScript/TypeScript monorepos using Changesets. Use when automating semantic versioning, generating changelogs from PRs, coordinating multi-package releases, or publishing to npm. Trigger words: changesets, versioning, changelog, npm publish, monorepo release, semver.
npx skillsauth add eliferjunior/Claude changesetsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Changesets is a versioning and changelog management tool for JavaScript/TypeScript monorepos. Developers add changeset files describing their changes, then CI consumes them to bump package versions, generate changelogs, and publish to npm with coordinated releases across interdependent packages.
npx changeset, select affected packages, choose the semver bump type (patch, minor, major), write a user-facing description, and commit the generated .changeset/xxx.md file with the PR.npx changeset version to consume pending changesets, bump package.json versions, update CHANGELOG.md per package, and handle dependency bumps automatically.npx changeset publish to publish changed packages to npm, create git tags, and skip unchanged packages.changesets/action in GitHub Actions to automatically create a "Version Packages" PR and publish on merge.linked for packages that must share the same version (CLI + SDK) and fixed for monorepo-wide versioning.--snapshot preview) for CI testing or pre-release mode (changeset pre enter next) for -next.0 versions.User request: "Configure Changesets for automated versioning and publishing in my Turborepo monorepo"
Actions:
@changesets/cli and run npx changeset init to create .changeset/config.json@changesets/changelog-github for PR links and author attributionchangesets/action to GitHub Actions for automatic "Version Packages" PR creationOutput: A monorepo with automated versioning, changelog generation, and npm publishing triggered by merging the version PR.
User request: "Release a major version bump for our core package and patch bumps for all dependents"
Actions:
npx changeset and select the core package with major bumpnpx changeset version which bumps the core package and patches all dependentsOutput: A coordinated release with a major bump on the core package and automatic patch bumps on all dependent packages.
linked for packages that must stay in sync, such as CLI and SDK pairs.0.0.0-timestamp versions for CI testing.@changesets/changelog-github for open-source projects to include PR links and author attribution..changeset/config.json in the repo root as project configuration.development
Expert guidance for Fireworks AI, the platform for running open-source LLMs (Llama, Mixtral, Qwen, etc.) with enterprise-grade speed and reliability. Helps developers integrate Fireworks' inference API, fine-tune models, and deploy custom model endpoints with function calling and structured output support.
development
Convert any website into clean, structured data with Firecrawl — API-first web scraping service. Use when someone asks to "turn a website into markdown", "scrape website for LLM", "Firecrawl", "extract website content as clean text", "crawl and convert to structured data", or "scrape website for RAG". Covers single-page scraping, full-site crawling, structured extraction, and LLM-ready output.
tools
Expert guidance for Firebase, Google's platform for building and scaling web and mobile applications. Helps developers set up authentication, Firestore/Realtime Database, Cloud Functions, hosting, storage, and analytics using Firebase's SDK and CLI.
development
When the user needs to build file upload functionality for a web application. Use when the user mentions "file upload," "image upload," "upload endpoint," "multipart upload," "presigned URL," "S3 upload," "file validation," "upload to cloud storage," or "accept user files." Handles upload endpoints, file validation (type, size, magic bytes), cloud storage integration, and upload status tracking. For image/video processing after upload, see media-transcoder.