research-cache
Caches research findings to avoid redundant web searches. Stores best practices by topic with sources and dates. Use before researching to check existing knowledge.
Profile →npx skills add majiayu000/claude-skill-registry --skill research-cache-limatechnologies-admin-telegram-bot --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Cache - Best Practices Storage ## Purpose This skill caches research findings to avoid redundant web searches and maintain institutional knowledge about best practices. --- ## Structure ``` .claude/skills/research-cache/ ├── SKILL.md # This file ├── TEMPLATE.md # Template for research findings └── cache/ # Cached research by topic ├── solana-websockets.md ├── typescript-strict.md └── [topic].md ``` --- ## How It Works ### Before Research 1. **Check cache first** - Look for existing research on the topic 2. **Verify freshness** - Research older than 6 months may need updating 3. **Reuse findings** - If recent research exists, use it directly ### After Research 1. **Create cache file** - Document findings in `cache/[topic].md` 2. **Follow template** - Use consistent structure 3. **Include sources** - Always cite URLs and dates 4. **Tag relevance** - Mark which parts of stack it applies to --- ## Cache File Template ````markdown # Research: [Topic Name] ## Metadata - **Date:** YYYY-MM-DD - **Researcher:** [agent/session] - **Freshness:** [fresh|stale|outdated] - **Stack:** [bun|typescript|mongodb|solana|all] ## Problem Statement [What problem were we trying to solve?] ## Se
- Purpose
- Structure
- How It Works
- Before Research
- After Research
- Cache File Template
- Finding 2: [Title]
- Recommendations
- DO
- AVOID
- CONSIDER
- Implementation Notes
- For This Project
- Gotchas
What does the research-cache skill do?
Caches research findings to avoid redundant web searches. Stores best practices by topic with sources and dates. Use before researching to check existing knowledge.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-cache-limatechnologies-admin-telegram-bot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.