Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Strict issue-to-PR lifecycle for GitHub issues in the Plumb Rust workspace. Investigates, plans, implements (TDD), verifies, reviews, creates PR, waits for CI, and cleans up. Supports worktree isolation and durable run state for session resumption.
Local PR review workflow for the Plumb Rust workspace. Mirrors .github/workflows/claude-code-review.yml, reviews a PR number or local diff, classifies changed files by crate, applies Plumb's Rust blocker and warning taxonomy, and drafts a structured markdown review body before optionally posting it.
Convert a Plumb runbook spec (YAML) into a parent tracking issue plus grouped child workstream issues organized into sequential batches with phase gates. Generates markdown drafts and an idempotent gh issue create script; never creates GitHub issues without explicit approval.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…
Execute implementation plans in Plumb via fresh subagents per task, parallel batches for independent work, and a 4-gate review chain (spec → code-quality → architecture → test). Use when a plan has multiple independent tasks and you want to stay in this session.