Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

claude-blog-sourcesClaude 博客 sources

Agent Skill

claude-blog-sources 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,411

周安装

60

GitHub Stars

28

下载量

494
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claude-blog-sources(Claude 博客 sources)
来源仓库:https://github.com/laurigates/claude-plugins
仓库路径:skills/claude-blog-sources
安装命令:
npx skills add https://github.com/laurigates/claude-plugins --skill claude-blog-sources
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/laurigates/claude-plugins --skill claude-blog-sources

简介

claude-blog-sources 提供 Anthropic 官方博客最新动态和 Claude Code 功能更新。

  • 适合跟踪 CLAUDE.md 变更、@imports 机制或内存层级优化等进阶特性。
  • 可辅助交叉验证社区经验与官方文档的一致性,避免过时信息误导。
  • 使用时需区分通用编程问题与 Claude 生态专属内容的边界。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Claude Blog Sources

When to Use This Skill

Use this skill when...Use alternative when...
Researching Claude Code features and best practicesYou already know the answer from existing documentation
Need latest updates on CLAUDE.md, @imports, memory hierarchyImplementing known patterns without research needed
Staying current with Claude Code improvementsJust need to read local project documentation
Cross-referencing blog insights with official docsNeed general programming help unrelated to Claude

Overview

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.

Primary Sources

Official Documentation (preferred for technical details)

Claude Code Docs: https://code.claude.com/docs/en/

TopicURLDescription
Memory management/docs/en/memoryCLAUDE.md, auto memory, @imports, rules hierarchy
Configuration/docs/en/configurationSettings, permissions, MCP servers
Hooks/docs/en/hooksPre/post tool use hooks
Claude Code overview/docs/en/overviewGetting started, features

Use official docs as the authoritative reference. Blog posts supplement with patterns and examples.

Blog

Main Blog: https://www.claude.com/blog/

Note: May redirect to https://website.claude.com/blog - follow redirects automatically.

Key Articles for Claude Code

Essential Reading

ArticleURLTopic
Using CLAUDE.md Files/blog/using-claude-md-filesCLAUDE.md structure and best practices
How Anthropic Teams Use Claude Code/blog/how-anthropic-teams-use-claude-codeInternal usage patterns and workflows
Claude Code on the Web/blog/claude-code-on-the-webWeb-based features and capabilities

Article Relevance Categories

High Relevance (always check):

  • Articles mentioning "CLAUDE.md", "Claude Code", "Skills", "Agents"
  • Articles about coding workflows, development practices
  • Product announcements for Claude Code features

Medium Relevance (check if applicable):

  • Articles about prompt engineering, context management
  • Enterprise AI deployment patterns
  • Integration guides (Slack, GitHub, etc.)

Research Workflow

When User Asks About Claude Code Features

  1. Check Recent Articles First WebSearch: site:claude.com/blog {feature_name} OR "Claude Code"
  2. Fetch Relevant Articles WebFetch: https://www.claude.com/blog/{article-slug} Prompt: Extract practical guidance, examples, and best practices for {topic}
  3. Cross-Reference with Documentation

- Official docs: https://docs.claude.com/en/docs/claude-code/ - Compare blog insights with documentation

Monthly Article Review Process

For staying current with Claude improvements:

  1. 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
  2. Triage by Relevance

- High: Directly mentions Claude Code, CLAUDE.md, Skills, or Agents - Medium: General AI coding patterns, prompt engineering - Low: Unrelated topics (enterprise, safety research, etc.)

  1. Extract Key Insights For high-relevance articles, extract:

- New features or capabilities - Updated best practices - Example patterns and workflows - Configuration recommendations

  1. Update Local Knowledge

- Consider updating relevant Skills with new patterns - Update CLAUDE.md files with new best practices - Create new Skills for newly documented features

CLAUDE.md Best Practices (from Blog + Official Docs)

Based on official documentation and blog posts:

Structure Guidelines

  • Keep concise: Treat as documentation both humans and Claude need to understand quickly
  • Strategic placement: Root for team-wide, parent dirs for monorepos, home folder for universal
  • Use @import: Reference existing docs with @path/to/file.md instead of duplicating content
  • Use CLAUDE.local.md: Personal preferences go here (auto-gitignored), not in shared CLAUDE.md
  • Use .claude/rules/: Path-specific rules with paths frontmatter for conditional loading

Memory Hierarchy

LayerPurposeManaged by
CLAUDE.mdTeam instructions (checked into git)Developers
CLAUDE.local.mdPersonal preferences (gitignored)Individual
.claude/rules/Path-specific and domain rulesDevelopers
~/.claude/rules/User-level rules (all projects)Individual
Auto memoryClaude's own learningsClaude (automatic)

Essential Sections (team-shared)

  1. Project Overview: Brief summary, key technologies, architectural patterns
  2. Directory Map: Visual hierarchy showing key directories
  3. Standards & Conventions: Type hints, code style, naming conventions
  4. Common Commands: Frequently-used commands with descriptions
  5. Workflows: Standard approaches for different task types
  6. Tool Integration: MCP servers, custom tools with usage examples

What Auto Memory Handles (omit from CLAUDE.md)

  • Current focus and work-in-progress context
  • Key file relationships and navigation patterns
  • Debugging insights and workarounds
  • Personal preferences and habits

What to Avoid

  • Sensitive information (API keys, credentials, connection strings)
  • Excessive length (keep concise from context engineering perspective)
  • Theoretical content not matching actual development reality
  • Content that duplicates auto memory concerns

Evolution Strategy

  • Start simple, expand deliberately
  • Add sections based on real friction points
  • Maintain as living document that evolves with codebase
  • Use @import to keep CLAUDE.md lean as the project grows

Delegation Pattern

When 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"

Recent Articles Checklist

*Last reviewed: February 2026. Update this list monthly when reviewing new articles.*

Official documentation worth checking (authoritative reference):

  • /docs/en/memory - Memory management, CLAUDE.md, @imports, auto memory, rules hierarchy
  • /docs/en/configuration - Settings, permissions, MCP servers
  • /docs/en/hooks - Hook system for tool use events

Articles worth checking (sorted by relevance to Claude Code):

  • /blog/using-claude-md-files - CLAUDE.md best practices
  • /blog/how-anthropic-teams-use-claude-code - Internal usage patterns
  • /blog/improving-frontend-design-through-skills - Skills feature
  • /blog/claude-code-on-the-web - Web-based features

Integration with Other Skills

This skill complements:

  • project-discovery: Use blog patterns for new codebase orientation
  • blueprint-development: Apply latest CLAUDE.md best practices to PRDs
  • multi-agent-workflows: Incorporate blog-recommended delegation patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.39%
按下载量换算170

Claude

30.8%
按下载量换算152

Cursor

17.48%
按下载量换算86

Gemini CLI

9.06%
按下载量换算45

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills