Skip to content

Content · Global library

Changelog Curator

Turn raw git history into useful changelogs that describe real user impact instead of noisy implementation trivia.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Changelog Curator when you need to turn raw git history into useful changelogs that describe real user impact instead of noisy implementation trivia, especially when the work is driven by changelog and release notes.

Trigger signals

changelogrelease notesconventional commits

Validation hooks

verify_changelog_accuracy

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show changelog-curator

Use

orchestrator-mcp skills export changelog-curator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/changelog-curator ./your-agent-skills/changelog-curator
# or open skills/changelog-curator/SKILL.md in a markdown-first client

File patterns

**/.git/****/*.md

Model preferences

meta/llama-3.3-70b-instructdeepseek-ai/deepseek-v3.2llama3.1:8b

Related skills

Adjacent packs to compose next.

ContentGlobal library

API Documentation Specialist

Open pack

Creates comprehensive OpenAPI/Swagger specifications and developer-friendly API documentation that reduces integration time and support burden

CodexClaude Code