.claude/skills/release-skills/SKILL.md
Universal release workflow supporting Node.js, Python, Rust, Claude Plugins, and generic projects. Auto-detects project config, generates multi-language changelogs, manages version bumps, and creates release commits with tags.
npx skillsauth add wallacedobbs428/thecalltaker release-skillsInstall 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.
Multi-language release automation supporting Node.js, Python, Rust, Claude Plugins, and generic projects.
Automatically identifies project configuration by scanning for version files (package.json, pyproject.toml, Cargo.toml, marketplace.json, or VERSION files) and changelog files using glob patterns.
Changelogs generated in detected languages following naming conventions like CHANGELOG.zh.md or CHANGELOG_JP.md, with built-in section title translations across seven languages.
Changes categorized by commit type (feat, fix, docs, refactor, perf, test, style, chore) and organized into language-appropriate changelog sections.
(by @username) attribution.releaserc.yml configuration for prepare_artifact and publish_artifact hooksdocumentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.