Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ruflo

ruflo contient 293 skills collectées depuis ruvnet, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
293
Stars
60.8k
mis à jour
2026-06-16
Forks
7.1k
Couverture métier
20 catégories métier · 97% classifié
explorateur de dépôts

Skills dans ce dépôt

harness-drift-from-history
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en gestion

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

2026-05-28
gaia-debugging
Développeurs de logiciels

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

2026-05-28
gaia-submission
Développeurs de logiciels

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

2026-05-28
create-plugin
Développeurs de logiciels

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

2026-05-25
github-project-management
Développeurs de logiciels

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

2026-05-21
github-code-review
Analystes en assurance qualité des logiciels et testeurs

Comprehensive GitHub code review with AI-powered swarm coordination

2026-05-21
github-multi-repo
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

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

2026-05-21
github-release-management
Développeurs de logiciels

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

2026-05-21
github-workflow-automation
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

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

2026-05-21
verification-quality-assurance
Analystes en assurance qualité des logiciels et testeurs

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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
Scientifiques des données

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

2026-05-20
trader-train
Scientifiques des données

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

2026-05-20
kg-extract
Développeurs de logiciels

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

2026-05-19
kg-traverse
Développeurs de logiciels

Pathfinder traversal of the knowledge graph starting from a seed entity

2026-05-19
browser-record
Développeurs de logiciels

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

2026-05-16
trader-portfolio
Scientifiques des données

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

2026-05-14
trader-regime
Scientifiques des données

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

2026-05-14
trader-risk
Scientifiques des données

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

2026-05-14
Affichage des 40 principaux skills collectés sur 293 dans ce dépôt.