standards-creator
Create phase-appropriate standards files using latest documentation from context7 and web sources. Invoked by prepare-standards command to generate missing standards files based on task requirements.
Create phase-appropriate standards files using latest documentation from context7 and web sources. Invoked by prepare-standards command to generate missing standards files based on task requirements.
To initiate a release by executing the dx release command with appropriate parameters.
Build tool configuration for tsup, tsx, and bundlers. Use when setting up build pipelines.
Initialize complete Python project with comprehensive documentation, development environment, and tooling. Use when creating a new Python project from scratch.
Cargo.tomlのversionを更新し、`version bump (vX.Y.Z)`でコミットし、`vX.Y.Z`の軽量タグを作成してoriginへpushする作業で使う。Rust CLIのリリース準備、version bump、git tag/pushの依頼があるときに使う。
ソースコード内のimportとpyproject.tomlの依存関係の整合性をチェックする
Bundle plugin directory into a deployable Claude Code plugin package
Orchestrates comprehensive dependency updates by delegating research, impact analysis, code changes, and validation to specialized agents. Invoked when users request package updates, dependency updates, version bumps, or mention 'ncu' or npm-check-updates.
バージョン更新、CHANGELOG整備、パッケージビルドなど、リリース前の準備を行う
This skill should be used when the user asks about UV (Python package manager), needs to set up Python virtual environments, install/manage Python CLI tools, run MCP servers with UVX, decide between uv tool install vs uvx, configure VS Code or IDEs for MCP server integration, migrate from pip/pipx/poetry to UV, or troubleshoot UV-related issues. Use when queries mention UV, UVX, Python package management, virtual environments, MCP servers, tool installation, or Python version management.
Look up the latest version of any package using deps.dev API. Use this skill when checking package versions, updating dependencies, adding new packages to a project, or when the user asks about the current version of a library.
Bump version, update changelog, commit, tag, push, and build release installer
Release workflow for Rust CLI tools with multi-platform binaries, GitHub Releases, and Homebrew distribution. Use when releasing a new version of a Rust project.
Create new Rust crates in this Cargo workspace following established patterns for dependency management, testing, documentation, and project structure. Use when adding new workspace members, creating modules, or structuring code. Keywords: cargo, crate, workspace, module, new crate, add crate, dependency, Rust project
Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags.
依存関係のバージョン固定。package.json や Terraform Provider を編集したら必ず実行。
Package changes into a well-documented pull request. Use before submitting PRs.
Use when user mentions updating NuGet packages, checking for outdated dependencies, upgrading .NET package versions, or asks about package updates in a .NET project.
버전을 업그레이드합니다. 사용자가 "버전업 해줘", "버전 올려줘", "패치버전 올려줘" 등 요청할 때 사용합니다.
Migrate Python modules from SDR_stochastic research code to vrp-toolkit architecture. Use when migrating files from the old codebase structure to the new three-layer architecture (Problem/Algorithm/Data layers), refactoring paper-specific code into generic implementations, or converting research notebooks into educational tutorials.
Organizes a flat backend directory structure into a clean, modular architecture with proper Python packages and updated import paths. Transforms a flat backend structure into a modular, organized architecture following Python best practices.
Use UV package manager for all Python operations instead of pip/python