Find the skill for your next task.

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

gaia-debugging

Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix. Use when a GAIA benchmark run reports a failed/incorrect task_id and you need to root-cause it before resubmitting.

64.55k repo starsObserved in 1 repos
Testing & Quality

harness-drift-from-history

One-command drift detection. Composes audit-list + oia-audit + audit-trend into a single primitive — finds the most recent audit in `metaharness-audit` namespace, runs a fresh audit against the current repo, diffs them via ADR-152 §3.1 similarity, and alerts when structural distance crosses `--threshold`. Iter 53 of ADR-150 deep integration.

64.55k repo starsObserved in 1 repos
Testing & Quality

harness-security-bench

Run `@metaharness/darwin security bench` (upstream "Darwin Shield" / ADR-155) — evolves a champion security-detection harness against a 10-vuln / 9-decoy corpus and grades it on TPR/FPR/patch-pass/repro/unsafe vs four baselines (B0 static, B1 LLM-single-pass, B2 fixed-agent, B3 Darwin-champion). Closest reference implementation for ruflo's own ADR-155 nightly self-learning security harness (PR

64.55k repo starsObserved in 1 repos
Testing & Quality

intelligence-route

Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain

64.55k repo starsObserved in 1 repos
Agent Building

rvf-manage

Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer

64.55k repo starsObserved in 1 repos
Documents

test-gaps

Detect missing test coverage and generate test suggestions. Use when the user asks about coverage gaps, untested code, or what tests to write next; also after adding a feature to find what still needs tests.

64.55k repo starsObserved in 1 repos
Testing & Quality

add-feature-flag

Add a new feature flag to gate code changes in the Warp codebase.

63.21k repo starsObserved in 1 repos
Development

gui-ui-guidelines

GUI desktop app only. Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work in this repo, up front before writing the change, so the relevant guidelines shape the implementation.

63.21k repo starsObserved in 1 repos
Development

logging-and-error-reporting

How and when to log (log::* levels, safe_* macros) and report errors to Sentry (report_error!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. report_error!, keeping sensitive data out of logs, or surfacing an error to Sentry.

63.21k repo starsObserved in 1 repos
DevOps & Security

promote-feature

Promote a feature-flagged feature to Dogfood, Preview, or Stable in the Warp codebase. Use when a feature behind a FeatureFlag is ready to roll out to a broader audience, including wiring up the compile-time/runtime bridge and deferring flag cleanup safely.

63.21k repo starsObserved in 1 repos
Development