aram-devdocs

26 mods across 1 repository, 2 stars between them.

find-skills

01

aram-devdocs/plumb

Skill Claude CodeCodex

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.

2 1mo ago A 67 tokens copy · 91% Apache-2.0

gh-issue

02

aram-devdocs/plumb

Skill Claude CodeCodex

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.

2 1mo ago A 59 tokens original Apache-2.0

gh-review

03

aram-devdocs/plumb

Skill Claude CodeCodex

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.

2 1mo ago A 63 tokens original Apache-2.0

gh-runbook

04

aram-devdocs/plumb

Skill Claude CodeCodex

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.

2 1mo ago A 58 tokens original Apache-2.0

humanizer

05

aram-devdocs/plumb

Skill Claude CodeCodex

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…

2 1mo ago A 111 tokens copy · 83% Apache-2.0

aram-devdocs/plumb

Skill Claude CodeCodex

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.

2 1mo ago A 59 tokens original Apache-2.0

01-implementer

07

aram-devdocs/plumb

Agent Claude Code

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.

2 1mo ago A 48 tokens original Apache-2.0

02-spec-reviewer

08

aram-devdocs/plumb

Agent Claude Code

First-gate reviewer. Checks implementation against the spec or ticket only — not code style. Use after the implementer agent finishes.

2 1mo ago A 31 tokens original Apache-2.0

aram-devdocs/plumb

Agent Claude Code

Second-gate reviewer. Checks Rust idioms, error handling, lint compliance, and workspace discipline. Use after 02-spec-reviewer approves.

2 1mo ago A 35 tokens original Apache-2.0

04-test-runner

10

aram-devdocs/plumb

Agent Claude Code

Final gate. Runs the full test suite and reports pass/fail with structured summary. Use after code-quality review approves.

2 1mo ago A 29 tokens original Apache-2.0

aram-devdocs/plumb

Agent Claude Code

Enforces the workspace dependency hierarchy and invariants. Use when a change touches crate boundaries, Cargo.toml dependencies, or adds a new crate.

2 1mo ago A 34 tokens original Apache-2.0

06-security-auditor

12

aram-devdocs/plumb

Agent Claude Code

Security-focused review pass. Use on PRs that touch input parsing, the MCP server surface, URL handling, or dependency graph changes.

2 1mo ago A 33 tokens original Apache-2.0

07-debugger

13

aram-devdocs/plumb

Agent Claude Code

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.

2 1mo ago A 38 tokens original Apache-2.0

08-rule-author

14

aram-devdocs/plumb

Agent Claude Code

Authors a new Plumb rule from a specification. Use when adding a rule in crates/plumb-core/src/rules/. Follows TDD and the cookie-cutter pattern.

2 1mo ago A 39 tokens original Apache-2.0

09-mcp-tool-author

15

aram-devdocs/plumb

Agent Claude Code

Authors a new MCP tool in crates/plumb-mcp. Follows the compact-response contract and protocol test pattern. Use when extending the MCP surface.

2 1mo ago A 36 tokens original Apache-2.0

10-quick-fix

16

aram-devdocs/plumb

Agent Claude 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.

2 1mo ago A 45 tokens original Apache-2.0

SessionStart

17

aram-devdocs/plumb

Hook Claude Code

Runs when a session starts, executing role-marker.sh and context-loader.sh via bash (2 commands). From aram-devdocs/plumb.

2 1mo ago A tokens not measured copy · 45% Apache-2.0

UserPromptSubmit

18

aram-devdocs/plumb

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing challenge-injector.sh via bash. From aram-devdocs/plumb.

2 1mo ago A tokens not measured copy · 45% Apache-2.0

PreToolUse

19

aram-devdocs/plumb

Hook Claude Code

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 ago A tokens not measured copy · 88% Apache-2.0

PostToolUse

20

aram-devdocs/plumb

Hook Claude Code

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.

2 1mo ago A tokens not measured original Apache-2.0

SubagentStop

21

aram-devdocs/plumb

Hook Claude Code

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.

2 1mo ago A tokens not measured original Apache-2.0

Stop

22

aram-devdocs/plumb

Hook Claude Code

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 ago A tokens not measured copy · 88% Apache-2.0

plumb

23

aram-devdocs/plumb

Settings file Claude Code

Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 49 allowed tools.

2 1mo ago C tokens not measured original Apache-2.0

plumb

24

aram-devdocs/plumb

MCP server Claude CodeCodexCursor +2

MCP server "plumb" as configured in aram-devdocs/plumb. Launched with cargo run --quiet -p plumb-cli -- mcp.

2 1mo ago A tokens not measured original Apache-2.0