All authors
ruvnet avatar

Claude Skills by ruvnet

github.com/ruvnet
236 skillsA× 23615 installs355 views
Adr CreateA

Create a new Architecture Decision Record with sequential numbering and AgentDB registration

data-aibashsql
0
55,280
Adr IndexA

Build or rebuild the ADR index + dependency graph by running scripts/import.mjs (handles v3-style and plugin-style ADR formats; one Bash call vs hundreds of MCP round-trips)

data-aibashnode
0
55,280
Adr ReviewA

Review code changes against accepted ADRs for compliance violations

data-aibashgit
0
55,280
Adr VerifyA

Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles

data-aigobash
0
55,280
Managed AgentA

Run an Anthropic Claude Managed Agent — a cloud agent harness (container + filesystem + tools), the cloud counterpart of the local wasm-agent runtime

data-airustgo
0
55,280
Wasm AgentA

Create and manage sandboxed WASM agents for isolated code execution

data-airustbash
0
55,280
Wasm GalleryA

Browse, publish, and install WASM agents from the community gallery

data-aibash
0
55,280
Agentdb QueryA

Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search

data-aigobash
0
55,280
Vector SearchA

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

data-airustbash
0
55,280
Pii DetectA

Detect and flag personally identifiable information (PII) in text, code, and configurations

data-aigobash
0
55,280
Safety ScanA

Scan inputs for prompt injection, unsafe content, and adversarial attacks using AIDefence

data-airustgo
0
55,280
Autopilot LoopA

Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake

data-ai
0
55,280
Autopilot PredictA

Use learned patterns and current state to predict the optimal next action

data-ai
0
55,280
Browser Auth FlowA

Probe a site's authentication flow for redirect leaks, missing CSRF, weak session cookies, and OAuth misconfiguration; produces an auth findings.md

data-aigobash
0
55,280
Browser ExtractA

Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model

data-aibash
0
55,280
Browser Form FillA

Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms

data-aibashreact
0
55,280
Browser LoginA

Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions

data-aijavascriptjava
0
55,280
Browser RecordA

Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action

data-aibash
0
55,280
Browser ReplayA

Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift

data-aigobash
0
55,280
Browser ScrapeA

DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0

data-aibashapi
0
55,280
Browser Screenshot DiffA

Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification

data-aigobash
0
55,280
Browser TestA

UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run

data-aijavascriptgo
0
55,280
Discover PluginsA

Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task

data-airustgo
0
55,280
Init ProjectA

Initialize a new Ruflo project with MCP tools, hooks, and agent configuration

data-aibash
0
55,280
Ruflo DoctorA

Run health checks on the Ruflo installation and fix common issues

data-aitypescriptbash
0
55,280
WitnessA

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.

data-aibashnode
0
55,280
Cost BenchmarkA

Run the corpus benchmark — booster locally, optional Gemini/Sonnet/Opus baselines — and persist a verifiable measured-vs-claimed table

data-aigobash
0
55,280
Cost Booster EditA

Apply a simple code transform via agent-booster's WASM engine — sub-millisecond, deterministic, $0 (no LLM call). Companion to cost-booster-route.

data-aijavascriptjava
0
55,280
Cost Booster RouteA

Route tasks through hooks_route, partition by Agent Booster availability, and report Tier 1 bypass utilization with $0 cost

data-aibash
0
55,280
Cost Budget CheckA

Read accumulated cost-tracking spend + budget config, compute utilization, emit 50/75/90/100% alert ladder

data-aibashnode
0
55,280
Cost Compact ContextA

Wrap getTokenOptimizer().getCompactContext() to retrieve compacted ReasoningBank context for cost-analysis queries; report bridge-reported tokensSaved

data-aishellbash
0
55,280
Cost ConversationA

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

data-aibashnode
0
55,280
Cost ExportA

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

data-aibashnode
0
55,280
Cost FederationA

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

data-aibashnode
0
55,280
Cost OptimizeA

Analyze token usage patterns and recommend cost optimizations with estimated savings

data-aibashnode
0
55,280
Cost ReportA

Generate a cost report showing token usage and USD costs by agent and model

data-aishellbash
0
55,280
Cost SummaryA

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

data-aishellbash
0
55,280
Cost TrackA

Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace

data-aibashnode
0
55,280
Cost TrendA

Read every docs/benchmarks/runs/*.json and surface drift in win rate, latency, escalation rate, and LLM-baseline cost over time

data-aibashnode
0
55,280
Cognitive PatternA

Define and manage cognitive patterns for agent reasoning and decision-making

data-aibash
0
55,280
Daa AgentA

Create and adapt Dynamic Agentic Architecture agents that learn and evolve

data-aigobash
0
55,280
Ddd AggregateA

Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs

data-aitypescriptbash
0
55,280
Ddd ContextA

Create and manage a DDD bounded context with standard directory structure

data-aibashapi
0
55,280
Ddd ValidateA

Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues

data-aigobash
0
55,280
Api DocsA

Generate API documentation from source code with JSDoc and OpenAPI support

data-aijavascripttypescript
0
55,280
Doc GenA

Generate and maintain documentation with drift detection

data-aibashapi
0
55,280
Federation AuditA

Query federation audit logs with compliance filtering

data-airustbash
0
55,280
Federation InitA

Initialize federation on this node — generate keypair and configure peers

data-aibashnode
0
55,280
Federation StatusA

Show federation health — peers, sessions, trust levels, and message metrics

data-airustbash
0
55,280
Deep ResearchA

Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings

data-aibashdocumentation
1
55,280