Install any skill in seconds. Free to start, no credit card required.
Get Started Free →AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management.
.claude/skills/memory-management/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | — | — |
| case-07 | ✗→✓ | ▲ Improved | — | — |
| case-13 | ✗→✓ | ▲ Improved | — | — |
| case-19 | ✗→✓ | ▲ Improved | — | — |
| case-11 | ✗→✓ | ▲ Improved | — | — |
AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management.
Store a pattern or knowledge item in memory
bashnpx @claude-flow/cli memory store --key "[key]" --value "[value]" --namespace patterns
Example:
bashnpx @claude-flow/cli memory store --key "auth-jwt-pattern" --value "JWT validation with refresh tokens" --namespace patterns
Search memory using semantic similarity
bashnpx @claude-flow/cli memory search --query "[search terms]" --limit 10
Example:
bashnpx @claude-flow/cli memory search --query "authentication best practices" --limit 5
Retrieve a specific memory entry by key
bashnpx @claude-flow/cli memory get --key "[key]" --namespace [namespace]
Example:
bashnpx @claude-flow/cli memory get --key "auth-jwt-pattern" --namespace patterns
List all entries in a namespace
bashnpx @claude-flow/cli memory list --namespace [namespace]
Example:
bashnpx @claude-flow/cli memory list --namespace patterns --limit 20
Delete a memory entry
bashnpx @claude-flow/cli memory delete --key "[key]" --namespace [namespace]
Initialize HNSW vector search index
bashnpx @claude-flow/cli memory init --enable-hnsw
Show memory usage statistics
bashnpx @claude-flow/cli memory stats
Export memory to JSON
bashnpx @claude-flow/cli memory export --output memory-backup.json
| Script | Path | Description | |--------|------|-------------| | memory-backup | .agents/scripts/memory-backup.sh | Backup memory to external storage | | memory-consolidate | .agents/scripts/memory-consolidate.sh | Consolidate and optimize memory |
| Document | Path | Description | |----------|------|-------------| | HNSW Guide | docs/hnsw.md | HNSW vector search configuration | | Memory Schema | docs/memory-schema.md | Memory namespace and schema reference |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-10 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-07 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-13 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-19 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-01 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-11 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-08 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-22 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-04 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-03 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-09 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-06 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-14 | pass→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-16 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-02 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-17 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-12 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-20 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-21 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-23 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-05 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-15 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-18 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +61 percentage points is the difference between those two pass rates over the 23 comparable cases.
The per-case answers from this run were removed by the retention sweep, so the case table below shows the verdicts without the text either arm produced. The counts above were recorded at the time and are unaffected. Answers are now kept for 180 days.
Other measured skills in the registry, with their headline benchmark lift.