Help us improve
Share bugs, ideas, or general feedback.
From anthropic-docs
Router skill for Anthropic's news + research feeds — auto-refreshed hourly from anthropic.com/news and anthropic.com/research. Use when the user asks about TIME-SENSITIVE Anthropic content: model launches ("did Claude X just release?"), product announcements, partnership news, region launches, new research papers, recent policy positions, or "what's new from Anthropic?" / "what did Anthropic just announce?" / "any recent research on X?" Skip: deep technical reference (use the other 7 skills — claude-code, anthropic-api, etc.); historical news older than ~30 items (link out to anthropic.com instead); detailed paper content (the digest carries title + summary + URL — Claude WebFetches the paper for depth on demand).
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin anthropic-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/anthropic-docs:anthropic-pulseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Field | Value |
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
| Field | Value |
|---|---|
| News index | anthropic.com/news |
| Research index | anthropic.com/research |
| Refresh cadence | hourly (matrix workflow) |
| Content model | digest only — title + date + URL + 1-2 sentence summary. Click through for full content. |
This skill is auto-updated hourly. The pipeline scrapes the two index pages, extracts the most recent ~20 items each, and rewrites the surface files below. Unlike the other 7 skills, this one has no docs-snapshot (the upstream is HTML, not markdown), no LLM agents (deterministic render), and no token cost per run.
| Surface file | Read when the user asks about… |
|---|---|
SKILL-news.md | Recent product launches, partnerships, region openings, model releases, policy updates, business announcements, "did X just launch?", "what did Anthropic announce recently?" |
SKILL-research.md | Recent research papers, alignment research, evaluations, benchmarks, "what's Anthropic's research on X?", interpretability work, the Anthropic Institute / Anthropic Economic Index |
SKILL-research.mdSKILL-news.mdAuto-updated hourly from anthropic.com/news and anthropic.com/research. File issues at xiaolai/anthropic-docs.