Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →AgentDB memory system with HNSW vector search. Use when: need to store patterns, search for solutions, semantic lookup. Skip when: no learning needed, ephemeral tasks.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 56% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -76% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -76% | 0% |
AgentDB memory system with HNSW vector search.
Store a pattern in memory
bashnpx @claude-flow/cli memory store --key "key" --value "value" --namespace patterns
Semantic search in memory
bashnpx @claude-flow/cli memory search --query "search terms" --limit 10
Other measured skills in the registry, with their headline benchmark lift.