Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ruflo

ruflo contém 293 skills coletadas de ruvnet, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
293
Stars
60.8k
atualizado
2026-06-16
Forks
7.1k
Cobertura ocupacional
20 categorias ocupacionais · 97% classificado
explorador de repositórios

Skills neste repositório

harness-drift-from-history
sem classificação

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.

2026-06-16
harness-similarity
sem classificação

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.

2026-06-16
harness-oia-audit
sem classificação

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.

2026-06-16
harness-genome
sem classificação

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

2026-06-16
harness-mcp-scan
sem classificação

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.

2026-06-16
harness-mint
sem classificação

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.

2026-06-16
harness-score
sem classificação

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

2026-06-16
harness-threat-model
sem classificação

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.

2026-06-16
cost-anomaly
Desenvolvedores de software

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

2026-06-16
cost-burn
Desenvolvedores de software

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.

2026-06-16
cost-counterfactual
Desenvolvedores de software

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.

2026-06-16
cost-diff
Desenvolvedores de software

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.

2026-06-16
cost-health
Desenvolvedores de software

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.

2026-06-16
cost-projection
Desenvolvedores de software

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

2026-06-16
cost-session
Desenvolvedores de software

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.

2026-06-16
nested-subagents
Desenvolvedores de software

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

2026-06-09
workflow-create
Desenvolvedores de software

Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)

2026-05-29
workflow-run
Desenvolvedores de software

Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool

2026-05-29
gaia-architecture-comparison
Analistas de gestão

Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap

2026-05-28
gaia-debugging
Desenvolvedores de software

Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix

2026-05-28
gaia-submission
Desenvolvedores de software

Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation

2026-05-28
create-plugin
Desenvolvedores de software

Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents

2026-05-25
github-project-management
Desenvolvedores de software

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

2026-05-21
github-code-review
Analistas de garantia de qualidade de software e testadores

Comprehensive GitHub code review with AI-powered swarm coordination

2026-05-21
github-multi-repo
Desenvolvedores de softwareAdministradores de redes e sistemas de computador

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

2026-05-21
github-release-management
Desenvolvedores de software

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

2026-05-21
github-workflow-automation
Desenvolvedores de softwareAdministradores de redes e sistemas de computador

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

2026-05-21
verification-quality-assurance
Analistas de garantia de qualidade de software e testadores

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

2026-05-21
trader-portfolio-cg
Cientistas de dados

Mean-variance portfolio optimization via Conjugate Gradient — 40-60× faster than the legacy Neumann path (ADR-126 Phase 3, ADR-123 Wedge 8)

2026-05-20
trader-explain
Cientistas de dados

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)

2026-05-20
trader-backtest
Cientistas de dados

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)

2026-05-20
trader-cloud-backtest
Cientistas de dados

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

2026-05-20
trader-signal
Cientistas de dados

Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction

2026-05-20
trader-train
Cientistas de dados

Train neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals

2026-05-20
kg-extract
Desenvolvedores de software

Extract entities and relations from source files to build a knowledge graph

2026-05-19
kg-traverse
Desenvolvedores de software

Pathfinder traversal of the knowledge graph starting from a seed entity

2026-05-19
browser-record
Desenvolvedores de software

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

2026-05-16
trader-portfolio
Cientistas de dados

Optimize portfolio allocation using npx neural-trader mean-variance engine with risk constraints and rebalancing plan

2026-05-14
trader-regime
Cientistas de dados

Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy

2026-05-14
trader-risk
Cientistas de dados

Assess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status

2026-05-14
Mostrando as 40 principais de 293 skills coletadas neste repositório.