From 48148943221c2f48af925509e7f43c0e0777e438 Mon Sep 17 00:00:00 2001 From: GDS K S Date: Sun, 26 Apr 2026 23:15:34 -0500 Subject: [PATCH 1/3] docs: changelog --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..764a74c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to `ableton-skills` are documented here. + +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). + +## [Unreleased] + +## [0.1.0] - 2026-04-25 + +### Added + +- 12 production-ready skills: + - `producer-mode` — track scaffolding from a brief + - `mixer-doctor` — mix diagnostic + corrective EQ/comp moves + - `midi-cleanup` — humanize, voice leading, intelligent quantize + - `arrangement-coach` — Session → Arrangement promotion + - `sound-designer` — synth patch design (Operator/Wavetable/Analog/Drift) + - `reference-match` — translate artist references to actionable moves + - `mastering-prep` — pre-master audit checklist + - `chord-pro` — chord progression generation with proper voicing + - `groove-builder` — drum patterns by genre + - `sidechain-setup` — sidechain compression routing + - `tempo-coach` — tempo/time-sig/feel guidance + - `vocal-chain` — vocal processing chains +- 4 slash commands: + - `/ableton-init` — scaffold a clean project structure + - `/ableton-export` — pre-export audit + - `/ableton-snapshot` — markdown snapshot of session state + - `/ableton-debug` — connection/behavior diagnostics +- `CLAUDE.md` drop-in template for Ableton projects +- Multi-platform support: Claude Code, Cursor, Codex CLI, Gemini CLI +- GitHub Actions CI for skill frontmatter validation + +[Unreleased]: https://github.com/glincker/ableton-skills/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/glincker/ableton-skills/releases/tag/v0.1.0 From 7d30098950e0e84b9494e6678c3d7668d7cdb84a Mon Sep 17 00:00:00 2001 From: GDS K S Date: Sun, 26 Apr 2026 23:15:40 -0500 Subject: [PATCH 2/3] chore: funding link --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a2b07cf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [glincker] +custom: ["https://glincker.com"] From 70fda98c419c942a39dcc310697afc860894eb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:19:05 +0000 Subject: [PATCH 3/3] ci(deps): bump actions/labeler from 5 to 6 Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6ec73a1..76c895f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: configuration-path: .github/labeler.yml