Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ruflo

يحتوي ruflo على 293 من skills المجمعة من ruvnet، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
293
Stars
60.8k
محدث
2026-06-16
Forks
7.1k
التغطية المهنية
20 فئات مهنية · 97% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

harness-drift-from-history
غير مصنف

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
غير مصنف

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
غير مصنف

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
غير مصنف

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
غير مصنف

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
غير مصنف

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
غير مصنف

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
غير مصنف

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو الإدارة

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

2026-05-28
gaia-debugging
مطوّرو البرمجيات

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

2026-05-28
gaia-submission
مطوّرو البرمجيات

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

2026-05-28
create-plugin
مطوّرو البرمجيات

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

2026-05-25
github-project-management
مطوّرو البرمجيات

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

2026-05-21
github-code-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive GitHub code review with AI-powered swarm coordination

2026-05-21
github-multi-repo
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب

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

2026-05-21
github-release-management
مطوّرو البرمجيات

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

2026-05-21
github-workflow-automation
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب

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

2026-05-21
verification-quality-assurance
محللو ضمان جودة البرمجيات والمختبرون

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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
علماء البيانات

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

2026-05-20
trader-train
علماء البيانات

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

2026-05-20
kg-extract
مطوّرو البرمجيات

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

2026-05-19
kg-traverse
مطوّرو البرمجيات

Pathfinder traversal of the knowledge graph starting from a seed entity

2026-05-19
browser-record
مطوّرو البرمجيات

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

2026-05-16
trader-portfolio
علماء البيانات

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

2026-05-14
trader-regime
علماء البيانات

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

2026-05-14
trader-risk
علماء البيانات

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

2026-05-14
عرض أهم 40 من أصل 293 skills مجمعة في هذا المستودع.