Skip to main content
ruvnet
GitHub 제작자 프로필

ruvnet

13개 GitHub 저장소에서 수집된 430개 skills를 저장소 단위로 보여줍니다.

수집된 skills
430
저장소
13
업데이트
2026년 8월 30일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

수집된 skill 308개 중 8개를 표시합니다.
수집된 skill 52개 중 8개를 표시합니다.
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일
수집된 skill 20개 중 8개를 표시합니다.
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일
수집된 skill 17개 중 8개를 표시합니다.
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일
수집된 skill 15개 중 8개를 표시합니다.
저장소 13개 중 12개 표시