Release Kit Claude Skills
Description
A set of claude skills to turn code changes into polished release content.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
release-kit — Claude Code Skills for Shipping
Skills that turn code changes into changelogs, release notes, and announcements. Built for developers and teams who ship software and want polished release communications without the busywork.
Works even with bad commit messages. Each skill analyzes diffs, PRs, issues, test descriptions, and code structure to figure out what actually changed and why it matters.
**Contributions welcome!** Have an idea for a new skill or improvement? [Open a PR](#contributing).
Before & After
Your commit messages:
fix stuff
wip
update deps
john's changes
PR #89
What release-kit produces:
# What's New in v3.0.0
**Headline:** Real-time collaboration is here — edit documents with your team simultaneously.
## New Features
- **Real-time collaboration** — See teammates' cursors and edits live as you work together
- **Slack integration** — Get notified in Slack when deployments fail or need approval
## Bug Fixes
- Fixed duplicate entries appearing in search results
- Fixed password reset emails not sending for accounts using SSO
What are Skills?
Skills are markdown files that give Claude Code specialized knowledge for specific tasks. When you install these skills, Claude Code recognizes when you're working on a release task and applies the right frameworks automatically.
Skills
| Skill | Description | Triggers |
|---|---|---|
| changelog | Generates CHANGELOG.md entries in Keep a Changelog format | "update changelog," "document changes," "what changed" |
| release-notes | Generates user-friendly release notes for GitHub releases or app stores | "write release notes," "draft a release," "summarize this version" |
| announce | Drafts social media posts (Twitter/X and LinkedIn) announcing releases | "announce the release," "write a tweet," "LinkedIn post" |
Installation
Option 1: CLI Install (Recommended)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11