prisma/bumping-biome
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs biome-related checks. Use when required to update `biome` to a newer version - explicitly or implicitly (e.g. after running `pnpm up`, `pnpm update`, `pnpm upgrade` without specific package names).
npx skills add https://github.com/prisma/prisma --skill bumping-biome
pnpm up -D -w -r @biomejs/biome@<version> - replace <version> with a specific package version provided in the session, otherwise fallback to latest.biome.json files to biome.jsonc and replace the old package version number in $schema with the newly installed package version number from the previous step.pnpm -w lint:fix. Report any issues/regressions briefly.pnpm -w lint:fix:unsafe to attempt to fix some of the issues/regressions.biome versions. If the session doesn't include a specific package version number, use latest.package.json or lockfiles looking for the current biome version/s. We'll see the change in version numbers in Git anyway.Take prisma/bumping-biome from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.