Use this skill for version management and release preparation. Use when bumping project versions, updating changelogs, preparing releases, coordinating version changes across files. Do not use when just documentation updates - use doc-updates. DO NOT use when: full PR preparation - use pr-prep.
Manages project version bumps across configuration files and updates changelogs for release preparation.
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use this skill when preparing a release or bumping the project version.
Run Skill(sanctum:git-workspace-review) first to capture current changes.
version-update:context-collectedversion-update:target-filesversion-update:version-setversion-update:docs-updatedversion-update:verificationcontext-collected)Skill(sanctum:git-workspace-review) has already captured the repository status.target-files)Cargo.toml, package.json, pyproject.toml*/pyproject.toml, */Cargo.toml, */package.jsonplugins/memory-palace/hooks/pyproject.toml must be included.venv, node_modules, target/) using grep -vfind plugins -name "pyproject.toml" -o -name "Cargo.toml" | grep -v ".venv"version-set)plugins/sanctum/scripts/update_versions.py <version> to update all version files
plugins/memory-palace/hooks/pyproject.toml)--dry-run flag first to preview changesMAJOR.MINOR.PATCH or the specified formatdocs-updated)These files contain version numbers and MUST be checked during version bumps:
| File | Content |
|---|---|
docs/api-overview.md | Plugin inventory table with all plugin versions |
CHANGELOG.md | Version history and release notes |
book/src/reference/capabilities-reference.md | May reference version-specific features |
| Plugin READMEs | May mention plugin versions |
# Find all docs mentioning the OLD version
grep -r "1\.2\.6" docs/ book/ --include="*.md" | grep -v node_modules
# Common patterns to search:
# - "v1.2.6", "1.2.6", "(v1.2.6)"
# - Version tables in markdown
# - "Added in X.Y.Z" annotations
CHANGELOG.md - add new version sectiondocs/api-overview.md - update version table and plugin detailsverification)cargo test, npm test).git status -sb and git diff excerpts to confirm the version bumps.Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.