baphuongna/pi-crew

36 agent markdown files indexed from baphuongna/pi-crew. Install any of them pinned to an exact hash with mdr add baphuongna/pi-crew/<name>.

AGENTS.md agents
baphuongna/pi-crew · AGENTS.md
git:20260910.8ce36f3 · audit A · 54 stars
CLAUDE.md claude
baphuongna/pi-crew · CLAUDE.md
git:20260826.678c772 · audit A · 54 stars
async-worker-recovery skill
baphuongna/pi-crew · skills/async-worker-recovery/SKILL.md · Background worker, heartbeat, stale-run, crash-recovery, and deadletter workflow. Use when debugging stuck/dead workers…
git:20260911.c97bc57 · audit A · 54 stars
child-pi-spawning skill
baphuongna/pi-crew · skills/child-pi-spawning/SKILL.md · Child Pi worker spawning, lifecycle callbacks, and failure modes. When NOT to use: non-Pi subprocess execution (use…
git:20260911.c97bc57 · audit A · 54 stars
context-artifact-hygiene skill
baphuongna/pi-crew · skills/context-artifact-hygiene/SKILL.md · Use when constructing worker prompts, reading artifacts/logs, summarizing runs, compacting context, or handing work…
git:20260911.c97bc57 · audit A · 54 stars
council skill
baphuongna/pi-crew · skills/council/SKILL.md · Spawn 3 adversarial subagents (Skeptic, Pragmatist, Critic) to evaluate a decision, architecture choice, or plan…
git:20260911.60e2cb9 · audit A · 54 stars
delegation-patterns skill
baphuongna/pi-crew · skills/delegation-patterns/SKILL.md · Subagent/team delegation workflow. When NOT to use: pure read-only investigation (use read-only-explorer); pre-planning…
git:20260911.3de89a2 · audit A · 54 stars
distill-persona skill
baphuongna/pi-crew · skills/distill-persona/SKILL.md · Distill a person's (or field's) thinking into a runnable pi skill — research, extract, validate, generate. REQUIRED —…
git:20260911.c97bc57 · audit A · 54 stars
distill-software skill
baphuongna/pi-crew · skills/distill-software/SKILL.md · Distill software engineering expertise — an engineer's judgment, a codebase's conventions, or a domain's practice — and…
git:20260911.c97bc57 · audit A · 54 stars
event-log-tracing skill
baphuongna/pi-crew · skills/event-log-tracing/SKILL.md · Structured event logging for worker lifecycle, live agents, crash recovery. When NOT to use: high-level metrics…
git:20260911.c97bc57 · audit A · 54 stars
git-master skill
baphuongna/pi-crew · skills/git-master/SKILL.md · Commit and release hygiene for safe version-control work. When NOT to use: experimental branches (use…
git:20260911.c97bc57 · audit A · 54 stars
iterative-audit skill
baphuongna/pi-crew · skills/iterative-audit/SKILL.md · Iterative multi-round codebase audit with diminishing-returns detection. Run 5-20+ rounds, each focusing on one…
git:20260911.c97bc57 · audit A · 54 stars
live-agent-lifecycle skill
baphuongna/pi-crew · skills/live-agent-lifecycle/SKILL.md · Live agent registration, workspace isolation, termination, and eviction workflow. When NOT to use: static extension…
git:20260911.c97bc57 · audit A · 54 stars
mailbox-interactive skill
baphuongna/pi-crew · skills/mailbox-interactive/SKILL.md · Interactive waiting-task and mailbox workflow. When NOT to use: fire-and-forget background tasks; non-interactive…
git:20260911.c97bc57 · audit A · 54 stars
model-routing-context skill
baphuongna/pi-crew · skills/model-routing-context/SKILL.md · Model routing, parent context, thinking level, and prompt construction workflow. Use when changing model fallback…
git:20260911.3de89a2 · audit A · 54 stars
multi-perspective-review skill
baphuongna/pi-crew · skills/multi-perspective-review/SKILL.md · Multi-perspective code review with simpler-alternative pass. When NOT to use: deep adversarial analysis (use council)…
git:20260911.3de89a2 · audit A · 54 stars
observability-reliability skill
baphuongna/pi-crew · skills/observability-reliability/SKILL.md · Metrics, diagnostics, correlation, retry, deadletter, and recovery evidence workflow. When NOT to use: one-off event…
git:20260911.c97bc57 · audit A · 54 stars
orchestration skill
baphuongna/pi-crew · skills/orchestration/SKILL.md · Multi-phase orchestration for planners and executors. When NOT to use: single-task edits (use delegation-patterns)…
git:20260911.3de89a2 · audit A · 54 stars
ownership-session-security skill
baphuongna/pi-crew · skills/ownership-session-security/SKILL.md · Session ownership and authorization workflow. When NOT to use: general session lifecycle questions (use…
git:20260911.c97bc57 · audit A · 54 stars
pi-extension-lifecycle skill
baphuongna/pi-crew · skills/pi-extension-lifecycle/SKILL.md · Pi extension lifecycle and registration patterns. When NOT to use: single registration event (use direct API calls)…
git:20260911.c97bc57 · audit A · 54 stars
post-mortem skill
baphuongna/pi-crew · skills/post-mortem/SKILL.md · Write engineering RCA record after bug is fixed. When NOT to use: unresolved bugs (use systematic-debugging first)…
git:20260911.c97bc57 · audit A · 54 stars
read-only-explorer skill
baphuongna/pi-crew · skills/read-only-explorer/SKILL.md · Read-only exploration and audit workflow. When NOT to use: any task that needs write actions; deep adversarial analysis…
git:20260911.c97bc57 · audit A · 54 stars
real-test-pi-crew skill
baphuongna/pi-crew · skills/real-test-pi-crew/SKILL.md · End-to-end verification for pi-crew changes: fast critical tests, 3-path kill-switch proof, bundle md5 sync, live TUI…
git:20260916.28cfd1a · audit A · 54 stars
requirements-to-task-packet skill
baphuongna/pi-crew · skills/requirements-to-task-packet/SKILL.md · Use when a goal, issue, roadmap item, review finding, or user request must become actionable worker tasks. When NOT to…
git:20260911.3de89a2 · audit A · 54 stars
research skill
baphuongna/pi-crew · skills/research/SKILL.md · Deep-research skill combining iterative depth, structured+validated output, rigor mechanisms, anti-thrash, and…
git:20260911.c97bc57 · audit A · 54 stars
resource-discovery-config skill
baphuongna/pi-crew · skills/resource-discovery-config/SKILL.md · pi-crew resource and configuration discovery workflow. When NOT to use: runtime state questions (use…
git:20260911.3de89a2 · audit A · 54 stars
runtime-state-reader skill
baphuongna/pi-crew · skills/runtime-state-reader/SKILL.md · Safe read-only navigation of pi-crew run state. When NOT to use: write actions or mutations (use…
git:20260911.c97bc57 · audit A · 54 stars
safe-bash skill
baphuongna/pi-crew · skills/safe-bash/SKILL.md · Safe shell-command workflow. When NOT to use: subprocess orchestration (use child-pi-spawning); destructive operations…
git:20260911.c97bc57 · audit A · 54 stars
scrutinize skill
baphuongna/pi-crew · skills/scrutinize/SKILL.md · Outsider-perspective review questioning intent before tracing code. When NOT to use: implementation work (use…
git:20260911.3de89a2 · audit A · 54 stars
secure-agent-orchestration-review skill
baphuongna/pi-crew · skills/secure-agent-orchestration-review/SKILL.md · Use when reviewing delegation, skill loading, tool access, worker prompts, artifacts, runtime config, state, ownership…
git:20260911.c97bc57 · audit A · 54 stars
state-mutation-locking skill
baphuongna/pi-crew · skills/state-mutation-locking/SKILL.md · Durable state mutation and locking workflow. When NOT to use: read-only inspection (use runtime-state-reader)…
git:20260911.c97bc57 · audit A · 54 stars
systematic-debugging skill
baphuongna/pi-crew · skills/systematic-debugging/SKILL.md · Four-phase debugging discipline with refuse gates. When NOT to use: trivial fixes where root cause is obvious…
git:20260911.c97bc57 · audit A · 54 stars
verification-before-done skill
baphuongna/pi-crew · skills/verification-before-done/SKILL.md · Evidence before claims. When NOT to use: mid-task self-correction (use scrutinize); pure execution tasks where output…
git:20260911.3de89a2 · audit A · 54 stars
widget-rendering skill
baphuongna/pi-crew · skills/widget-rendering/SKILL.md · Pi TUI crew widget data sources, display priority, and rendering performance. When NOT to use: non-TUI displays…
git:20260911.c97bc57 · audit A · 54 stars
workspace-isolation skill
baphuongna/pi-crew · skills/workspace-isolation/SKILL.md · Workspace isolation boundaries. When NOT to use: concurrent edits within same repo (use worktree-isolation); non-git…
git:20260911.c97bc57 · audit A · 54 stars
worktree-isolation skill
baphuongna/pi-crew · skills/worktree-isolation/SKILL.md · Conflict-safe git worktree workflow. When NOT to use: non-git changes (use direct edit); single-commit patches (use…
git:20260911.c97bc57 · audit A · 54 stars

Source

github.com/baphuongna/pi-crew · 54 stars · license MIT · pushed 2026-09-17