Set the default Pipewire audio input (source / microphone) right now. Use for one-off mic switches; for "always prefer this mic when connected" use microphone-preference-rules instead.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-pipewire-skillsThis skill uses the workspace's default tool permissions.
Switch the current default microphone.
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.
Switch the current default microphone.
list-audio-devices if the user named the device by description.wpctl set-default <source-id>
wpctl status — the chosen source should be marked default.After switching, verify the new mic actually picks up audio — call mic-level-check for a few seconds of RMS readings, or run:
wpctl set-volume <source-id> 1.0
parecord --device=@DEFAULT_SOURCE@ --record-time=2 /tmp/miccheck.wav 2>/dev/null
If the user is repeatedly running this skill for the same device ("always pick the Jabra when it's there"), suggest moving to microphone-preference-rules so Wireplumber handles it automatically on connect.