Pathfinder traversal of the knowledge graph starting from a seed entity
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 310 skills de ruvnet/ruflo. Abre una skill para revisar su origen y sus detalles.
ruvnet/rufloMostrando 40 de 310 skills recopiladas.
Pathfinder traversal of the knowledge graph starting from a seed entity
Idioma del texto original: inglés
Schedule persistent background workers via CronCreate
Idioma del texto original: inglés
Run Ruflo background workers using Claude Code native /loop scheduling
Idioma del texto original: inglés
Ingest and normalize market data into OHLCV vectors with HNSW indexing
Idioma del texto original: inglés
Detect and classify candlestick patterns from ingested OHLCV data
Idioma del texto original: inglés
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…
Idioma del texto original: inglés
Create a new sequentially numbered database migration with up/down SQL files
Idioma del texto original: inglés
Validate pending migrations for foreign key consistency, rollback safety, and best practices
Idioma del texto original: inglés
Run a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation; Ed25519-sign the result for paper→live tamper evidence (ADR-126 Phase 4)
Idioma del texto original: inglés
Run a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic Managed Agent cloud runtime instead of locally
Idioma del texto original: inglés
Regulator-grade feature attribution for any LSTM/Transformer signal — single-entry PageRank ranks the top-K features that drove the prediction (ADR-126 Phase 6, ADR-123 single-entry PR)
Idioma del texto original: inglés
Mean-variance portfolio optimization via Conjugate Gradient — 40-60× faster than the legacy Neumann path (ADR-126 Phase 3, ADR-123 Wedge 8)
Idioma del texto original: inglés
Optimize portfolio allocation using npx neural-trader mean-variance engine with risk constraints and rebalancing plan
Idioma del texto original: inglés
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…
Idioma del texto original: inglés
Assess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status
Idioma del texto original: inglés
Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
Idioma del texto original: inglés
Train neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals
Idioma del texto original: inglés
Aggregate and display system metrics with anomaly detection for a time period
Idioma del texto original: inglés
Trace agent execution by collecting spans and building a trace tree for a task
Idioma del texto original: inglés
Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents
Idioma del texto original: inglés
Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Idioma del texto original: inglés
Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search
Idioma del texto original: inglés
SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting
Idioma del texto original: inglés
Cluster code by graph community detection via npx ruvector@0.2.25 hooks graph-cluster (spectral / Louvain)
Idioma del texto original: inglés
Generate embeddings via npx ruvector@0.2.25 embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW index
Idioma del texto original: inglés
Embed hierarchical data via npx ruvector@0.2.25 embed text and project into the Poincare ball in user code (no --model poincare flag in 0.2.25)
Idioma del texto original: inglés
Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
Idioma del texto original: inglés
Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
Idioma del texto original: inglés
Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer
Idioma del texto original: inglés
Persist and restore agent sessions across conversations with state snapshots
Idioma del texto original: inglés
Scan project dependencies for known vulnerabilities and CVEs. Use when auditing third-party packages, before releases, after `npm install`/lockfile changes, or when investigating reported CVE advisories.
Idioma del texto original: inglés
Run full security scans on the codebase using Ruflo security tools. Use when reviewing PRs for security regressions, auditing auth/input-handling code, before production deploys, or when the user asks for a security check at quick/standard/deep depth.
Idioma del texto original: inglés
Run the SPARC Pseudocode and Architecture phases (2 and 3) — write algorithm pseudocode, design module boundaries and API contracts, then implement
Idioma del texto original: inglés
Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation
Idioma del texto original: inglés
Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory
Idioma del texto original: inglés
Stream live swarm events using the Monitor tool for real-time observability
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
TDD London School workflow -- mock-first, outside-in test development
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Idioma del texto original: inglés