๐Ÿ“
WritingTypeScript

API Changelog & Versioning

by secondsky

API Changelog & Versioning is a Writing skill for Claude Code, published by secondsky in claude-skills.

214 stars31 forkson secondsky/claude-skillsAdded 2026/09/04+1% in starsRepository updated 2026/09/03
claude-codeclaude-code-commandsclaude-code-hooksclaude-code-pluginclaude-code-pluginsclaude-code-skillclaude-code-skills
Install in seconds
Install API Changelog & Versioning
Copy API Changelog & Versioning into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/secondsky/claude-skills/tree/main/plugins/api-changelog-versioning/skills/api-changelog-versioning ~/.claude/skills/api-changelog-versioning

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/secondsky/claude-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
plugins/api-changelog-versioning/skills/api-changelog-versioning/SKILL.md in secondsky/claude-skills
Installs to
~/.claude/skills/api-changelog-versioning
Collection
One of 24 skills cataloged from this repository
Category
Writing โ€” 1144 skills

What API Changelog & Versioning does

API Changelog & Versioning creates changelogs that document breaking changes, deprecations, and migration steps for API consumers. Use it when releasing new API versions or planning upgrades.

API Changelog & Versioning is cataloged under Writing on DirSkills. API Changelog & Versioning comes from a repository tagged claude-code, claude-code-commands, claude-code-hooks, claude-code-plugin and claude-code-plugins.

Documentation

README

API Changelog & Versioning

Document API changes with clear migration paths and deprecation timelines.

Changelog Structure

# API Changelog

## v3.0.0 (2025-01-15) - Breaking Changes

### Breaking Changes
- Response format now follows JSON:API specification
- Authentication switched from API tokens to JWT Bearer

### Migration Steps
1. Update base URL to `/api/v3`
2. Replace `Authorization: Token xxx` with `Authorization: Bearer xxx`
3. Update response parsing for new envelope format

## v2.5.0 (2024-12-01) - Features

### New Features
- Webhook support for order events
- Batch operations endpoint
- Field filtering via `?fields=` parameter

### Improvements
- 56% faster response times on /products
- Enhanced error messages with field-specific suggestions

This is the opening of the README. Read the full README on GitHub.

Commands API Changelog & Versioning provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /products

Frequently asked about API Changelog & Versioning

  • What else does secondsky publish alongside API Changelog & Versioning?

    API Changelog & Versioning is one of 24 skills that DirSkills catalogs from secondsky/claude-skills, the repository it ships in. Its siblings there include API Authentication, API Contract Testing and API Design Principles. Each one is a separate skill with its own page in this directory, installs the same way API Changelog & Versioning does, and is maintained by secondsky in that same repository. The rest of the collection is listed on the secondsky/claude-skills page.

  • How does API Changelog & Versioning compare to other Writing skills?

    API Changelog & Versioning ranks #951 by stars among the 1144 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of API Changelog & Versioning against them. Open each page to compare what they document and how they install.

More from secondsky/claude-skills

API Changelog & Versioning is one of 24 skills cataloged on DirSkills from secondsky/claude-skills.

See all 24 skills โ†’
๐Ÿ”
2h ago

API Authentication

API Authentication implements secure API auth with JWT, OAuth 2.0, API keys, and sessions. Use it for login flows, third-party integrations, service-to-service access, and token handling.
AI Engineering
21431
๐Ÿงช
2h ago

API Contract Testing

API Contract Testing verifies that services honor request and response contracts with consumer-driven tests, schema validation, and tools like Pact. Use it to test microservice communication, catch breaking changes, or validate OpenAPI specs.
Quality
21431
๐Ÿงฉ
2h ago

API Design Principles

API Design Principles helps you design REST and GraphQL APIs with clear resource models, versioning, pagination, and error handling. Use it when creating APIs, reviewing specifications, or setting API standards.
AI Engineering
21431
๐Ÿšจ
2h ago

API Error Handling

API Error Handling implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use it when building production APIs or adding error recovery and monitoring patterns.
DevOps
21431
๐Ÿ”Ž
2h ago

API Filtering And Sorting

API Filtering And Sorting builds flexible query parsing for filters and sort parameters in search endpoints and data APIs. Use it to validate allowed fields, map operators, and reduce injection risk.
Automation
21431
๐ŸŒ
2h ago

API Gateway Configuration

API Gateway Configuration designs and configures gateways for routing, authentication, rate limiting, and request transformation in microservice systems. Use it when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
DevOps
21431