Agent skill · Documentation

keep-current

Research current online documentation and information. Use when working with external libraries, frameworks, APIs, services, version-specific issues, trends, or any topic where LLM training cutoff may impact accuracy. Guides when to use websearch, codesearch, or webfetch.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill keep-current --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/keep-current/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

# Keep Current Ensure responses are accurate and up-to-date by doing targeted research (use helper agents when available) before answering. ## When to Research Research when working with: - **External dependencies**: Libraries, frameworks, languages, SDKs - **External services**: APIs, SaaS products (WorkOS, Stripe, morphllm, etc.) - **Version-specific topics**: Migration guides, breaking changes, version compatibility - **Time-sensitive topics**: Recent developments, trends, "latest" features, deprecations - **Uncertain knowledge**: When not confident in the recency of your answer ## What NOT to Research Skip research for: - **Language basics**: Syntax, core operators, standard data structures - **Stable APIs**: Well-established features that rarely change - **Universal concepts**: Programming patterns, algorithms, design principles - **Confident knowledge**: When certain the answer is in your knowledge base and unchanged - **General knowledge**: Topics that don't depend on recent changes **Rule of thumb**: If it's core programming knowledge that hasn't changed in years, don't research it. ## Research Assistance When research is needed, use available research assistance (for examp

What's inside
Steps it walks through
  1. When to Research
  2. What NOT to Research
  3. Research Assistance
  4. Provide Context
  5. Emphasize Thoroughness
  6. Example Prompt
  7. Using Subagent Results
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the keep-current skill do?

Research current online documentation and information. Use when working with external libraries, frameworks, APIs, services, version-specific issues, trends, or any topic where LLM training cutoff may impact accuracy. Guides when to use websearch, codesearch, or webfetch.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill keep-current --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