Access Claude Blog and official Claude Code documentation for latest improvements, usage patterns, and best practices. Use when researching Claude Code features, CLAUDE.md optimization, memory management, or staying current with Claude capabilities.
| Use this skill when... | Use alternative when... | |------------------------|-------------------------| | Researching Claude Code features and best practices | You already know the answer from existing documentation | | Need latest updates on CLAUDE.md, @imports, memory hierarchy | Implementing known patterns without research needed | | Staying current with Claude Code improvements | Just need to read local project documentation | | Cross-referencing blog insights with official docs | Need general programming help unrelated to Claude |
The Anthropic Claude Blog (https://www.claude.com/blog/) publishes official guidance on Claude Code features, usage patterns, and best practices. This skill provides structured access to blog content for staying current with Claude capabilities.
Claude Code Docs: https://code.claude.com/docs/en/
| Topic | URL | Description | |-------|-----|-------------| | Memory management | /docs/en/memory | CLAUDE.md, auto memory, @imports, rules hierarchy | | Configuration | /docs/en/configuration | Settings, permissions, MCP servers | | Hooks | /docs/en/hooks | Pre/post tool use hooks | | Claude Code overview | /docs/en/overview | Getting started, features |
Use official docs as the authoritative reference. Blog posts supplement with patterns and examples.
Main Blog: https://www.claude.com/blog/
Note: May redirect to https://website.claude.com/blog - follow redirects automatically.
| Article | URL | Topic | |---------|-----|-------| | Using CLAUDE.md Files | /blog/using-claude-md-files | CLAUDE.md structure and best practices | | How Anthropic Teams Use Claude Code | /blog/how-anthropic-teams-use-claude-code | Internal usage patterns and workflows | | Claude Code on the Web | /blog/claude-code-on-the-web | Web-based features and capabilities |
High Relevance (always check):
Medium Relevance (check if applicable):
Check Recent Articles First
WebSearch: site:claude.com/blog {feature_name} OR "Claude Code"
Fetch Relevant Articles
WebFetch: https://www.claude.com/blog/{article-slug}
Prompt: Extract practical guidance, examples, and best practices for {topic}
Cross-Reference with Documentation
For staying current with Claude improvements:
Fetch Blog Index
WebFetch: https://www.claude.com/blog/
Prompt: List all articles from the past month with titles, dates, and relevance to Claude Code
Triage by Relevance
Extract Key Insights For high-relevance articles, extract:
Update Local Knowledge
Based on official documentation and blog posts:
@import: Reference existing docs with @path/to/file.md instead of duplicating contentCLAUDE.local.md: Personal preferences go here (auto-gitignored), not in shared CLAUDE.md.claude/rules/: Path-specific rules with paths frontmatter for conditional loading| Layer | Purpose | Managed by | |-------|---------|------------| | CLAUDE.md | Team instructions (checked into git) | Developers | | CLAUDE.local.md | Personal preferences (gitignored) | Individual | | .claude/rules/ | Path-specific and domain rules | Developers | | ~/.claude/rules/ | User-level rules (all projects) | Individual | | Auto memory | Claude's own learnings | Claude (automatic) |
@import to keep CLAUDE.md lean as the project growsWhen research requires deep investigation:
Use research-documentation agent for:
- Comprehensive blog article analysis
- Cross-referencing multiple sources
- Building knowledge summaries
Example delegation prompt:
"Research the Claude blog for articles about {topic} from the past 3 months.
Extract practical patterns and update recommendations. Focus on:
- New features or capabilities
- Changed best practices
- Concrete examples we can apply"
Last reviewed: February 2026. Update this list monthly when reviewing new articles.
Official documentation worth checking (authoritative reference):
Articles worth checking (sorted by relevance to Claude Code):
This skill complements:
npx skills add laurigates/claude-blog-sources下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer