Skip to main content
ruvnet
GitHub 创作者资料

ruvnet

按仓库查看 13 个 GitHub 仓库中的 430 个已收集 skills。

已收集 skills
430
仓库
13
更新
2026年8月30日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

已展示 8 / 308 个已收集 Skill。
已展示 8 / 52 个已收集 Skill。
v3-cli-modernization
软件开发工程师

CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation.

2026年2月13日
v3-core-implementation
软件开发工程师

Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.

2026年2月13日
v3-ddd-architecture
软件开发工程师

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

2026年2月13日
v3-deep-integration
软件开发工程师

Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.

2026年2月13日
v3-mcp-optimization
软件开发工程师

MCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.

2026年2月13日
v3-memory-unification
软件开发工程师

Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).

2026年2月13日
v3-performance-optimization
软件开发工程师

Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite.

2026年2月13日
v3-security-overhaul
信息安全分析师

Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.

2026年2月13日
已展示 8 / 20 个已收集 Skill。
agentdb-causal-explain
软件开发工程师

Walk the causal graph in AgentDB to explain why two memories are connected, or trace a root cause. Use when the user asks "why did X happen", "what led to Y", or after an incident.

2026年5月6日
agentdb-causal-link
软件开发工程师

Record a causal relationship between two memories in AgentDB — "X caused Y", "A supersedes B", "patch-foo depends-on patch-bar". Use when the user is documenting cause/effect, dependencies, supersessions, or after-action analysis.

2026年5月6日
agentdb-hierarchical-store
软件开发工程师

Store memories in tier-aware hierarchical memory — working / short-term / long-term — and recall with tier filters. Use for working-set context that should fade, vs facts that should persist, vs patterns that should be searchable forever.

2026年5月6日
agentdb-init
软件开发工程师

Initialize an AgentDB Cognitive Container (.rvf file) in the current project. Sets up storage, embedder config, and the agentdb MCP server. Use when the user is starting a new project that needs vector memory, or asks to "set up agentdb" / "init agentdb".

2026年5月6日
agentdb-status
软件开发工程师

Show AgentDB health — pattern count, embedder status, cache hit rate, learning gain since init. Use when the user asks "is agentdb working?", "how many memories?", "show agentdb stats", or after long-running sessions to confirm state.

2026年5月6日
agentdb-cypher
软件开发工程师

Execute Cypher queries against AgentDB's graph backend. Use when the user wants to write a custom traversal that the standard tools don't cover, or when explaining graph state.

2026年5月6日
agentdb-hyperedge
软件开发工程师

Search and manage hyperedges — n-ary relationships between memories. Use for swarm membership, multi-cause incidents, or any "this involves all of (A, B, C, D)" relationship that doesn't fit a binary edge.

2026年5月6日
agentdb-traverse
软件开发工程师

K-hop traversal from a starting node in AgentDB's graph. Use to explore neighborhoods, find reachable nodes, or visualize a memory's "context".

2026年5月6日
已展示 8 / 17 个已收集 Skill。
evolve
软件开发工程师

Evolve this harness with Darwin Mode — frozen model, evolving harness (real, sandboxed, safety-gated).

2026年8月8日
compare-harnesses
软件开发工程师

Diff two scaffolded harnesses (ADR-031). Reports manifest meta drift + host list + per-file fingerprint changes (added/removed/changed). Exits 0 IDENTICAL, 1 DRIFT, 2 missing manifest. Use --bundle for the ADR-031 schema-1 JSON envelope.

2026年6月15日
diag-harness
软件开发工程师

Kernel-version skew check (ADR-027). Reports manifest surface + manifest kernel + installed kernel + verdict (match/patch-diff/minor-diff/major-diff). Exits 1 on minor/major skew with a copy-pasteable `npm install @metaharness/kernel@X.Y.Z` next step. Exits 2…

2026年6月15日
example-harness
软件开发工程师

Scaffold a ready-made AI agent harness in one command from the 19 published @metaharness/* example packages — 9 host integrations (Claude Code, Codex, Hermes, pi.dev, OpenClaw, RVM, Copilot, OpenCode, GitHub Actions) + 10 vertical pods (devops, research,…

2026年6月15日
harness-secrets
软件开发工程师

GCP Secret Manager integration: validate setup, fetch values, or confirm an NPM_TOKEN is non-revoked via `npm whoami`. Used for publish-time token rotation without long-lived keys in CI.

2026年6月15日
oia-manifest
软件开发工程师

Emit .harness/oia-manifest.json declaring layer alignment with the OIA v0.1 9-layer reference architecture. Self-describes the harness's MCP wiring, witness signing, audit log, identity posture (always 'none' at v0.1). --check verifies an existing manifest,…

2026年6月15日
publish-harness
软件开发工程师

Publish a generated harness to npm — runs the smoke test, signs the witness manifest, and dispatches `npm publish --provenance` from your tagged release.

2026年6月15日
repo-genome
软件开发工程师

7-section readiness scorecard for a LOCAL repo. Reports repo type + agent topology + MCP risk + test confidence + release readiness + recommended harness plan + scorecard. Exit 0 ready, 1 needs-work, 2 blocked. --json for the 6-field scorecard, --bundle for…

2026年6月15日
已展示 8 / 15 个已收集 Skill。
已展示 12 / 13 个仓库