Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [glincker]
custom: ["https://glincker.com"]
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Loading