Skip to main content

Skills in this repository

ruvnet/ruflo - Page 4

SkillsMP has collected 310 skills from ruvnet/ruflo. Open a skill to review its source and details.

ruvnet/ruflo

Showing 40 of 310 collected skills.

occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation

updated
occupation
Software Developers
description

Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)

updated
occupation
Computer Occupations, All Other
description

Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool

updated
occupation
Computer Occupations, All Other
description

Run `@metaharness/darwin evolve <repo>` to mutate a harness's seven policy surfaces (planner/contextBuilder/reviewer/retryPolicy/toolPolicy/memoryPolicy/scorePolicy), sandbox-score each variant, and promote only measured wins. The model is frozen; the harness…

updated
occupation
Computer Occupations, All Other
description

Run a GEPA learning cycle via `metaharness learn` (upstream ADR-235, metaharness@0.3.0) — optimizes a harness genome against a SWE-bench-style slice manifest. $0 dry-run by default; `--run` is the explicit spend opt-in. Requires a metaharness repo checkout…

updated
occupation
Information Security Analysts
description

Static security scan of a harness's declared MCP surface via `harness mcp-scan <path>`. Reads `.mcp/servers.json` + `.harness/claims.json`. Pure-read, no dispatch. Exits 1 on findings at or above `--fail-on` severity.

updated
occupation
Computer Occupations, All Other
description

5-dimension harness readiness scorecard from `metaharness score <path>`. Returns harnessFit / compileConfidence / taskCoverage / toolSafety / memoryUsefulness + estCostPerRunUsd + scaffoldReady. Pure-read; subprocess invocation; degrades gracefully when…

updated
occupation
Information Security Analysts
description

Enterprise-review-grade threat model from `harness threat-model <path>`. Categorizes MCP-surface threats; emits `worst: 'clean'|'low'|'medium'|'high'` + per-threat findings. Pure-read.

updated
occupation
Information Security Analysts
description

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,…

updated
occupation
Software Developers
description

Run one tick of the sales business-pod (ADR-164 §4.1, Phase 2). Loads templates/sales.json, validates it against the pod-schema, resolves agents against ruflo's agent registry, reserves budget via the Phase-2 file-based stub ledger (atomic SQLite tracker is…

updated
occupation
Software Developers
description

Initialize a new Ruflo project with MCP tools, hooks, and agent configuration. Use when setting up Ruflo in a fresh repo, or when the user says "init ruflo", "set up ruflo", or asks how to bootstrap the MCP server, hooks, and agent configs from scratch.

updated
occupation
Software Developers
description

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi

updated
occupation
Software Quality Assurance Analysts & Testers
description

Test-Driven Repair — given a failing test, spawn a bounded headless `claude -p` (Read/Edit/Bash only) that makes the test pass without modifying it. Modeled on agent-harness-generator's ADR-175 Test-Driven Repair mode. Bounded cost via --max-budget-usd,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Manage `@metaharness/darwin` bench suites — `bench create <repo>` scaffolds a JSON suite from a repo's test corpus; `bench verify <suite.json>` checks suite well-formedness. Bench suites are the fixed evaluation corpora that `harness-evolve --bench…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

Composite Phase-2 audit worker (ADR-150). Bundles harness oia-manifest + threat-model + mcp-scan into one timestamped audit record stored in the `metaharness-audit` memory namespace. Designed for cron-scheduled drift detection.

updated
occupation
Software Developers
description

Scaffold a custom AI agent harness via `metaharness new <name> --template <id> --host <id>`. Defaults to DRY-RUN (no writes) unless --confirm is passed. Refuses to write to the calling repo root or anywhere inside it. Honors ADR-150 architectural constraint +…

updated
occupation
Data Scientists
description

MAD-based outlier detection on session spend. Robust to the very outliers it hunts (unlike mean+sigma). Surfaces specific anomalous sessions with modified-z scores; optional --alert-on-outliers exit code for CI gates. Distinct from cost-burn (aggregate trend)…

updated
occupation
Data Scientists
description

Burn-rate trend over time with optional drift-alert exit code. Bins session spend into buckets, surfaces window-over-window delta, and can exit 1 when latest bucket exceeds prior mean by a configurable %. Distinct from `cost-trend` (benchmark drift); this…

updated
occupation
Data Scientists
description

Multi-baseline counterfactual cost analysis. Compares actual session spend to hypothetical always-haiku / always-sonnet / always-opus routing baselines. Answers "is the routing earning its keep?" Negative savings flag over-escalation; positive savings…

updated
occupation
Data Scientists
description

Snapshot delta between two cost-summary JSON outputs. PR-level cost regression detection — answers "what changed between these two specific snapshots?". Pairs with cost-summary's stable JSON contract.

updated
occupation
Data Scientists
description

Composite CI gate — runs cost-budget-check + cost-burn + cost-anomaly + cost-projection in parallel and surfaces a single combined health status with max exit code. The operationally-useful entry point — one shell-out covers all four alert ladders.

updated
occupation
Software Developers
description

Forward-looking spend extrapolation. Computes a USD-per-day rate from the recent measurement window, projects to 7d/30d/90d/365d horizons, and surfaces "days until budget exhausted" when a budget is configured. Predictive counterpart to `cost-budget-check`…

updated
occupation
Software Developers
description

Per-message cost breakdown within a single session. The drill-down companion to cost-anomaly — when an outlier session is flagged, this surfaces the specific expensive messages so operators can see whether the cost came from output tokens, cache writes, or…

updated
occupation
Computer Occupations, All Other
description

Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation

updated
occupation
unclassified
description

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

updated
occupation
Project Management Specialists
description

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive GitHub code review with AI-powered swarm coordination

updated
occupation
Software Developers
description

Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration

updated
occupation
Software Developers
description

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management

updated
occupation
Software Developers
description

Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run comprehensive worker system benchmarks and performance analysis

updated
occupation
Software Developers
description

Worker-Agent integration for intelligent task dispatch and performance tracking

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

updated
occupation
Software Developers
description

Single-shot programmatic dump of all cost data — total spend, per-tier, top session, budget status, federation aggregate. JSON or markdown.

updated
occupation
Software Developers
description

Consumer-side wiring for ADR-097 Phase 3 federation_spend events — per-peer rolling windows + suspension-threshold check

updated
occupation
Network & Computer Systems Administrators
description

Export cost-tracking telemetry in Prometheus textfile or webhook JSON formats — for external observability (Grafana, Datadog, custom dashboards)

updated
occupation
Software Developers
description

Per-conversation cost view — list every session in cost-tracking with started-at, message count, top model, and total cost

updated
Showing 40 of 310 collected skills.