npx claudepluginhub basher83/lunar-claude --plugin lunar-research--detailed# Research Cache
List entries in the research knowledge base cache.
**Arguments:** $ARGUMENTS
## Instructions
1. Read the cache index: `${HOME}/.claude/research-cache/lunar-research/index.json`
2. If index is empty or missing, output:
3. Sort entries by timestamp (newest first)
4. **Summary view (default):**
Output a table:
5. **Detailed view (when `--detailed` flag present in arguments):**
For each entry, read the report files in `${HOME}/.claude/research-cache/lunar-research/[normalizedQuery]/`:
- `github-report.json`
- `tavily-report.json`
- `deepwiki-rep.../cacheAudits prompt cache stability for prefix risks and volatile instructions/tools, then recommends specific fixes to boost hit consistency.
/cacheDesign and implement caching strategies. Configures multi-layer caches (CDN, application, database), cache invalidation (TTL, event-based, write-through, write-behind), Redis/Memcached/Varnish, and cache stampede prevention.
/cacheManage the prompt engineering research cache -- list, add, prune, or refresh entries.
List entries in the research knowledge base cache.
Arguments: $ARGUMENTS
Read the cache index: ${HOME}/.claude/research-cache/lunar-research/index.json
If index is empty or missing, output:
No cached research found.
Sort entries by timestamp (newest first)
Summary view (default):
Output a table:
Research Cache (N entries)
Query Date Confidence Tags
─────────────────────────────────────────────────────────────
query-name YYYY-MM-DD 0.XX tag1, tag2
Detailed view (when --detailed flag present in arguments):
For each entry, read the report files in ${HOME}/.claude/research-cache/lunar-research/[normalizedQuery]/:
github-report.jsontavily-report.jsondeepwiki-report.jsonexa-report.jsonCount sources from each report. Mark as failed if file missing or confidence=0.
Output expanded cards:
Research Cache (N entries)
┌─ query-name ─────────────────────────────────────────────────┐
│ Date: YYYY-MM-DD Confidence: 0.XX │
│ Tags: tag1, tag2 │
│ │
│ Researchers: │
│ ✓ github (N sources) ✓ deepwiki (N sources) │
│ ✓ tavily (N sources) ✗ exa (failed) │
└──────────────────────────────────────────────────────────────┘
${HOME}/.claude/research-cache/lunar-research/