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.
Implements approved specs in the Plumb Rust workspace. TDD, atomic commits, workspace layer rules, strict lint policy. Use for any non-trivial code change; skip for trivial typo/comment/label edits.
Root-cause analysis for failing tests, panics, or CI regressions. Use when a build is broken and you need a diagnosis before the implementer touches code.
Rapid minimal fix for trivial issues (typos, lint drift, snapshot churn, dep bumps). Use for changes that don't need TDD or a spec — otherwise use 01-implementer.
Runs before the agent uses a tool for Bash, Write, Edit, MultiEdit and Task tool calls, executing dangerous-cmd-guard.sh, secret-scanner.sh, delegation-guard.sh and review-gate-guard.sh via bash (4 commands). From aram-devdocs/plumb.
2 1mo agoA
tokens not measured
copy · 88%Apache-2.0
Runs after a tool call finishes for Task, Write, Edit and MultiEdit tool calls, executing delegation-tracker.sh and quality-check.sh via bash (2 commands). From aram-devdocs/plumb.
Runs when a subagent finishes for (02-spec-reviewer, 03-code-quality-reviewer and 04-test-runner) tool calls, executing review-verdict-validator.sh and review-gate-tracker.sh via bash (2 commands). From aram-devdocs/plumb.
Runs when the agent finishes a response, executing plan-completion-guard.sh, completion-check.sh, save-session.sh and state-cleanup.sh via bash (4 commands). From aram-devdocs/plumb.
2 1mo agoA
tokens not measured
copy · 88%Apache-2.0