From claude-knowledge-sdk
Fetch and index official Anthropic documentation for answering questions about Claude Code, the Agent SDK, MCP, skills, plugins, hooks, and monitoring. USE THIS SKILL whenever the user asks about Claude Code features, Agent SDK APIs, OTel configuration, cost tracking, secrets management, or any Anthropic platform documentation. Also trigger for "how does Claude Code...", "what's the SDK API for...", "check the docs", "latest changelog", or references to code.claude.com, platform.claude.com, or docs.anthropic.com. This skill acts as a local documentation oracle.
npx claudepluginhub jadecli/claude-knowledge-sdk-typescriptThis skill uses the workspace's default tool permissions.
Fetches and indexes official Anthropic documentation from three surfaces:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
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.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Fetches and indexes official Anthropic documentation from three surfaces:
~/.claude/knowledge/knowledge-index.json# Fetch/refresh all docs (critical + high priority)
npx tsx src/cli.ts fetch-docs --priority high
# Fetch only critical docs (fastest)
npx tsx src/cli.ts fetch-docs --priority critical
# Search the index
npx tsx src/cli.ts search "otel configuration"
| Topic | Surface | Section |
|---|---|---|
| OTel / Monitoring | code.claude.com | monitoring-usage |
| Cost Management | code.claude.com | costs, analytics |
| Agent SDK (TS) | platform.claude.com | agent-sdk/typescript |
| Subagents | platform.claude.com | agent-sdk/subagents |
| Skills in SDK | platform.claude.com | agent-sdk/skills |
| Hooks | platform.claude.com | agent-sdk/hooks |
| Auth / Secrets | code.claude.com | authentication |
| MCP Servers | code.claude.com | mcp |
| Changelog | code.claude.com | changelog |
| Analytics API | docs.anthropic.com | api/claude-code-analytics-api |
OTEL_LOGS_EXPORTER=otlpsettingSourcesunstable_v2_createSession prefix