Skip to main content

Skills in this repository

agentydragon/ducktape - Page 2

SkillsMP has collected 82 skills from agentydragon/ducktape. Open a skill to review its source and details.

agentydragon/ducktape

Showing 40 of 82 collected skills.

occupation
Network & Computer Systems Administrators
description

Reference for querying BuildBuddy API. Use when investigating failed or slow CI builds, inspecting invocations by commit or branch, reading build or test logs, checking remote execution (RBE) details (exit codes, stderr, worker logs), analyzing cache hit/miss…

updated
occupation
Network & Computer Systems Administrators
description

Check the health of the CI/CD pipeline — devel branch status, per-commit checks, release artifacts, artifact pin staleness, image publishing, scheduled jobs, repinning cadence. Autonomously creates fix PRs for trivial issues (formatting, etc.) or proposes a…

updated
occupation
Network & Computer Systems Administrators
description

Scan cluster health — Flux kustomizations, pod status, recurring crashes, node conditions, CNPG databases, certificate expiry — and output an actionable summary with fix plan. Use when user asks "how's the cluster", "cluster health", "what's broken", "check…

updated
occupation
Network & Computer Systems Administrators
description

Migrate a CNPG PostgreSQL cluster between Proxmox and Hetzner regions via streaming replication with sub-second downtime

updated
occupation
Software Developers
description

Analyze CPAP sleep therapy data from the user's ResMed AirSense 11. Read daily summaries (AHI, leak, pressure, compliance) and per-session waveforms from EDF files served via WebDAV. Use when user asks about sleep quality, CPAP data, AHI, therapy compliance,…

updated
occupation
Software Developers
description

Eval-only stub skill. Contains no guidance — used as the "skill off" baseline arm so the sandbox shape stays uniform across `--skill on/off` rollouts.

updated
occupation
Software Developers
description

Surface pending followups, natural extensions, incomplete migrations, code quality issues, and "what's next" suggestions. Verify session work is on disk. Use when wrapping up a task or session, or when user asks "what's next", "anything else", "what did we…

updated
occupation
Computer Systems Analysts
description

Deep forensic debugging that never stops until root cause is found or visibility limit is proven. Use when user wants to understand exactly why something is broken, not work around it. Activates on "why is this happening", "dig deeper", "don't work around…

updated
occupation
Software Developers
description

Use this skill for parametric 2D/3D technical drawings using FreeCAD Sketcher and TechDraw. Triggers when the user wants constrained parametric floor plans, mechanical sketches, layout diagrams, or any drawing where dimensions drive geometry. Also use when…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Ground a skill in tested, runnable examples. Use when creating a new skill or upgrading an existing skill to have CI-verified recipes. Triggers when the user asks to create a skill, add examples to a skill, or verify a skill has tested recipes.

updated
occupation
Network & Computer Systems Administrators
description

Take and view screenshots of Hetzner Cloud servers via WebSocket VNC console. Use to diagnose issues when text commands fail — boot problems, unresponsive servers, kernel panics, stuck boot screens, graphical output inspection.

updated
occupation
Customer Service Representatives
description

Optimal information gathering under uncertainty. Use when the main bottleneck is missing information and the right next step is to reduce uncertainty efficiently: research, compare options, design an experiment, elicit preferences, or decide what questions to…

updated
occupation
Project Management Specialists
description

Record a TODO item persistently in the repo (TODO.md, PLAN.md, or GitHub issue). PRIORITY - execute immediately, preempting any in-progress work. Use when user says "/later <thing>".

updated
occupation
Software Quality Assurance Analysts & Testers
description

Audit and improve linter/checker configuration across any repo and language. Discovers languages, proposes useful checks to enable with real examples, creates PRs for approved checks, documents rejected ones. Also fixes misconfigurations, updates outdated…

updated
occupation
Software Developers
description

Design an MCP server tool surface for an AI agent. Starts from common workflows, derives tool schemas, audits for completeness and safety. Use when designing a new MCP server or redesigning an existing one.

updated
occupation
Network & Computer Systems Administrators
description

Iteratively pave a fiddly procedure into a verified runbook. Use when the user wants to "pave" something, or wants to figure out and document a complex, fiddly procedure (deploys, recoveries, env setup, vendor APIs, scraping, bootstrap sequences) that has…

updated
occupation
Network & Computer Systems Administrators
description

Interact with Proxmox VMs - screenshots, keystrokes, network info (user)

updated
occupation
Receptionists & Information Clerks
description

Paraphrase vague instructions back with context, without executing changes. TRIGGER: any time the user says the word "readback".

updated
occupation
Computer Systems Analysts
description

Systematic binary reverse engineering toolkit. Extract source code, understand functions, document protocols, compare versions. Uses strings, symbols, disassembly, and differential verification.

updated
occupation
Network & Computer Systems Administrators
description

Discover and analyze Claude Code session logs from ~/.claude/projects, including finding the current session and extracting tool calls, user messages, and conversation history

updated
occupation
Financial Risk SpecialistsCost Estimators
description

Make well-calibrated probability estimates using superforecasting methodology. Use when user asks about probability, likelihood, chance, odds, "will X happen", "when will X happen", "how much will X cost", "what could go wrong", failure modes, risk…

updated
occupation
Software Developers
description

Automated dependency updates — reads Renovate dashboard, applies safe updates, produces tested PRs from the agent's fork. One bulk PR for trivial bumps, separate PRs for non-trivial migrations. Use on a schedule or manually.

updated
occupation
Software Developers
description

Verify documentation claims against actual code, finding and fixing stale or incorrect docs. Audit docs for token efficiency — cut what strong LLMs already know, keep local specifics and gotchas. Use when asked to review docs, trim docs, or check docs are…

updated
occupation
Network & Computer Systems Administrators
description

Diagnose the health of a Claude Code session (CLI or web) by running the observable acceptance criteria in the hook daemon SPEC against the live session. Also runs out-of-SPEC diagnostics (web_setup.sh freshness, claude-hooks pin staleness, bbr runner…

updated
occupation
Software Developers
description

Eval-only stub skill. Contains no guidance — used as the "skill off" baseline arm so the sandbox shape stays uniform across `--skill on/off` rollouts.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Audit and improve linter/checker configuration across any repo and language. Discovers languages, proposes useful checks to enable with real examples, creates PRs for approved checks, documents rejected ones. Also fixes misconfigurations, updates outdated…

updated
occupation
Software Developers
description

Record a TODO item persistently in the repo (TODO.md, PLAN.md, or GitHub issue). PRIORITY - execute immediately, preempting any in-progress work. Use when user says "/later <thing>".

updated
occupation
Software Developers
description

Design an MCP server tool surface for an AI agent. Starts from common workflows, derives tool schemas, audits for completeness and safety. Use when designing a new MCP server or redesigning an existing one.

updated
occupation
Customer Service Representatives
description

Paraphrase vague instructions back with context, without executing changes. TRIGGER: any time the user says the word "readback".

updated
occupation
Software Developers
description

Verify documentation claims against actual code, finding and fixing stale or incorrect docs. Audit docs for token efficiency — cut what strong LLMs already know, keep local specifics and gotchas. Use when asked to review docs, trim docs, or check docs are…

updated
occupation
Software Developers
description

Show the current task stack and context. Use when user says "bt", "backtrace", "stack", "where are we", or asks about current progress on a multi-step task.

updated
occupation
Software Developers
description

Deep forensic debugging that never stops until root cause is found or visibility limit is proven. Use when user wants to understand exactly why something is broken, not work around it. Activates on "why is this happening", "dig deeper", "don't work around…

updated
occupation
Software Developers
description

Discover and analyze Claude Code session logs from ~/.claude/projects, including finding the current session and extracting tool calls, user messages, and conversation history

updated
occupation
Financial Risk Specialists
description

Make well-calibrated probability estimates using superforecasting methodology. Use when user asks about probability, likelihood, chance, odds, "will X happen", "when will X happen", "how much will X cost", "what could go wrong", failure modes, risk…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Manual live props deployment testing — sets up Podman infrastructure (postgres, registry, backend) and runs real agent containers. NOT for standard Bazel tests (use `bazel test //props/...` for those).

updated
occupation
Software Quality Assurance Analysts & Testers
description

Operate the live props cluster as evaluator — fetch credentials from k8s, call the API at props.allegedly.works, trigger critic/grader runs, and inspect results.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Propose narrowing of grader match_file_restriction for unrestricted TP/FP occurrences in a specimen. Produces verifiable, link-rich output that lets the user confirm each restriction is correct.

updated
occupation
Software Developers
description

Deep forensic debugging that never stops until root cause is found or visibility limit is proven. Use when user wants to understand exactly why something is broken, not work around it. Activates on "why is this happening", "dig deeper", "don't work around…

updated
occupation
Network & Computer Systems Administrators
description

Take and view screenshots of Hetzner Cloud servers via WebSocket VNC console

updated
occupation
Network & Computer Systems Administrators
description

Interact with Proxmox VMs - screenshots, keystrokes, network info (user)

updated
Showing 40 of 82 collected skills.