|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to `ableton-skills` are documented here. |
| 4 | + |
| 5 | +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). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [0.1.0] - 2026-04-25 |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- 12 production-ready skills: |
| 14 | + - `producer-mode` — track scaffolding from a brief |
| 15 | + - `mixer-doctor` — mix diagnostic + corrective EQ/comp moves |
| 16 | + - `midi-cleanup` — humanize, voice leading, intelligent quantize |
| 17 | + - `arrangement-coach` — Session → Arrangement promotion |
| 18 | + - `sound-designer` — synth patch design (Operator/Wavetable/Analog/Drift) |
| 19 | + - `reference-match` — translate artist references to actionable moves |
| 20 | + - `mastering-prep` — pre-master audit checklist |
| 21 | + - `chord-pro` — chord progression generation with proper voicing |
| 22 | + - `groove-builder` — drum patterns by genre |
| 23 | + - `sidechain-setup` — sidechain compression routing |
| 24 | + - `tempo-coach` — tempo/time-sig/feel guidance |
| 25 | + - `vocal-chain` — vocal processing chains |
| 26 | +- 4 slash commands: |
| 27 | + - `/ableton-init` — scaffold a clean project structure |
| 28 | + - `/ableton-export` — pre-export audit |
| 29 | + - `/ableton-snapshot` — markdown snapshot of session state |
| 30 | + - `/ableton-debug` — connection/behavior diagnostics |
| 31 | +- `CLAUDE.md` drop-in template for Ableton projects |
| 32 | +- Multi-platform support: Claude Code, Cursor, Codex CLI, Gemini CLI |
| 33 | +- GitHub Actions CI for skill frontmatter validation |
| 34 | + |
| 35 | +[Unreleased]: https://github.com/glincker/ableton-skills/compare/v0.1.0...HEAD |
| 36 | +[0.1.0]: https://github.com/glincker/ableton-skills/releases/tag/v0.1.0 |
0 commit comments