List all custom Wireplumber rules currently active on the system — device priorities, routing rules, profile overrides. Use to see what's been set before adding/removing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-pipewire-skills:list-preference-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user every custom Wireplumber rule file and a one-line summary of what each does.
Show the user every custom Wireplumber rule file and a one-line summary of what each does.
ls -la ~/.config/wireplumber/wireplumber.conf.d/ 2>/dev/null
ls -la /etc/wireplumber/wireplumber.conf.d/ 2>/dev/null
User-level files override system-level ones with the same name.
For every .conf file found, parse out:
node.name, device.product.name, etc.) and the matched valueDon't dump the raw file unless the user asks — give the human-readable summary first.
Compare each rule's matched device to the output of wpctl status. Flag rules whose target device is not currently present (orphaned rules — user may want to delete).
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-pipewire-skills