Claude-skill-registry consume-music
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/consume-music" ~/.claude/skills/majiayu000-claude-skill-registry-consume-music && rm -rf "$T"
manifest:
skills/data/consume-music/SKILL.mdsource content
Consume Music Skill
Search and annotate ingested music using Horus Music Taxonomy (HMT). Works with content already processed by
/ingest-yt-history.
Quick Start
cd .pi/skills/consume-music # Sync from ingest-yt-history ./run.sh sync # Search music by title/artist ./run.sh search "Chelsea Wolfe" # Find music matching a bridge attribute ./run.sh find --bridge Fragility # Find music for a lore episode ./run.sh episode "Siege of Terra" # Find music for a scene description ./run.sh scene "The Imperial Fists prepare for the final defense" # Add a note to a track ./run.sh note --track <track_id> --note "Perfect for Webway collapse scene" # Sync HMT tags to /memory ./run.sh memory-sync
Commands
Sync from Ingest
./run.sh sync [--ingest-root ~/.pi/ingest-yt-history]
Imports music entries from
/ingest-yt-history and extracts HMT taxonomy tags.
Search Music
./run.sh search <query> [--artist <name>] [--domain <genre>] [--limit <n>]
Search music by title, artist, or domain (genre).
Find by Bridge
./run.sh find --bridge <attribute> [--limit <n>]
Find music matching a Federated Taxonomy bridge attribute:
- Technical, polyrhythmic (Iron Warriors aesthetic)Precision
- Triumphant, enduring (Imperial Fists aesthetic)Resilience
- Delicate, breaking (Webway aesthetic)Fragility
- Distorted, industrial (Chaos aesthetic)Corruption
- Ceremonial, sacred (Oaths of Moment)Loyalty
- Ambient, drone (Alpha Legion aesthetic)Stealth
Find for Episode
./run.sh episode <episode_name> [--limit <n>]
Find music matching a lore episode:
- Resilience bridgeSiege_of_Terra
- Corruption bridgeDavin_Corruption
- Fragility bridgeWebway_Collapse
- Loyalty bridgeMournival_Oath
- Precision bridgeIron_Cage
- Fragility bridgeSanguinius_Fall
Find for Scene
./run.sh scene "<description>" [--limit <n>]
Find music matching a scene description. Uses HMT verifier to score candidates.
Add Note
./run.sh note --track <track_id> --note <text> [--agent <agent_id>]
Add a Horus note to a music track.
Sync to Memory
./run.sh memory-sync [--force]
Sync music entries with HMT taxonomy tags to
/memory:
- category:
music - collection_tags:
{domain, thematic_weight, function} - bridge_attributes:
[Resilience, Fragility, ...] - tactical_tags:
[Score, Recall, ...]
Build Profile
./run.sh profile [--output <file>]
Build taste profile with:
: Most frequent bridgestop_bridge_attributes
: Most frequent genrestop_domains
: Most played artiststop_artists
: Which episodes have strong music associationsepisodic_associations
Data Storage
| Data | Location |
|---|---|
| Music registry | |
| Notes | |
| Profile | |
| HMT cache | |
Integration with /memory
Music entries are stored in
/memory with full HMT taxonomy:
./memory/run.sh learn \ --problem "Music: Chelsea Wolfe - Carrion Flowers" \ --solution "Dark folk/doom. Bridge: Fragility. Episode: Webway_Collapse, Sanguinius_Fall" \ --category music \ --tags chelsea_wolfe,dark_folk,doom,fragility,webway
Querying from /memory
After sync, Horus can recall music via:
# By bridge attribute /memory recall --bridge Resilience --collection music # By episode /memory recall --episode "Siege of Terra" --collection music # By mood for scene /memory recall --scene "battle preparation" --collection music
Horus Music Taxonomy (HMT)
Located at:
/home/graham/workspace/experiments/memory/persona/bridge/horus_music_taxonomy.py
Tier 0: Bridge Attributes (cross-collection)
| Bridge | Lore Connection | Music Indicators |
|---|---|---|
| Precision | Iron Warriors, Perturabo | polyrhythm, technical, algorithmic |
| Resilience | Imperial Fists, Dorn | crescendo, triumphant, enduring |
| Fragility | Webway, Magnus's Folly | delicate, acoustic, breaking |
| Corruption | Warp, Chaos, Davin | distorted, industrial, harsh |
| Loyalty | Oaths of Moment, Loken | ceremonial, choral, sacred |
| Stealth | Alpha Legion, Alpharius | ambient, drone, minimalist |
Tier 1: Tactical Tags
| Tag | Use |
|---|---|
| Score | Movie/story soundtrack |
| Recall | Trigger memory/association |
| Amplify | Intensify existing emotion |
| Contrast | Emotional counterpoint |
| Immerse | Create atmosphere |
| Signal | Mark narrative transition |
Tier 3: Collection Tags
- Function: Battle, Mourning, Triumph, Contemplation, Corruption, Resilience
- Domain: Orchestral_Epic, Dark_Folk, Doom_Metal, Progressive_Metal, Atmospheric_Ambient
- Thematic: Melancholic, Epic, Ominous, Brutal, Ethereal, Tragic