ruvnet
User๐ The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Categories
Indexed Skills (61)
agent-adaptive-coordinator
Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
agent-agentic-payments
Agent skill for agentic-payments - invoke with $agent-agentic-payments
agent-analyze-code-quality
Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality
agent-app-store
Agent skill for app-store - invoke with $agent-app-store
agent-arch-system-design
Agent skill for arch-system-design - invoke with $agent-arch-system-design
agent-architecture
Agent skill for architecture - invoke with $agent-architecture
agent-authentication
Agent skill for authentication - invoke with $agent-authentication
agent-automation-smart-agent
Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent
agent-base-template-generator
Agent skill for base-template-generator - invoke with $agent-base-template-generator
agent-benchmark-suite
Agent skill for benchmark-suite - invoke with $agent-benchmark-suite
agent-byzantine-coordinator
Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator
agent-challenges
Agent skill for challenges - invoke with $agent-challenges
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer
agent-code-goal-planner
Agent skill for code-goal-planner - invoke with $agent-code-goal-planner
agent-code-review-swarm
Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
agent-collective-intelligence-coordinator
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
agent-consensus-coordinator
Agent skill for consensus-coordinator - invoke with $agent-consensus-coordinator
agent-coordinator-swarm-init
Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
agent-crdt-synchronizer
Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer
agent-data-ml-model
Agent skill for data-ml-model - invoke with $agent-data-ml-model
agent-dev-backend-api
Agent skill for dev-backend-api - invoke with $agent-dev-backend-api
agent-docs-api-openapi
Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes
agent-github-pr-manager
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
agent-goal-planner
Agent skill for goal-planner - invoke with $agent-goal-planner
agent-gossip-coordinator
Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator
agent-hierarchical-coordinator
Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
agent-implementer-sparc-coder
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
agent-issue-tracker
Agent skill for issue-tracker - invoke with $agent-issue-tracker
agent-load-balancer
Agent skill for load-balancer - invoke with $agent-load-balancer
agent-matrix-optimizer
Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer
agent-memory-coordinator
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
agent-mesh-coordinator
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
agent-migration-plan
Agent skill for migration-plan - invoke with $agent-migration-plan
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
agent-neural-network
Agent skill for neural-network - invoke with $agent-neural-network
agent-ops-cicd-github
Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-github
agent-orchestrator-task
Agent skill for orchestrator-task - invoke with $agent-orchestrator-task
agent-pagerank-analyzer
Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer
agent-payments
Agent skill for payments - invoke with $agent-payments
agent-performance-analyzer
Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
agent-performance-benchmarker
Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker
agent-performance-monitor
Agent skill for performance-monitor - invoke with $agent-performance-monitor
agent-performance-optimizer
Agent skill for performance-optimizer - invoke with $agent-performance-optimizer
agent-planner
Agent skill for planner - invoke with $agent-planner
agent-pr-manager
Agent skill for pr-manager - invoke with $agent-pr-manager
agent-production-validator
Agent skill for production-validator - invoke with $agent-production-validator
agent-agent
Agent skill for agent - invoke with $agent-agent
agent-coder
Agent skill for coder - invoke with $agent-coder
agent-coordination
Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
compare-harnesses
Diff two scaffolded harnesses (ADR-031). Reports manifest meta drift + host list + per-file fingerprint changes (added/removed/changed). Exits 0 IDENTICAL, 1 DRIFT, 2 missing manifest. Use --bundle for the ADR-031 schema-1 JSON envelope.
create-harness
Scaffold your own focused AI agent harness โ pick host (Claude Code, Codex, pi.dev, Hermes), template, agents, skills, and ship a npm-publishable harness with its own npx CLI. Use when a user asks to "create my own agent harness", "scaffold a harness", "make a custom Claude Code plugin like ruflo", or "build a vertical AI assistant for X".
diag-harness
Kernel-version skew check (ADR-027). Reports manifest surface + manifest kernel + installed kernel + verdict (match/patch-diff/minor-diff/major-diff). Exits 1 on minor/major skew with a copy-pasteable `npm install @metaharness/kernel@X.Y.Z` next step. Exits 2 if no .harness/manifest.json at path.
example-harness
Scaffold a ready-made AI agent harness in one command from the 19 published @metaharness/* example packages โ 9 host integrations (Claude Code, Codex, Hermes, pi.dev, OpenClaw, RVM, Copilot, OpenCode, GitHub Actions) + 10 vertical pods (devops, research, trading, support, legal, coding, education, sales, gaming, repo-maintainer).
oia-manifest
Emit .harness/oia-manifest.json declaring layer alignment with the OIA v0.1 9-layer reference architecture. Self-describes the harness's MCP wiring, witness signing, audit log, identity posture (always 'none' at v0.1). --check verifies an existing manifest, --dry-run prints without writing, --json emits to stdout.
repo-genome
7-section readiness scorecard for a LOCAL repo. Reports repo type + agent topology + MCP risk + test confidence + release readiness + recommended harness plan + scorecard. Exit 0 ready, 1 needs-work, 2 blocked. --json for the 6-field scorecard, --bundle for the ADR-031 schema-1 envelope.
list-templates
List the available harness templates and what each one ships with. Use when the user asks "what templates are available", "what verticals does the harness generator support", or "show me what I can scaffold".
publish-harness
Publish a generated harness to npm โ runs the smoke test, signs the witness manifest, and dispatches `npm publish --provenance` from your tagged release.
upgrade-harness
Drift detection + apply for a scaffolded harness. Re-renders the template with the same vars, computes added/removed/changed file plan, and applies with Git-style conflict markers or .rej files. Default is dry-run.
validate-harness
Release-readiness umbrella check for a scaffolded harness โ runs doctor, witness verify, hardcoded-path scan, MCP server config, and GCP Secret Manager validation in one shot. Exits non-zero if any sub-check fails.
verify-witness
Verify the Ed25519 witness manifest of a scaffolded harness. Fast yes/no signature check that proves the publisher signed this exact file set โ separate from the full release-readiness umbrella in validate-harness.
Bio shown is the top-scored skill's repo description as a fallback โ real GitHub bios land in a future update.