rvf-manage
Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
Create a new Architecture Decision Record with sequential numbering and AgentDB registration
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)
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.
Review code changes against accepted ADRs for compliance violations
Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles
| name | rvf-manage |
| description | Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer |
| argument-hint | <import|export|list|migrate|stats|delete> [options] |
| allowed-tools | mcp__plugin_ruflo-core_ruflo__memory_store mcp__plugin_ruflo-core_ruflo__memory_retrieve mcp__plugin_ruflo-core_ruflo__memory_list mcp__plugin_ruflo-core_ruflo__memory_delete mcp__plugin_ruflo-core_ruflo__memory_stats mcp__plugin_ruflo-core_ruflo__memory_import_claude mcp__plugin_ruflo-core_ruflo__memory_migrate mcp__plugin_ruflo-core_ruflo__hooks_transfer Bash |
Manage RVF files for portable, transferable agent memory.
When you need to export agent memory to RVF format for backup, transfer between projects, or share knowledge between teams.
mcp__plugin_ruflo-core_ruflo__memory_list to see all stored memoriesmcp__plugin_ruflo-core_ruflo__hooks_transfer tool with store action to export patternsmcp__plugin_ruflo-core_ruflo__memory_import_claude to import from Claude Code memoriesmcp__plugin_ruflo-core_ruflo__memory_migrate for format upgradesmcp__plugin_ruflo-core_ruflo__memory_stats for storage metricsRVF (Ruflo Vector Format) stores:
npx @claude-flow/cli@latest hooks transfer store --pattern "project-knowledge"
npx @claude-flow/cli@latest hooks transfer from-project --source /path/to/other/project