Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.51 KB

File metadata and controls

62 lines (45 loc) · 2.51 KB

Recoupable Skills

AI agent skills for the music industry. Teach your coding agent how to manage artists, write songs, analyze analytics, plan releases, and more.

Install

Claude Code

/plugin marketplace add recoupable/skills

Manual

Clone and point your agent at the skills/ directory:

git clone https://github.com/recoupable/skills.git

Skills

Skill What it does
getting-started Install CLI, get API key, connect via MCP/REST — start here
artist-workspace Manage artist directories — context, songs, brand, audience
streaming-growth Grow a new artist past streaming milestones that unlock platform tools
brand-guidelines Apply Recoupable's brand identity to agent outputs
chartmetric Query and analyze music data from the Chartmetric API
content-creation Create social videos, TikToks, Reels, and visual content using AI primitives
music-industry-research Music industry research — artist analytics, people search, competitive analysis, web intelligence
release-management Plan and execute release campaigns
setup-sandbox Scaffold the workspace for an account's orgs and artists
songwriting Structured songwriting using the 7 C's method
trend-to-song Turn cultural moments into songs and campaign strategies

Creating a Skill

Every skill needs:

  1. A SKILL.md file with YAML frontmatter (name + description)
  2. A clear description that tells the agent when to use it
  3. Instructions the agent follows to complete the task
skills/
└── my-skill/
    ├── SKILL.md              ← required
    ├── references/           ← optional — docs loaded on-demand
    ├── scripts/              ← optional — executable code
    └── assets/               ← optional — templates, fonts, icons

See contributing.md for guidelines.

About

Recoupable is an AI-powered music management platform. These skills power the agents that help artists and labels manage their careers.