Skip to main content
مستودع GitHub

ruflo

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

skills مجمعة
294
Stars
67.0k
محدث
2026-08-04
Forks
8.0k
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

ruflo
المهن الحاسوبية الأخرى

Ruflo is a multi-agent orchestration platform for AI coding agents (Claude Code, Cursor, Codex, Copilot, Gemini, Amp, +12 more). Use this skill when the user wants to (1) install/init ruflo in a project, (2) run multi-agent swarms with hierarchical coordination, (3) use ruflo's 314+ MCP tools for memory, routing, hooks, sub-agents, or workflows, (4) check ruflo status/version/doctor health, or (5) discover which of ruflo's 30+ plugins fits their task.

2026-08-04
agntcy-status
المهن الحاسوبية الأخرى

Show AGNTCY/SLIM/CASA integration status — whether upstream AGNTCY packages are installed, which transport (local vs SLIM) is active, and whether CASA enforcement is enabled. Use when the user asks "is AGNTCY configured?", "show SLIM/CASA status", or "is AGNTCY/IOC integration active?".

2026-07-31
adr-create
مطوّرو البرمجيات

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

2026-07-29
adr-index
مطوّرو البرمجيات

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)

2026-07-29
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-07-29
ruflo-status
مطوّرو البرمجيات

Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation

2026-07-29
witness
مطوّرو البرمجيات

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.

2026-07-29
github-automation
مطوّرو البرمجيات

GitHub workflow automation for issues, pull requests, CI, and releases. Use when: repository hosting actions are explicitly requested. Skip when: local git operations are sufficient or publishing is unauthorized.

2026-07-29
performance-analysis
مطوّرو البرمجيات

Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.

2026-07-29
adr-reindex
مطوّرو البرمجيات

Reconcile the ADR index against a DELETED ADR file or relation line by dropping and rebuilding adr-patterns + adr-edges from scratch (scripts/reindex.mjs). Use when adr-index alone leaves stale rows behind.

2026-07-17
adr-review
محللو ضمان جودة البرمجيات والمختبرون

Review code changes against accepted ADRs for compliance violations

2026-07-17
adr-verify
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-17
managed-agent
المهن الحاسوبية الأخرى

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

2026-07-17
wasm-agent
المهن الحاسوبية الأخرى

Create and manage sandboxed WASM agents for isolated code execution

2026-07-17
wasm-gallery
المهن الحاسوبية الأخرى

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

2026-07-17
agentdb-query
المهن الحاسوبية الأخرى

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

2026-07-17
vector-search
مطوّرو البرمجيات

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

2026-07-17
pii-detect
محللو أمن المعلومات

Detect and flag personally identifiable information (PII) in text, code, and configurations. Use before committing code, writing logs, storing data, or sending model responses that might contain emails, phone numbers, SSNs, API keys, or passwords.

2026-07-17
safety-scan
محللو أمن المعلومات

Scan inputs for prompt injection, unsafe content, and adversarial attacks using AIDefence. Use when processing untrusted input (user submissions, API payloads, webhook data, tool outputs) before passing it to a model or executing it.

2026-07-17
autopilot-loop
مطوّرو البرمجيات

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

2026-07-17
autopilot-predict
مطوّرو البرمجيات

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

2026-07-17
browser-auth-flow
محللو أمن المعلومات

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

2026-07-17
browser-extract
مطوّرو البرمجيات

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

2026-07-17
browser-form-fill
مطوّرو البرمجيات

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

2026-07-17
browser-intent
مطوّرو البرمجيات

Execute a natural-language browser intent via page-agent (browser_act) when the target is easier to describe than to select — degrades gracefully when page-agent or an OpenAI-compatible LLM provider isn't configured

2026-07-17
browser-login
مطوّرو البرمجيات

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

2026-07-17
browser-record
مطوّرو البرمجيات

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

2026-07-17
browser-replay
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-17
browser-screenshot-diff
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-17
browser-test
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-17
discover-plugins
المهن الحاسوبية الأخرى

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

2026-07-17
cost-booster-route
مطوّرو البرمجيات

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

2026-07-17
cost-budget-check
مطوّرو البرمجيات

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

2026-07-17
cost-optimize
مطوّرو البرمجيات

Analyze token usage patterns and recommend cost optimizations with estimated savings

2026-07-17
cost-report
مطوّرو البرمجيات

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

2026-07-17
cost-track
مطوّرو البرمجيات

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

2026-07-17
cognitive-pattern
المهن الحاسوبية الأخرى

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

2026-07-17
daa-agent
المهن الحاسوبية الأخرى

Create and adapt Dynamic Agentic Architecture agents that learn and evolve

2026-07-17
ddd-aggregate
مطوّرو البرمجيات

Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs. Use when adding a new aggregate to an existing bounded context, modeling a new business concept that owns invariants, or generating the boilerplate for an entity + repo + events triplet.

2026-07-17
ddd-context
مطوّرو البرمجيات

Create and manage a DDD bounded context with standard directory structure. Use when starting a new subdomain, splitting a monolith into bounded contexts, or scaffolding the domain/application/infrastructure layout for a fresh module.

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