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-pluginThis skill is limited to using the following tools:
| Use this skill when... | Use alternative when... |
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
| 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: