documentation-plugin/skills/claude-blog-sources/SKILL.md
Fetch Claude Blog and official Claude Code docs. Use when researching Claude Code capabilities, CLAUDE.md optimization, memory hierarchy, or @import patterns.
npx skillsauth add laurigates/claude-plugins claude-blog-sourcesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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:
testing
Verify accumulated bug claims at upstream HEAD and dedup against trackers before filing issues. Use when filing upstream reports from backlogs, audit docs, or git-history findings.
documentation
Gate outward-bound text (upstream issues, docs, PR bodies) through isolated haiku fresh-reader critique before publishing. Use when an artifact must survive a reader with zero project context.
tools
Suggest improvements to SKILL.md content, descriptions, or tool config from eval results. Use when raising pass rates, fixing triggering, or iterating on a skill after evaluation.
tools
deadbranch CLI for stale-branch cleanup — dry-run preview, TUI or non-interactive delete, protects main/develop/WIP. Use when asked to clean up branches, prune branches, or remove stale branches.