π§ AgentDB & Memory Skills
/docs/development-tools/agentdb--memory-skills
Skills are reusable workflows that combine agents, hooks, and patterns into ready-to-use solutions. Think of them as "recipes" for common development tasks.
How Skills Work
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β SKILL EXECUTION β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β You: "Run /github-code-review" β β β β β βββββββββββββββ βββββββββββββββ βββββββββββββββ β β β Load Skill ββββΆβ Spawn AgentsββββΆβ Execute β β β β Definition β β (5 agents) β β Workflow β β β βββββββββββββββ βββββββββββββββ βββββββββββββββ β β β β β β βββββ Learns from outcome ββββββββββ β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
All 42 Skills by Category
Details
| Skill | What It Does | When To Use |
|---|---|---|
agentdb-vector-search | Semantic search with 150x faster retrieval | Building RAG systems, knowledge bases |
agentdb-memory-patterns | Session memory, persistent storage, context management | Stateful agents, chat systems |
agentdb-learning | 9 RL algorithms (PPO, DQN, SARSA, etc.) | Self-learning agents, behavior optimization |
agentdb-optimization | Quantization (4-32x memory reduction), HNSW indexing | Scaling to millions of vectors |
agentdb-advanced | QUIC sync, multi-database, custom distance metrics | Distributed AI systems |
bash# Example: Initialize vector search /agentdb-vector-search