Stats
Actions
Tags
From SaaS-blueprint
Generates and maintains changelogs following Keep a Changelog format. Use when updating release notes, finishing tasks, or tagging versions. For version bumps, see semantic-versioning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/SaaS-blueprint:changelogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- After completing a sprint or shipping a feature.
CHANGELOG.md.# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
Scan recent work using:
git log --oneline since last tagged version.tasks/todo.md completed items.Every change goes into exactly one category:
| Category | When to Use |
|---|---|
| Added | New features, new files, new capabilities |
| Changed | Modifications to existing functionality |
| Deprecated | Features that will be removed in future versions |
| Removed | Features that were removed |
| Fixed | Bug fixes |
| Security | Vulnerability patches |
semantic-versioning skill.CHANGELOG.md and .github/repository-metadata.json.## [X.Y.Z] - YYYY-MM-DD
### Added
- Brief description of what was added
### Changed
- Brief description of what changed
### Fixed
- Brief description of what was fixed
[Unreleased] section at the top for ongoing work.CHANGELOG.md and .github/repository-metadata.json.npx claudepluginhub tuliosousapro/saas-blueprint --plugin SaaS-blueprintCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.