WaveeMusic: Skill for Claude Code

.claude/skills/wavee-sidebar/SKILL.md

wavee-sidebar is a skill for Claude Code from christosk92/WaveeMusic. It costs 114 tokens per session (2,371 once invoked), scanned A, original, MIT.

A development guide for Wavee's left sidebar, covering its layouts, shared renderer, data flow, saved layout settings, pins, and customization screen. Wavee is a desktop application whose sidebar can appear in Classic, Library V3, or Curated form.

In plain words
What is it for?
Use it when changing sidebar layouts, rendering, templates, data binding, persistence, pins, the customizer, extension actions, or related tests.
Why use it?
It explains where sidebar behavior lives and how the three designs share one rendering system, helping prevent inconsistent spacing, counts, and motion between layouts.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is christosk92/WaveeMusic's own configuration. It tells Claude Code how to work on WaveeMusic itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything WaveeMusic configures →

Reuse

Borrowing it

Nothing to install: this file belongs to christosk92/WaveeMusic. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/christosk92/WaveeMusic/main/.claude/skills/wavee-sidebar/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/christosk92/WaveeMusic

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wavee-sidebar

README.md
[![agentmods](https://agentmods.dev/badge/skills/christosk92/waveemusic/wavee-sidebar.svg)](https://agentmods.dev/skills/christosk92/waveemusic/wavee-sidebar)
Your own site
<a href="https://agentmods.dev/skills/christosk92/waveemusic/wavee-sidebar"><img src="https://agentmods.dev/badge/skills/christosk92/waveemusic/wavee-sidebar.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.02371
Opus 5 $0.00057 $0.01185
Sonnet 5 $0.00023 $0.00474
Haiku 4.5 $0.00011 $0.00237

Measured 6d ago against content hash 78872899e6b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

wavee-sidebar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/wavee-sidebar/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wavee sidebar — the unified extension platform

Scope: src/apps/Wavee.Core/Sidebar/**, src/apps/Wavee/Features/Sidebar/**, src/apps/Wavee/Actions/Extensibility/** + Actions/{PinActions,WaveeActionDescriptor,ActionIcons}.cs, and the sidebar test files in src/apps/Wavee.Tests/. General app architecture: the wavee skill. Engine work: the repo-root fluentgpu skill.

The sidebar shipped as THREE separate pane containers and was unified into ONE. Classic used to be a hand-built body (WaveeSidebar.ExpandedBody), V3 had its own LibraryV3Index/List/Row/Rail stack, Curated had its own planner+slots. They shared only leaf primitives, so paddings, count badges, section rhythm and motion tripled and drifted (four different left insets, an accent count pill in one mode and quiet numbers in another). There is now one rendererFeatures/Sidebar/Pane/SidebarPane.cs — and every mode is a document + a SidebarPaneConfig. If you find yourself adding a mode-specific branch inside the renderer, you are re-creating the bug this architecture exists to prevent.

The 30-second architecture map

                    Wavee.Core.Sidebar (engine-free, framework-neutral)
  SidebarCommand ──► SidebarLayoutReducer ──► SidebarCustomLayout {TemplateId, SidebarSectionSpec[]}
  (18 records/20      (pure; pre-image undo)   sections carry Display / Items / Query / Extension
   undo labels)
                                    │
              SidebarPreferences.Dispatch  ── undo push ─► LayoutVersion++ ─► autosave
                                    │
  ── app side ──────────────────────┼────────────────────────────────────────────────────────────
  LibraryStore / HistoryStore /     │
  PlayLogStore / PlaybackBridge     │        registries
  Spotify feed services             │   WaveeExtensionRegistry
        │                           │    ├─ WaveeActionDescriptor  (bindable actions, "wavee.play")
   ISidebarDataSource adapters      │    └─ ISidebarDataSource      (row producers, "wavee.library")
        │                           │
  SidebarProjectionBinder ──► SidebarProjectionInput ──► SidebarRowPlanner.Build ──► SidebarRow[]
   (the ONE rebuild driver)     (aliases binder buffers)   (pure, POD, 13 row kinds)
                                                                   │
                       ┌───────────────────────────────────────────┴──────────────┐
                       │            SidebarPane  (the ONE renderer)               │
                       │  ItemsView.CreateBound → SidebarPaneSlot (per-row Comp)  │
                       │  + SidebarPaneRail (56-DIP) + SidebarPaneConfig seam      │
                       └──────────────────────────────────────────────────────────┘
      Classic                       Library V3                    Curated
   locked built-in doc         synthesized ephemeral doc       the user's doc
   SidebarBuiltInDocuments      LibraryV3Document.Build        prefs.Layout (persisted)
   + read-only config           + LibraryV3Chrome as Head      + the customizer page

Read the full file on GitHub · 123 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 123 lines · 114 tokens per session scan A 78872899e6b3

Subscribe to this mod's changes

wavee-sidebar is a skill published in the GitHub repository christosk92/WaveeMusic (50 stars, last pushed 2d ago), licensed MIT. It adds 114 tokens to every session and 2,371 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

npoi

Use when reading/writing Excel (.xls/.xlsx) or Word (.doc/.docx) files in .NET without Microsoft Office — data import/export, report generation, template filling. NPOI: .NET port of Apache POI for Office file I/O in server environments.

znlgis/opengis-skills · 60 tokens

generate-code-cs

Generate the code from typespec for C#. Parameter: C# SDK repository root location .

Azure/azure-sdk-for-net · 26 tokens

author-test

Generate a test given sample. Parameters: C# SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; the sample to use as a starting point for the test.

Azure/azure-sdk-for-net · 68 tokens

wpf

Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions. USE FOR: working on WPF UI, MVVM, binding, commands, or desktop modernization; migrating WPF from .NET Framework to .NET; integrating newer Windows capabilities into a…

managedcode/dotnet-skills · 122 tokens

mcp

Build or consume Model Context Protocol (MCP) servers and clients in .NET using the official MCP C# SDK, including stdio, Streamable HTTP, tools, prompts, resources, and capability negotiation. USE FOR: .NET MCP servers or clients; stdio versus HTTP transport choices; tools, resources, prompts, completions, and…

managedcode/dotnet-skills · 123 tokens

migrate-xunit-to-mstest

Convert .NET tests from xUnit.net v2/v3 to MSTest v4 while preserving VSTest or MTP. Use for replacing xunit packages, Fact/Theory/InlineData/MemberData, assertions, IClassFixture/ICollectionFixture, ITestOutputHelper, TestContext cancellation, traits/Owner, skips, timeouts, and xUnit parallelization. Also use when a…

managedcode/dotnet-skills · 141 tokens