← all publishers

ruvnet

@ruvnet source repo

332 published skills · page 4 of 4

  1. Browser Replay · ruvnet
    Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift
    0
    installs
  2. Agent Payments · ruvnet
    Agent skill for payments - invoke with $agent-payments
    0
    installs
  3. Agent Reviewer · ruvnet
    Agent skill for reviewer - invoke with $agent-reviewer
    0
    installs
  4. Agent Swarm Pr · ruvnet
    Agent skill for swarm-pr - invoke with $agent-swarm-pr
    0
    installs
  5. Agent Workflow · ruvnet
    Agent skill for workflow - invoke with $agent-workflow
    0
    installs
  6. Browser Intent · ruvnet
    Execute a natural-language browser intent via page-agent (browser_act) when the target is easier to describe than to select — degrades gracefully when page-agent or an OpenAI-compatible LLM provider isn't configured
    0
    installs
  7. Calibrate Room · ruvnet
    Run the ADR-151 per-room calibration pipeline — baseline → enroll → extract → train → a bank of small specialists (presence/posture/breathing/heartbeat/restlessness/anomaly).
    0
    installs
  8. Harness Evolve · ruvnet
    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 evolves. Closes the loop ADR-150 opens (score+genome describe; evolve changes). Degrades gracefully when @metaharness/darwin is absent (ADR-150 + ADR-153 architectural constraints).
    0
    installs
  9. Harness Genome · ruvnet
    7-section repo readiness report from `metaharness genome <path>`. Returns repo_type / agent_topology / risk_score / mcp_surface / test_confidence / publish_readiness. Pure-read; degrades gracefully (ADR-150).
    0
    installs
  10. Monitor Stream · ruvnet
    Stream live swarm events using the Monitor tool for real-time observability
    0
    installs
  11. Cost Counterfactual · ruvnet
    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 quantify the router's win.
    0
    installs
  12. Gaia Submission · ruvnet
    Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
    0
    installs
  13. Neural Training · ruvnet
    > Neural pattern training with SONA (Self-Optimizing Neural Architecture), MoE (Mixture of Experts), and EWC++ for knowledge consolidation. Use when: pattern learning, model optimization, knowledge transfer, adaptive routing. Skip when: simple tasks, no learning required, one-off operations.
    0
    installs
  14. Adr Reindex · ruvnet
    Reconcile the ADR index against a DELETED ADR file or relation line by dropping and rebuilding adr-patterns + adr-edges from scratch (scripts/reindex.mjs). Use when adr-index alone leaves stale rows behind.
    0
    installs
  15. Skill Builder · ruvnet bundle
    Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
    0
    installs
  16. Agent Planner · ruvnet
    Agent skill for planner - invoke with $agent-planner
    0
    installs
  17. Agent Sandbox · ruvnet
    Agent skill for sandbox - invoke with $agent-sandbox
    0
    installs
  18. Harness Bench · ruvnet
    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 <suite.json>` scores variants against, decoupling evolution from the repo's natural tests. Degrades gracefully when @metaharness/darwin is absent.
    0
    installs
  19. Harness Learn · ruvnet
    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 (`--repo` or $METAHARNESS_REPO) — without one it reports `checkout-required` with clone instructions. Degrades gracefully when metaharness is absent.
    0
    installs
  20. Harness Score · ruvnet
    5-dimension harness readiness scorecard from `metaharness score <path>`. Returns harnessFit / compileConfidence / taskCoverage / toolSafety / memoryUsefulness + estCostPerRunUsd + scaffoldReady. Pure-read; subprocess invocation; degrades gracefully when MetaHarness is absent (ADR-150 architectural constraint).
    0
    installs
  21. Managed Agent · ruvnet
    Run an Anthropic Claude Managed Agent — a cloud agent harness (container + filesystem + tools), the cloud counterpart of the local wasm-agent runtime
    0
    installs
  22. Browser Extract · ruvnet
    Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model
    0
    installs
  23. Agentdb Query · ruvnet
    Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search
    0
    installs
  24. Memory Bridge · ruvnet
    Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search
    0
    installs
  25. Memory Search · ruvnet
    SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting
    0
    installs
  26. Vector Search · ruvnet
    Vector search via embeddings_* (large-scale HNSW) and ruvllm_hnsw_* (WASM router for ≤11 hot patterns), with RaBitQ 1-bit quantization for 32× memory reduction
    0
    installs
  27. Goal Plan · ruvnet
    Create and execute Goal-Oriented Action Plans (GOAP) with precondition analysis, cost optimization, and adaptive replanning
    0
    installs
  28. Cost Diff · ruvnet
    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.
    0
    installs
  29. Test Gaps · ruvnet
    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.
    0
    installs
  30. Iot Fleet · ruvnet
    Create and manage Cognitum Seed device fleets with firmware policies
    0
    installs
  31. Sparc Spec · ruvnet
    Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory
    0
    installs
  32. Witness · ruvnet
    Sign, verify, and track fix-marker regressions over time using a deterministic Ed25519 witness manifest. Works in any project — clone the toolkit, run init, register fixes, regen on each release.
    0
    installs