← all publishers

ruvnet

@ruvnet source repo

332 published skills · page 2 of 4

  1. Agent Agent · ruvnet
    Agent skill for agent - invoke with $agent-agent
    0
    installs
  2. Agent Coder · ruvnet
    Agent skill for coder - invoke with $agent-coder
    0
    installs
  3. Agent Swarm · ruvnet
    Agent skill for swarm - invoke with $agent-swarm
    0
    installs
  4. Cost Report · ruvnet
    Generate a cost report showing token usage and USD costs by agent and model
    0
    installs
  5. Loop Worker · ruvnet
    Run Ruflo background workers using Claude Code native /loop scheduling
    0
    installs
  6. Cost Summary · ruvnet
    Single-shot programmatic dump of all cost data — total spend, per-tier, top session, budget status, federation aggregate. JSON or markdown.
    0
    installs
  7. Trader Regime · ruvnet
    Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy. Use when the user asks about market conditions, wants to pick a strategy for current conditions, or before running a backtest/signal that should be regime-aware.
    0
    installs
  8. Trader Train · ruvnet
    Train neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals
    0
    installs
  9. Observe Metrics · ruvnet
    Aggregate and display system metrics with anomaly detection for a time period
    0
    installs
  10. API Docs · ruvnet
    Generate API documentation from source code with JSDoc and OpenAPI support
    0
    installs
  11. Dossier Collect · ruvnet
    Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel
    0
    installs
  12. Sparc Implement · ruvnet
    Run the SPARC Pseudocode and Architecture phases (2 and 3) — write algorithm pseudocode, design module boundaries and API contracts, then implement
    0
    installs
  13. Migrate Validate · ruvnet
    Validate pending migrations for foreign key consistency, rollback safety, and best practices
    0
    installs
  14. Embeddings · ruvnet
    > Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.
    0
    installs
  15. Kg Extract · ruvnet
    Extract entities and relations from source files to build a knowledge graph
    0
    installs
  16. Cost Track · ruvnet
    Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace
    0
    installs
  17. Rvf Manage · ruvnet
    Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer
    0
    installs
  18. Swarm Init · ruvnet
    Initialize a multi-agent swarm with anti-drift configuration. Use when starting a complex multi-file task that needs 3+ coordinated agents (feature implementation, refactor across modules, security audit). Skip for single-file edits or quick questions.
    0
    installs
  19. Train Pose · ruvnet
    Train/evaluate WiFi pose models honestly — camera-supervised (MediaPipe + CSI) and camera-free (WiFlow), always checked against the mean-pose baseline before any PCK is quoted.
    0
    installs
  20. Wasm Agent · ruvnet
    Create and manage sandboxed WASM agents for isolated code execution
    0
    installs
  21. Cost Health · ruvnet
    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.
    0
    installs
  22. Trader Risk · ruvnet
    Assess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status
    0
    installs
  23. Diff Analyze · ruvnet
    Analyze git diffs for risk scoring, reviewer recommendations, and change classification. Use when preparing a PR, reviewing a large or cross-module change, or before merging to assess risk and pick reviewers.
    0
    installs
  24. Hive Mind · ruvnet
    > Byzantine fault-tolerant consensus and distributed coordination. Queen-led hierarchical swarm management with multiple consensus strategies. Use when: distributed coordination, fault-tolerant operations, multi-agent consensus, collective decision making. Skip when: single-agent tasks, simple operations, local-only work.
    0
    installs
  25. Market Pattern · ruvnet
    Detect and classify candlestick patterns from ingested OHLCV data
    0
    installs
  26. Migrate Create · ruvnet
    Create a new sequentially numbered database migration with up/down SQL files
    0
    installs
  27. Ruview CLI API · ruvnet
    Use the RuView `wifi-densepose` CLI binary (incl. MAT scan/status/zones/survivors/alerts/export subcommands), the REST API (`wifi-densepose-api`, Axum), and the browser/WASM build (`wifi-densepose-wasm`, `wifi-densepose-wasm-edge`). Use when integrating RuView into another program, scripting it from the shell, exposing it over HTTP, or shipping it to the browser / ESP32-WASM3.
    0
    installs
  28. Browser Record · ruvnet
    Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
    0
    installs
  29. Doc Gen · ruvnet
    Generate and maintain documentation with drift detection. Use when the user asks to write/update/refresh docs, detect doc drift against code, or schedule recurring documentation maintenance.
    0
    installs
  30. Gaia Debugging · ruvnet
    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.
    0
    installs
  31. Federation Init · ruvnet
    Initialize federation on this node — generate keypair and configure peers
    0
    installs
  32. Observe Trace · ruvnet
    Trace agent execution by collecting spans and building a trace tree for a task
    0
    installs
  33. Ruview Mmwave · ruvnet
    Set up and run RuView mmWave / FMCW radar sensing — ESP32-C6 + Seeed MR60BHA2 (60 GHz, heart rate / breathing rate / presence) and HLK-LD2410 (24 GHz, presence + distance), plus mmWave↔WiFi-CSI sensor fusion (48-byte fused vitals, MR60BHA2/LD2410 auto-detect, v0.5.0+). Use when the deployment includes a millimetre-wave radar alongside or instead of WiFi CSI.
    0
    installs
  34. Autopilot Loop · ruvnet
    Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
    0
    installs
  35. Browser Scrape · ruvnet
    DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0
    0
    installs
  36. Chat Format · ruvnet
    Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
    0
    installs
  37. Safety Scan · ruvnet
    Scan inputs for prompt injection, unsafe content, and adversarial attacks using AIDefence. Use when processing untrusted input (user submissions, API payloads, webhook data, tool outputs) before passing it to a model or executing it.
    0
    installs
  38. Daa Agent · ruvnet
    Create and adapt Dynamic Agentic Architecture agents that learn and evolve
    0
    installs
  39. Horizon Track · ruvnet
    Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
    0
    installs
  40. Iot Anomalies · ruvnet
    Detect and classify telemetry anomalies on Cognitum Seed devices. Use when investigating a device that's reporting odd metrics, before approving a firmware canary advancement, or when triaging fleet-wide health alerts.
    0
    installs
  41. Market Ingest · ruvnet
    Ingest and normalize market data into OHLCV vectors with HNSW indexing
    0
    installs
  42. Pod Sales · ruvnet
    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 Phase 3 per ADR-164.1), constructs per-agent dry-run prompts, posts a summary envelope to room "sales" via the federation_bbs_publish JSONL backing store, and emits a structured {podName, tickId, agentsRan, totalUsd, envelopeId, status} line for /loop ingestion. Dry-run by default; --live is reserved for Phase 3.
    0
    installs
  43. LLM Config · ruvnet
    Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
    0
    installs
  44. Cost Optimize · ruvnet
    Analyze token usage patterns and recommend cost optimizations with estimated savings
    0
    installs
  45. Cron Schedule · ruvnet
    Schedule persistent background workers via CronCreate
    0
    installs
  46. Ddd Aggregate · ruvnet
    Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs. Use when adding a new aggregate to an existing bounded context, modeling a new business concept that owns invariants, or generating the boilerplate for an entity + repo + events triplet.
    0
    installs
  47. Ruview Verify · ruvnet
    Verify a RuView build — full Rust workspace tests, the deterministic Python pipeline proof (SHA-256 Trust Kill Switch), firmware hash manifest, and the ADR-028 witness bundle with one-command self-verification. Use after any significant change, before merging a PR, or to produce an attestation bundle for a recipient.
    0
    installs
  48. Cost Burn · ruvnet
    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 tracks PRODUCTION spend trajectory.
    0
    installs
  49. Iot Firmware · ruvnet
    Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement
    0
    installs
  50. Neural Train · ruvnet
    Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline
    0
    installs
  51. Ddd Validate · ruvnet
    Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues. Use when auditing a DDD codebase for leaks between bounded contexts, before merging cross-cutting changes, or as a CI gate to catch boundary erosion early.
    0
    installs
  52. Sparc Refine · ruvnet
    Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation
    0
    installs
  53. Claims · ruvnet
    > Claims-based authorization for agents and operations. Grant, revoke, and verify permissions for secure multi-agent coordination. Use when: permission management, access control, secure operations, authorization checks. Skip when: open access, no security requirements, single-agent local work.
    0
    installs
  54. Verify · ruvnet
    Prove a RuView result is real — run the deterministic SHA-256 proof and the witness bundle (ADR-028), and lint any claim for MEASURED-vs-CLAIMED honesty.
    0
    installs
  55. Cost Export · ruvnet
    Export cost-tracking telemetry in Prometheus textfile or webhook JSON formats — for external observability (Grafana, Datadog, custom dashboards)
    0
    installs
  56. Ddd Context · ruvnet
    Create and manage a DDD bounded context with standard directory structure. Use when starting a new subdomain, splitting a monolith into bounded contexts, or scaffolding the domain/application/infrastructure layout for a fresh module.
    0
    installs
  57. Cost Anomaly · ruvnet
    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) — this answers "which INDIVIDUAL session is the outlier?".
    0
    installs
  58. Cost Session · ruvnet
    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 model escalations.
    0
    installs
  59. Ruflo Doctor · ruvnet
    Run health checks on the Ruflo installation and fix common issues
    0
    installs
  60. Browser · ruvnet
    Web browser automation with AI-optimized snapshots for claude-flow agents
    0
    installs
  61. Ruflo · ruvnet bundle
    Ruflo is a multi-agent orchestration platform for AI coding agents (Claude Code, Cursor, Codex, Copilot, Gemini, Amp, +12 more). Use this skill when the user wants to (1) install/init ruflo in a project, (2) run multi-agent swarms with hierarchical coordination, (3) use ruflo's 314+ MCP tools for memory, routing, hooks, sub-agents, or workflows, (4) check ruflo status/version/doctor health, or (5) discover which of ruflo's 30+ plugins fits their task.
    0
    installs
  62. Pii Detect · ruvnet
    Detect and flag personally identifiable information (PII) in text, code, and configurations. Use before committing code, writing logs, storing data, or sending model responses that might contain emails, phone numbers, SSNs, API keys, or passwords.
    0
    installs
  63. Tdd Repair · ruvnet
    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, bounded capability via --allowedTools. Closes the loop the TDD plugins didn't — we generate tests, this fixes the code to satisfy them.
    0
    installs
  64. Browser Test · ruvnet
    UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
    0
    installs
  65. Ruview Advanced Sensing · ruvnet
    Advanced RuView capabilities — RuvSense multistatic sensing (attention-weighted fusion, geometric diversity, persistent field model), cross-viewpoint fusion across multiple nodes, RF tomography (ISTA L1 solver, voxel grids), longitudinal biomechanics drift, pre-movement intention signals, adversarial signal detection, and multistatic mesh security hardening. Use for research-grade or multi-node deployments.
    0
    installs
  66. Agent Adaptive Coordinator · ruvnet
    Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
    0
    installs
  67. Agent Analyze Code Quality · ruvnet
    Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality
    0
    installs
  68. Agent Performance Analyzer · ruvnet
    Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
    0
    installs
  69. Agent Production Validator · ruvnet
    Agent skill for production-validator - invoke with $agent-production-validator
    0
    installs
  70. Agent Swarm Memory Manager · ruvnet
    Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager
    0
    installs
  71. Agent V3 Memory Specialist · ruvnet
    Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist
    0
    installs
  72. Agent V3 Queen Coordinator · ruvnet
    Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator
    0
    installs
  73. Harness Drift From History · ruvnet
    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.
    0
    installs
  74. Reasoningbank Intelligence · ruvnet
    Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.
    0
    installs
  75. Reasoningbank With Agentdb · ruvnet
    Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
    0
    installs
  76. Harness Security Bench · ruvnet
    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 #2417). Degrades gracefully when @metaharness/darwin is absent.
    0
    installs
  77. Agent Performance Monitor · ruvnet
    Agent skill for performance-monitor - invoke with $agent-performance-monitor
    0
    installs
  78. Agent Workflow Automation · ruvnet
    Agent skill for workflow-automation - invoke with $agent-workflow-automation
    0
    installs
  79. Agentdb Advanced Features · ruvnet
    Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
    0
    installs
  80. Github Project Management · ruvnet
    Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
    0
    installs
  81. Github Release Management · ruvnet
    Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
    0
    installs
  82. Verification Quality Assurance · ruvnet
    Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
    0
    installs
  83. Agent Arch System Design · ruvnet
    Agent skill for arch-system-design - invoke with $agent-arch-system-design
    0
    installs
  84. Agent Gossip Coordinator · ruvnet
    Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator
    0
    installs
  85. Agent Memory Coordinator · ruvnet
    Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
    0
    installs
  86. Agent Project Board Sync · ruvnet
    Agent skill for project-board-sync - invoke with $agent-project-board-sync
    0
    installs
  87. Agent Resource Allocator · ruvnet
    Agent skill for resource-allocator - invoke with $agent-resource-allocator
    0
    installs
  88. Agent Topology Optimizer · ruvnet
    Agent skill for topology-optimizer - invoke with $agent-topology-optimizer
    0
    installs
  89. Gaia Architecture Comparison · ruvnet
    Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
    0
    installs
  90. Harness Threat Model · ruvnet
    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.
    0
    installs
  91. V3 Security Overhaul · ruvnet
    Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.
    0
    installs
  92. Agent Code Goal Planner · ruvnet
    Agent skill for code-goal-planner - invoke with $agent-code-goal-planner
    0
    installs
  93. Agent Code Review Swarm · ruvnet
    Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
    0
    installs
  94. Agent Crdt Synchronizer · ruvnet
    Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer
    0
    installs
  95. Agent Github Pr Manager · ruvnet
    Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
    0
    installs
  96. Agent Orchestrator Task · ruvnet
    Agent skill for orchestrator-task - invoke with $agent-orchestrator-task
    0
    installs
  97. Agent Pagerank Analyzer · ruvnet
    Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer
    0
    installs
  98. Agent Queen Coordinator · ruvnet
    Agent skill for queen-coordinator - invoke with $agent-queen-coordinator
    0
    installs
  99. Agent Sparc Coordinator · ruvnet
    Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
    0
    installs
  100. Agent Trading Predictor · ruvnet
    Agent skill for trading-predictor - invoke with $agent-trading-predictor
    0
    installs