







Music is the frequency that connects us across every world we inhabit.
Aurora Moonstar
Metal · EDM
Aurora Moonstar is the force behind Auroms — a VRChat-based collective bringing heavy sounds and electronic frequencies to the virtual stage. From metal nights to EDM events, Aurora curates immersive experiences where community and music collide.
Past Events
Luna Carmesí
VRChat · Auroms × Violet Moon · 10:00 PM CEST
Auroms Metal Wednesday
VRChat · Auroms · 8 PM EST
Distorted Frequency Protocol
VRChat · Auroms · 7PM EST
Reggae Flow
VRChat · Auroms · 3PM EST
Distorted Frequency Protocol
VRChat · Auroms · 8PM EST
Chill Evening for Hangout
VRChat · Pattis Hangouts Colab · 10PM EST
Static Overdrive
VRChat · Auroms · 6PM EST
Heavy Resistance
VRChat · Heavy Resistance × Auroms · 19:00 EDT
Mega Beach Collab Party
VRChat · Mega Beach Collab · 8PM CST
Distorted Frequency Protocol
VRChat · Electro-Techno Club · 8:00 PM EST
Velvet Nights
VRChat · Club NYX · 3:00 PM EST
Down the Rabbit Hole
VRChat · Viva La Premier · 8:00 PM EST
Distorted Frequency Protocol
VRChat · Auroms · 7:00 PM EST
Rave Revolution
VRChat · Electro-Techno Club · 9:00 PM EST
Digital Dopamine
VRChat · Vortice Beach Club · 10:00 PM CDMX
Distorted Frequency Protocol
VRChat · Auroms · 8 PM EST
Distorted Frequency Protocol
VRChat · Black Mass by Omen · 7 PM EST
Get Involved
Help bring the vision to life. No experience required — just passion.
Stage Manager
Social Media
Event Host
Follow Along
claude --resume/clearclaude --continue/compactCreate a /directory skill — a registry-driven directory manager. Pair a per-output text visual in the Terminal CLI with a matching support .md file, making it a progressive-disclosure skill design.Create 3 additional sub-skills inside this /directory skill to command and control options — --add-skill-job, --remove-skill-job, --edit-skill-job — and build a classic command-code communication system that uniformly speaks to the parent and child skills in this ecosystem, for more seamless operation and production.Once done: show the path of all .md files, and a full sample preview of the DIR — both when /directory is first fired and when past first fire (deep in the ecosystem). On first fire, open with a nice ASCII-art title banner at the very top of the skill. Enforce a strict per-output protocol: a TUI box with NO left/right borders, listing each command name row-by-row MS-DOS style with a short description of what it does, and a green basic instruction message just above it.Build a VRChat artist website like auromsvrc.com — a single index.html with a password gate, animated hero, an event list, and warm steampunk styling. Then deploy it to Netlify (netlify deploy --prod) so it is LIVE first, before any skill work.Now wrap it in a parent orchestrator skill with the 4-skill progressive-disclosure design: a parent SKILL.md director (pre-load gate + menu + routing) plus child skill files that are lazy-loaded ONLY when their command fires — one child for events, one for tables — keeping the parent thin and the children loaded on demand.Make the first fire identical to /auroms: a stamp block, a first-fire menu (site info, local path, deploy status, --add-event, --remove-event, --edit-event, --show-events), a routing table that sends each command to the right child skill, a locked per-output TUI with NO left/right borders, and a Netlify deploy offer (Y/N) after every write — down to the first-fire, menu, and sub-skills.