Agent skills for AI coding assistants (Antigravity)
npx skills add https://github.com/win4r/memory-lancedb-pro-skill --skill memory-lancedb-proInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
An AI Coding Assistant Skill for maintaining and upgrading the memory-lancedb-pro plugin
Give your AI assistant deep understanding of the plugin's architecture, retrieval pipeline, and configuration system â enabling efficient maintenance and feature development of this OpenClaw long-term memory plugin.
įŽäŊ䏿 | English
This is an Agent Skill â a structured knowledge package designed for AI coding assistants to maintain and upgrade the memory-lancedb-pro OpenClaw plugin.
When an AI coding assistant loads this skill, it gains comprehensive understanding of the plugin, including:
memory-lancedb-pro-skill/
âââ SKILL.md # Main skill file (architecture, workflows, design decisions)
âââ references/
â âââ retrieval_pipeline.md # Retrieval pipeline deep dive
â âââ storage_and_schema.md # Storage layer & data model
â âââ embedding_system.md # Embedding system (providers, caching, task-aware)
â âââ plugin_lifecycle.md # Plugin lifecycle & configuration
â âââ scope_system.md # Multi-scope isolation system
â âââ tools_and_cli.md # Agent tools & CLI commands
â âââ troubleshooting.md # Common issues & troubleshooting
âââ README.md # This file
âââ README_CN.md # 䏿 README
Clone this repo into the Antigravity skills directory:
git clone https://github.com/win4r/memory-lancedb-pro-skill.git \
~/.gemini/antigravity/skills/memory-lancedb-pro
The skill auto-triggers when you work on:
Read SKILL.md and the files under references/ directly for complete technical details about the plugin.
| Domain | Coverage |
|---|---|
| Retrieval Pipeline | RRF fusion formula, 3 rerank provider adapters, exact formulas for Recency Boost / Importance Weight / Length Norm / Time Decay / Hard Min / MMR scoring stages |
| Storage Layer | LanceDB table schema, FTS index creation with race condition handling, vector/BM25 search impl, full CRUD API signatures |
| Embedding System | 4 provider configs (Jina/OpenAI/Gemini/Ollama), task-aware API, LRU cache (256 entries, 30min TTL), model dimension lookup table |
| Plugin Lifecycle | Component init order, 3 lifecycle hook implementations (auto-recall/auto-capture/session memory), service registration, daily backup |
| Scope System | 5 scope types, default vs explicit access control, complete ScopeManager API |
| Tools & CLI | 6 agent tool parameter tables, all CLI command examples, 2 JSONL distillation approaches |
| Troubleshooting | 12 common issues with solutions, retrieval quality tuning knobs, development pitfalls (Arrow Vectors, config inconsistencies, env var timing) |
This skill follows the progressive disclosure principle:
MIT