This handles file organization and context management for artist directories in the Recoup platform. Use it when you're adding songs, updating artist identity and brand info, or need to figure out where something belongs in an artist workspace. The core idea is minimal structure: nothing gets created until there's real content, and git history replaces separate progress tracking. Artist context like identity and audience lives in static files that change slowly, while campaign stuff is treated as time-bound and gets archived when stale. The skill emphasizes reading what's already there before making changes, especially the artist.md file that everything else relies on.
npx skills add https://github.com/recoupable/setup-artist --skill artist-workspace