Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadWriteGlobGrep
Path: skills/analysis/research-cache-limatechnologies-admin-telegram-bot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Structure
  3. How It Works
  4. Before Research
  5. After Research
  6. Cache File Template
  7. Finding 2: [Title]
  8. Recommendations
  9. DO
  10. AVOID
  11. CONSIDER
  12. Implementation Notes
  13. For This Project
  14. Gotchas
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going