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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-pipewire-skillsThis skill uses the workspace's default tool permissions.
Show the user every custom Wireplumber rule file and a one-line summary of what each does.
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
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).