release
Automates the kajson release workflow: bumps the version in pyproject.toml, finalizes the CHANGELOG.md Unreleased section, runs quality checks, creates a release/vX.Y.Z branch, commits, pushes, and opens a PR to main. Use when user says "release", "cut a release", "bump version", "prepare a release", "make a release", "ship it", "create release branch", or any variation of shipping a new version of kajson. The user can optionally provide changelog content inline when invoking the skill (e.g. "/release Added new encoder feature"), which will be used as the changelog entry for this version.
project-release
Releases ris-claude-code project - handles versioning, changelog, READMEs, tags, and GitHub releases. Use when releasing a new version or when asked to release.
rsbuild-v2-upgrade
Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.
migrate-to-rslib
Migrate tsc or tsup library projects to Rslib.
rspack-tracing
Comprehensive guide and toolkit for diagnosing Rspack build issues. Quickly identify where crashes/errors occur, or perform detailed performance profiling to resolve bottlenecks. Use when the user encounters build failures, slow builds, or wants to optimize Rspack performance.
rspack-v2-upgrade
Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates.
release-funstack
A skill to make a GitHub release for the `@funstack/router` package. Use this skill when the user wants to release a new version of the package.
usingpackages
Specific package usage in this project. ie python requirements, npm/node packages, Laravel Composer etc.
desktopmanager-build
Build, package, and verify DesktopManager NuGet, PowerShell module, and CLI/MCP artefacts through the repo-standard PowerForge entrypoints. Use when changing Build/Build-Project.ps1, Build/Build-Module.ps1, Build/project.build.json, powerforge.dotnetpublish.json, module packaging, CLI publish outputs, release assets, or build/operator documentation.
abpdev-references
Switch between NuGet package references and local project references using the abpdev CLI. Use when the user wants to configure local-sources.yml, convert packages to local project references, convert back to package references, debug ABP source locally, or troubleshoot reference switching in ABP-based projects.
downloader
Downloads files, images, or media from URLs using curl, wget, or python scripts. Can handle bulk downloads and save them to a specified directory.
upgrade-dependency
升级项目中的指定依赖包到新版本并验证变更。 当用户要求升级依赖时触发。参数:包名、原版本和新版本。
sync-environment-variables
Add missing environment variable defaults to settings.json or settings.local.json
kuskus-version-bump
How to bump package versions in kuskus — required before merging any PR that touches a package
install-sdk
Install .NET SDK with cross-platform support and optional interactive global.json configuration
npx-cli
Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.
npm-package
Build and publish npm packages using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new npm library, set up a TypeScript package for publishing, configure build/test/lint tooling for a package, fix CJS/ESM interop issues, or publish to npm. Covers scaffolding, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npm, package, library, publish, bun, bunup, esm, cjs, exports, typescript, biome, vitest, changesets.
specswarm-upgrade
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
specswarm-release
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.