How this command is triggered — by the user, by Claude, or both
Slash command
/lunar-research:cache --detailedThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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...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/npx claudepluginhub basher83/lunar-claude --plugin lunar-research/researchDeeply researches technical topics with intelligent multi-tier caching. Also supports promote, refresh, and list operations.
/recallSearches and browses past research, video notes, and analyses from the knowledge store and project memory. Supports category filtering and AI-powered Q&A.
/queryQueries the research vault by searching papers and findings for question terms, synthesizes an answer with wikilink citations.
/researchRuns multi-source research session on a topic across GitHub, HN, Lobsters, Reddit, arXiv, Semantic Scholar; applies TRIZ cross-domain analysis to produce a domain-appropriate report. Also supports format, resume, list, and domain options.
/corpus-healthAssesses research corpus at .aiwg/research/ for structure, frontmatter completeness, PDF integrity, cross-references, staleness, gaps; generates health report with action items. Supports --brief, --fix, --report.
/SKILLConducts deep parallel research on a topic using web searches and tools, producing cited markdown files in research/ directory with validated URLs and synthesis summary.