スキル一覧に戻る
aparente

concert-playlist-builder

by aparente

Reusable skills for Claude Code

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: concert-playlist-builder description: | Extract artists from concert/festival lineups and create playlists to preview their music. Use this skill when:

  • User shares a concert, festival, or event URL and wants to discover the artists
  • User asks to create playlists from a lineup (Apple Music, YouTube, Spotify)
  • User wants to preview music before attending a show
  • User mentions RA (Resident Advisor), Songkick, Bandsintown, or any event page with artists Triggers: "create playlist from lineup", "extract artists from concert", "make a playlist for [event]", "preview the artists", "who's playing at [event]"

Concert Playlist Builder

Extract artists from any concert/event page and create playlists on Apple Music, YouTube, and/or Spotify.

Workflow

1. Extract Artists from Event Page

Use WebFetch to get the event page content, then extract artist names:

WebFetch: [event URL]
Prompt: "Extract all artist/performer names from this event page. Return as a simple list."

Common sources: RA (ra.co), Songkick, Bandsintown, Eventbrite, festival websites.

2. Confirm with User

Present the extracted lineup and ask which platforms to create playlists on:

  • Apple Music (browser: music.apple.com)
  • YouTube (browser: youtube.com)
  • Spotify (browser: open.spotify.com)

3. Create Playlists

Use browser automation (mcp__claude-in-chrome__* tools) for each platform. See platform references:

Parallel execution: Use Task tool with subagent_type to create playlists on multiple platforms simultaneously.

4. Handle Missing Artists

Some underground artists may not be on all platforms. Log which artists couldn't be found and continue with the rest.

Quick Reference

Browser Automation Pattern (all platforms)

1. Navigate to platform
2. Create new playlist with event name
3. For each artist:
   a. Search for artist
   b. Hover over top result to reveal menu
   c. Click "..." or menu button
   d. Select "Add to Playlist" → [playlist name]
4. Report final count

Key Tips

  • Wait 2 seconds after searches for results to load
  • Use hover action to reveal hidden menu buttons
  • If artist not found, try adding genre qualifier (e.g., "Oscar Mulero techno")
  • Track progress with TodoWrite for large lineups

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です