encore
Installation
SKILL.md
Encore
Encore is a Go-based backend framework that simplifies building scalable and distributed systems. It's used by developers to define APIs and infrastructure as code, automating much of the boilerplate.
Official docs: https://developer.spotify.com/documentation/web-api/reference/
Encore Overview
- Project
- Track
- Clip
- Member
- Track
- User
Working with Encore
This skill uses the Membrane CLI to interact with Encore. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills