agentdb-advanced
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems…
One-time setup — mint a Cognitum Music personal access token and register the cogmusic MCP server with Claude Code
$ npx -y skills add ruvnet/ruflo --skill music-connect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/music-connectContext preview
The summary Claude sees to decide when to auto-load this skill.
One-time setup — mint a Cognitum Music personal access token and register the cogmusic MCP server with Claude Code
name: music-connect description: One-time setup — mint a Cognitum Music personal access token and register the cogmusic MCP server with Claude Code allowed-tools: Bash WebFetch argument-hint: "[--token cogmcp_...]"
Wires this session up to the user's own Cognitum Music account (music.cognitum.one) via the `cogmusic` MCP bridge. This is a one-time, per-machine/per-project setup — run it before any other `music-*` skill if `mcp__cogmusic__*` tools aren't already loaded.
1. **Check for an existing, working registration first**:
claude mcp get cogmusic
If it reports `✔ Connected`, you're already set up — stop here.
2. **If no token was provided**, tell the user exactly how to mint one (this step requires their own browser login — you cannot do it for them):
3. **Register the MCP server** once you have the token (never print the full token back to the user in plain chat if avoidable — treat it as a secret; it's fine as a one-time argument to `claude mcp add`, which stores it in local config, not in conversation history):
claude mcp add cogmusic --env COGMUSIC_TOKEN=cogmcp_... -- npx -y cogmusic@latest
Pin to `cogmusic@0.1.1` or later — earlier `0.1.0` has no fetch timeout and fails `create_production` calls that run past Node's ~5-minute default (see [ADR-0001](../../docs/adrs/0001-music-contract.md)).
4. **Verify**:
claude mcp get cogmusic
Expect `✔ Connected`. If it shows `CONNECTION_CLOSED` or a 404, the `cogmusic` npm package version pinned in the command may be stale or unpublished — check `npm view cogmusic version` and retry with an explicit version.
5. **If registration already exists but is unhealthy**, remove and re-add rather than editing config by hand:
claude mcp remove cogmusic -s local claude mcp add cogmusic --env COGMUSIC_TOKEN=cogmcp_... -- npx -y cogmusic@latest
6. Once connected, the `mcp__cogmusic__*` tools (`list_productions`, `get_production`, `create_production`, `separate_stems`, `extract_midi`, `master`) become available — proceed to `music-generate` or `music-list`.
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/ruflo
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems…
Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and…
Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use…
Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing…
Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG…
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination