Reference for Keep a Changelog format. Auto-loads when user asks "how to write changelog", "changelog format", "what goes in changelog", "changelog best practices".
From mindcontext-corenpx claudepluginhub tmsjngx0/mindcontext-core --plugin mindcontext-coreThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
Reference for writing changelogs following Keep a Changelog.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
- New features
### Changed
- Changes in existing functionality
### Deprecated
- Soon-to-be removed features
### Removed
- Removed features
### Fixed
- Bug fixes
### Security
- Vulnerability fixes
## [1.0.0] - 2025-01-01
### Added
- Initial release
| Type | Description |
|---|---|
| Added | New features |
| Changed | Changes in existing functionality |
| Deprecated | Soon-to-be removed features |
| Removed | Now removed features |
| Fixed | Bug fixes |
| Security | Vulnerability fixes |
Good entries:
### Added
- User authentication with OAuth2 support
- Dark mode theme option
- Export data to CSV format
### Changed
- Improved search performance by 50%
- Updated dashboard layout for better usability
### Fixed
- Login button not responding on mobile devices
- Incorrect date format in exported reports
Bad entries:
### Changed
- Updated stuff # Too vague
- Fixed bug # Which bug?
- Minor improvements # What improvements?
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
Always keep an [Unreleased] section at the top:
## [Unreleased]
### Added
- Feature currently in development
## [1.2.0] - 2025-01-01
...
When releasing, move unreleased items to new version.
Add links at the bottom:
[Unreleased]: https://github.com/user/repo/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/user/repo/releases/tag/v1.0.0
## [Unreleased]
### Added
### Changed
### Fixed