recoupable/skills

recoup-release-track-drop

Confirm a release actually dropped and build a launch-day alert — checks whether the single/album went live and surfaces the first-day signals.

First seen Jun 24, 2026

Installation

$ npx skills add recoupable/skills --skill recoup-release-track-drop

Summary

  • Confirm a release actually dropped and build a launch-day alert — checks whether the single/album went live and surfaces the first-day signals.
  • Use for "did [artist]'s single drop", "launch alert", or "watch for the drop".
  • Idempotent and dated; saves to the release workspace.
  • For ongoing weekly streaming-spike watching use recoup-research-weekly-brief.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from recoupable/skills · top by installs.

npx skills add recoupable/skills

Browse all from recoupable/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,290 B
  • docs SUMMARY.md 389 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 25 installs

SKILL.md

Recoup Release — Track Drop

Confirm the release dropped and build a launch-day alert from the research API. Idempotent + dated; save to releases/{artist-slug}/{release-slug}/tracking/.

Procedure

Check whether the release is live (search + /research/albums//tracks for the title), then pull launch-day signals (Spotify metrics, playlists, milestones). Classify the launch (live yet? on any playlists? early streaming?) and write a dated tracking file + a short chat summary. If it isn't live yet, say so — don't fabricate.

For ongoing streaming-spike watching across the catalog, use recoup-research-weekly-brief (streaming scope).

Guardrails

  • Idempotent + dated — re-runs surface the existing file rather than duplicate.
  • Never fabricate a drop, placement, or number.

References

  • references/response-shapes.md — research API shapes.