{
  "skill": {
    "id": "skl_docs_rag",
    "name": "docs-rag",
    "plugin": "cwc-engineering",
    "description": "Token-thrift RAG over the docs/ mirrors: three-tier cache (functools.lru_cache → redis → sqlite FTS5) at crawlers/ragcache.py. USE THIS FIRST whenever a session needs \"what do the mirrors say about X\" — query for snippets (~200 tokens), read the one file that matters, never bulk-read mirror trees into context. Triggers: \"search the docs\", \"what did we crawl about\", \"find in mirrors\", /docs-rag.",
    "summary": "Token-thrift RAG over the docs/ mirrors: three-tier cache (functools.lru_cache → redis → sqlite FTS5) at crawlers/ragcache.py.",
    "gated": 0,
    "source_path": "plugins/cwc-engineering/skills/docs-rag/SKILL.md",
    "created_at": "2026-07-10 18:13:13",
    "cite_as": "https://subagentskills.com/api/skills/skl_docs_rag"
  }
}