{
  "markdown": "# Recoup Skills\n\nAI agent skills for the music industry — a record label in a box. One install gives your agent the whole Recoup platform: artist setup & API access, research, catalog deals, content, song analysis, and releases.\n\n## Install\n\n### Claude Code / agents marketplace\n\n```bash\n/plugin marketplace add recoupable/skills\n/plugin install recoup-skills@recoup\n```\n\n### npx (any harness)\n\n```bash\nnpx skills add recoupable/skills\n```\n\n### Manual\n\nClone the repo and load it as a plugin — the repo root is the plugin, with every skill under `skills/`:\n\n```bash\ngit clone https://github.com/recoupable/skills.git\n```\n\n## Skills\n\nEvery skill is named `recoup-[domain]-[verb]-[noun]`, so the `/` list clusters by domain.\n\n### roster — your artists\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-roster-add-artist | Onboard & enrich a new artist (the 8-call setup chain) |\n| recoup-roster-list-artists | See who's on your roster |\n| recoup-roster-onboard | Bootstrap an empty org's whole roster (bulk-onboard via parallel subagents) |\n| recoup-roster-manage-artist | Work inside one artist's folder — context, brand, songs, releases |\n\n### research — industry intelligence\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-research-artist-overview | Full research sweep on one artist |\n| recoup-research-find-talent | A&R scouting for emerging/unsigned artists |\n| recoup-research-playlist-targets | Catalog-wide playlist strategy & placement gaps |\n| recoup-research-find-contacts | Find managers/A&R/press + draft outreach |\n| recoup-research-weekly-brief | The recurring \"what changed this week\" update |\n| recoup-research-the-web | Open-web search, deep research, entity enrichment |\n\n### song — audio analysis\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-song-analyze-audio | Understand a song from its audio (BPM/key/genre, lyrics, mix) |\n| recoup-song-find-hook | Find the most clip-worthy 5–15 seconds |\n| recoup-song-placement-pitch | Playlist/editorial pitch + sync brief from the audio |\n\n### content — media assets\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-content-write-caption | Captions in the artist's own voice |\n| recoup-content-make-graphics | Cover art, thumbnails, carousels, promo/quote cards |\n| recoup-music-video | Music video for a song: generates the song, then builds the film |\n| recoup-content-make-video | Short-form video, lyric videos, visualizers, reformats |\n| recoup-content-asset-pack | A whole 15–30-piece clip family for one song |\n| recoup-content-reactive-post | Turn a real milestone/trend into a timely post |\n\n### release — release workflow\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-release-plan-rollout | Plan & run a release end to end |\n| recoup-release-track-drop | Confirm a drop & build a launch-day alert |\n\n### catalog — catalog deals\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-catalog-review-deal | Underwrite a deal end to end (data room → IC memo) |\n| recoup-catalog-estimate-value | Value a catalog from public data alone (no seller files) |\n| recoup-nft-valuation | Measure an artist's onchain NFT earnings & fold them into a valuation |\n\n### platform — operate the system\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-platform-connect-account | First-run setup: verify email, mint an API key |\n| recoup-platform-track-onboarding | Score an account against the activation funnel; route to the next step |\n| recoup-platform-build-os | Build the org's self-managing music-company OS (folders + brain + janitor + plugin), seeded from your live roster |\n| recoup-platform-api-access | Call the Recoup API & external connectors directly |\n| recoup-platform-capture-lesson | Capture a reusable lesson (compounding memory) |\n\n### internal — Recoup staff only (gated by the `recoup-internal` keyword)\n\n> OFF by default. These fire **only** when the request explicitly includes `recoup-internal`. They operate Recoup's own engineering and go-to-market systems — never customer-facing work.\n\n| Skill | What it does |\n|-------|-------------|\n| recoup-internal-dev-issue-tracker | Write & maintain high-signal GitHub tracking issues |\n| recoup-internal-dev-ship-issue | Deliver a tracked issue end-to-end (docs-first, TDD) |\n| recoup-internal-eval-skill-benchmark | Benchmark a skill pack/plugin against the frontier |\n| recoup-internal-sales | Daily sales sweep across Stripe/Privy/valuations/Attio/credits/tasks/chats → one ranked follow-up list |\n| recoup-internal-funnel-valuation-pipeline | Work the Attio catalog-valuation sales funnel |\n| recoup-internal-account-health-report | Account-health snapshot for any Recoup account |\n| recoup-internal-marketing | The daily marketing run on our own accounts: workspace canon → socials scrape → topic pick → build → handoff |\n| recoup-internal-social-ship-posts | Draft, publish & measure LinkedIn/X posts |\n\n## What else ships\n\nBeyond the skills, the plugin bundles shared components at the repo root:\n\n- **`agents/`** — specialized subagents (deal QC, market scout, royalty audit, rights chain, valuation sensitivity, metadata reconciler, release readiness, research analyst)\n- **`hooks/`** — completion-gate and environment-check hooks\n- **`references/`, `templates/`, `fixtures/`** — shared docs, workspace scaffolds, and golden/demo data\n- **`RESOLVER.md`** — the routing table the agent uses to pick a skill\n- **`scripts/`** — repo validators (portability, vendoring, manifests, resolver reachability + eval)\n\n## Creating a Skill\n\nEvery skill needs:\n\n1. A `SKILL.md` file with YAML frontmatter (`name` + `description`)\n2. A clear description that tells the agent **when** to use it\n3. Instructions the agent follows to complete the task\n\n```text\nskills/\n└── my-skill/\n    ├── SKILL.md              ← required\n    ├── references/           ← optional — docs loaded on-demand\n    ├── scripts/              ← optional — executable code\n    ├── templates/            ← optional — scaffold files copied into a workspace\n    └── fixtures/             ← optional — sample / golden data\n```\n\nAdd a route for the new skill in [`RESOLVER.md`](RESOLVER.md) and a fixture in `resolver-eval.jsonl` — CI fails on unreachable skills. See [contributing.md](contributing.md) for guidelines.\n\n## About\n\n[Recoup](https://recoupable.com) is an AI-powered music platform. These skills power the agents that help artists and labels manage their careers.\n\n- **Website**: [recoupable.com](https://recoupable.com)\n- **Support**: support@recoupable.com\n",
  "bytes": 6527,
  "sha": "55b3f0e97b91ab87f246f21a1f5a0a0166310c9a67b03786014f7730fc8473a0",
  "repo_slug": "recoupable/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_recoupable_skills_recoup_platform_email__ee7a0b0c/readme"
}