Skip to main content
ruvnet
GitHub クリエイタープロフィール

ruvnet

13 件の GitHub リポジトリにある 430 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
430
リポジトリ
13
更新
2026年8月30日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
ruflo
308 件の skills · 2026年8月30日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターデータサイエンティスト情報セキュリティアナリスト音響・映像技術者
11 件の職業カテゴリ · 100% 分類済み
72%比率
#02
RuView
52 件の skills · 2026年7月31日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターその他コンピュータ職ネットワーク・コンピュータシステム管理者情報セキュリティアナリスト
5 件の職業カテゴリ · 100% 分類済み
12%比率
#03
agentic-flow
20 件の skills · 2026年2月13日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターデータサイエンティスト情報セキュリティアナリスト
5 件の職業カテゴリ · 100% 分類済み
4.7%比率
#04
agentdb
17 件の skills · 2026年5月6日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4%比率
#05
metaharness
15 件の skills · 2026年8月8日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
3.5%比率
#06
RuVector
8 件の skills · 2026年6月27日
その他コンピュータ職ソフトウェア開発者データサイエンティスト
3 件の職業カテゴリ · 100% 分類済み
1.9%比率
#07
sparc
3 件の skills · 2026年8月27日
分類待ち
0.7%比率
#08
RuLake
2 件の skills · 2026年4月28日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
0.5%比率
ここでは上位 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 件のリポジトリを表示