All authors
ruvnet avatar

Claude Skills by ruvnet

github.com/ruvnet
359 skillsA× 351B× 815 installs436 views
Flow Nexus SwarmA

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform

ai-agentsjavascriptgo
0
70,183
Github Code ReviewA

Comprehensive GitHub code review with AI-powered swarm coordination

ai-agentsjavascriptgo
0
70,183
Github Multi RepoA

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

ai-agentsjavascripttypescript
0
70,183
Github Project ManagementB

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

ai-agentsjavascriptrust
0
70,183
Github Release ManagementA

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

ai-agentsjavascriptgo
0
70,183
Github Workflow AutomationA

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

ai-agentsjavascriptjava
0
70,183
Hive Mind AdvancedA

Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory

ai-agentsjavascriptgo
0
70,183
Performance AnalysisA

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

ai-agentsjavascriptgo
0
70,183
Reasoningbank AgentdbA

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.

ai-agentstypescriptgo
0
70,183
Reasoningbank IntelligenceA

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.

ai-agentsjavascripttypescript
0
70,183
Sparc MethodologyA

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration

ai-agentsjavascripttypescript
0
70,183
Stream ChainA

Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows

ai-agentsgobash
0
70,183
Swarm AdvancedA

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows

ai-agentsjavascriptjava
0
70,183
Verification QualityB

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

ai-agentstypescriptgo
0
70,183
Worker BenchmarksA

Run comprehensive worker system benchmarks and performance analysis

ai-agentstypescriptbash
0
70,183
Worker IntegrationA

Worker-Agent integration for intelligent task dispatch and performance tracking

ai-agentstypescriptbash
0
70,183
rufloA

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.

ai-agentsgobash
0
70,183
Adr ReindexA

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.

ai-agentsgobash
0
70,183
Nested SubagentsA

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

ai-agentsgobash
0
70,183
Agntcy StatusA

Show AGNTCY/SLIM/CASA integration status — whether upstream AGNTCY packages are installed, which transport (local vs SLIM) is active, and whether CASA enforcement is enabled. Use when the user asks "is AGNTCY configured?", "show SLIM/CASA status", or "is AGNTCY/IOC integration active?".

ai-agentsrust
0
70,183
Browser IntentA

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

ai-agentsbashtesting
0
70,183
Pod SalesA

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} li...

ai-agentsgobash
0
70,183
Ruflo StatusA

Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation

ai-agentsbash
0
70,183
Cost AnomalyA

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?".

ai-agentsgobash
0
70,183
Cost BurnA

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.

ai-agentsgobash
0
70,183
Cost CounterfactualA

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.

ai-agentsgobash
0
70,183
Cost DiffA

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.

ai-agentsgobash
0
70,183
Cost HealthA

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.

ai-agentsgoshell
0
70,183
Cost ProjectionA

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` (reactive).

ai-agentsgobash
0
70,183
Cost SessionA

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.

ai-agentsgobash
0
70,183
Deepseek ChatA

One-shot chat completion against DeepSeek's `deepseek-chat` model via the OpenAI-compatible /v1/chat/completions endpoint. Reads DEEPSEEK_API_KEY from the environment; degrades gracefully (exit 0 with a JSON status:degraded envelope) when the key is missing or the API is unreachable. Use for non-reasoning tasks — summarization, extraction, quick classification — where deepseek-reasoner would be overkill.

ai-agentsgobash
0
70,183
Deepseek ReasonA

Reasoning-mode completion against DeepSeek's `deepseek-reasoner` model (R1) via /v1/chat/completions. Surfaces the model's chain-of-thought (`reasoning_content`) separately from the final answer (`content`), so callers can display or discard the CoT without re-parsing. Reads DEEPSEEK_API_KEY; degrades gracefully (exit 0 with status:degraded envelope) when unset or the API is unreachable. Ignores temperature/top_p per DeepSeek's spec for reasoner models.

ai-agentsgobash
0
70,183
Harness BenchA

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.

ai-agentsgoshell
0
70,183
Harness Drift From HistoryA

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.

ai-agentsbash
0
70,183
Harness EvolveA

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).

ai-agentsgoshell
0
70,183
Harness GenomeA

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).

ai-agentsgoshell
0
70,183
Harness GepaA

Inspect and audit GEPA genomes via the `@metaharness/darwin/gepa` library entry (darwin 0.8.0) — load/validate a genome (default is the shipped cand-6 promotion), render the system prompt a genome compiles to, or classify failure modes in a run transcript. The `gepaOptimize` loop itself is library-only (bring your own evaluator) and not surfaced here — use `harness-evolve` for sandbox-scored evolution. Degrades gracefully when @metaharness/darwin is absent.

ai-agentsgobash
0
70,183
Harness LearnA

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.

ai-agentsgobash
0
70,183
Harness Mcp ScanA

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.

ai-agentsgobash
0
70,183
Harness MintA

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 + ruflo's "destructive-action confirmation" pattern.

ai-agentsgoshell
0
70,183
Harness Oia AuditB

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.

ai-agentsgobash
0
70,183
Harness ScoreA

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).

ai-agentstypescriptgo
0
70,183
Harness Security BenchA

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.

ai-agentsgoshell
0
70,183
Harness SimilarityA

ADR-152 — weighted similarity between two harness fingerprints (genome + score JSON). Returns overall score in [0,1] plus per-component breakdown (cosine over 9 numerics, categorical agreement over 4 enums, jaccard over agent_topology). Unblocks ADR-151 §3.2 Recommender, §3.3 Drift Detection, §3.5 Plugin Compat. Pure-TS, no `@metaharness/*` dep — preserves ADR-150's four architectural constraints.

ai-agentsgobash
0
70,183
Harness Threat ModelA

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.

ai-agentsgobash
0
70,183
Music ConnectA

One-time setup — mint a Cognitum Music personal access token and register the cogmusic MCP server with Claude Code

ai-agentsbashnode
0
70,183
Music GenerateA

Generate a new song from a creative brief (genre, mood, language, BPM, theme) via the cogmusic MCP create_production tool

ai-agentsgobash
0
70,183
Music GetA

Fetch metadata and audio_url for a single production by id

ai-agents
0
70,183
Music ListA

List the account's saved music productions with metadata and audio_url

ai-agentsapi
0
70,183
Music MasterA

Run a mastering pass (LUFS loudness normalization + peak limiting) on an existing production

ai-agents
0
70,183