adr
Write an Architecture Decision Record documenting a significant technical decision.
Generate a changelog from git history, grouping commits by type and version.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/generate-changelogContext preview
What this command does when you run it.
Generate a changelog from git history, grouping commits by type and version.
name: generate-changelog description: Generate a changelog from git history, grouping commits by type and version.
Generate a changelog from git history, grouping commits by type and version.
1. Determine the version range:
2. Parse commits using conventional commit format:
3. For each entry, include:
4. Sort sections by importance: Breaking > Features > Fixes > Performance > Others. 5. Write or update `CHANGELOG.md` with the new version at the top. 6. If existing `CHANGELOG.md` exists, prepend the new version section.
# Changelog ## [1.2.0] - 2026-02-04 ### Breaking Changes - **api**: Removed deprecated `/v1/users` endpoint (#123) ### Features - **auth**: Add OAuth2 PKCE flow support (#120) ### Bug Fixes - **db**: Fix connection pool leak under high concurrency (#118) ### Performance - **cache**: Reduce Redis round-trips by 40% with pipelining (#115)
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.