Help us improve
Share bugs, ideas, or general feedback.
From documentation-plugin
Accesses Claude Blog and official Claude Code docs for latest features, CLAUDE.md best practices, memory management, and usage patterns. Use when researching Claude Code capabilities or updates.
npx claudepluginhub laurigates/claude-plugins --plugin documentation-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/documentation-plugin:claude-blog-sourceshaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Use this skill when... | Use alternative when... |
Answers questions about Claude Code features like setup, best practices, automation, models, plugins, MCP, and configuration by reading reference docs.
Guides users through configuring and optimizing Claude Code settings, workflows, and team rules across five learning levels.
Analyzes Claude Code usage patterns from history, detects project tech stacks, discovers GitHub community resources, suggests CLAUDE.md improvements, and generates agent/skill/command configs.
Share bugs, ideas, or general feedback.
| 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: