claude-code-tips
自动从网络收集 Claude Code 的最新使用技巧、功能更新和最佳实践。当用户需要了解 Claude Code 的新功能、使用技巧、高级用法或 Claude Agent SDK 开发时使用此skill。支持本地缓存,避免重复搜索。
npx skills add majiayu000/claude-skill-registry --skill claude-code-tips --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Claude Code 使用技巧收集器 ## 概述 这个 skill 专门用于收集和整理 Claude Code 的最新使用技巧、功能更新和最佳实践。它从多个来源自动搜索、筛选和总结 Claude Code 相关的实用信息。 **核心特性**: - 自动从网络搜索最新信息 - 本地缓存机制,避免重复搜索 - 增量更新,只获取新内容 - 分类存储,便于查阅 ## 使用时机 当用户提出以下需求时,使用此 skill: - "Claude Code 有什么新功能" - "如何更好地使用 Claude Code" - "Claude Code 的使用技巧" - "Claude Code 最佳实践" - "Claude Code 高级用法" - "Claude Code 快捷键和命令" - "Claude Agent SDK 怎么用" - "Agent SDK 开发范例" - "如何创建自定义 Agent" - "Claude Agent SDK 文档" - 类似的 Claude Code 学习需求 ## 目录结构 **数据存储位置**:项目根目录下的 `claude-code-tips/` 目录 ``` 项目根目录/ ├── claude-code-tips/ # 数据存储目录(新增) │ ├── data/ # 数据文件 │ │ ├── index.json # 索引文件 │ │ ├── new_features.md # 新功能 │ │ ├── core_tips.md # 核心技巧 │ │ ├── best_practices.md # 最佳实践 │ │ ├── shortcuts.md # 快捷命令 │ │ ├── skills_plugins.md # 技能和插件 │ │ ├── mcp_servers.md # MCP 服务器 │ │ ├── agent_sdk.md # Agent SDK 开发 │ │ └── troubleshooting.md # 故障排除 │ └── archive/ # 归档目录 │ └── {year}/ # 按年份归档 └── .claude/ └── skills/ └── claude-code-tips/ └── SKILL.md # 本文件(技能定义) ``` ## 执行流程 ### 步骤 0: 检查本地缓存(重要) 在开始任何搜索之前,必须先检查本地缓存。 **操作步骤**: 1. 读取项目根目录下的 `claude-code-tips/data/index.json` 文件 2. 检查用户请求的类别是否已经有缓存数据 3. 检查上次更新时间,判断是否需要刷新(默认7天内有效) 4. 如果缓存有效,直接返回缓存内容 5. 如果缓存过期或不存在,才进行网络搜索 **缓存有效期规则**: - `new_featu
- 概述
- 使用时机
- 目录结构
- 执行流程
- 步骤 0: 检查本地缓存(重要)
- 步骤 1: 分析用户请求
- 步骤 2: 搜索最新信息(仅在缓存过期时)
- 步骤 3: 更新本地缓存
- 步骤 4: 返回结果给用户
- 信息来源
- 官方资源
- 社区资源
- 中文资源
- 数据文件格式
What does the claude-code-tips skill do?
自动从网络收集 Claude Code 的最新使用技巧、功能更新和最佳实践。当用户需要了解 Claude Code 的新功能、使用技巧、高级用法或 Claude Agent SDK 开发时使用此skill。支持本地缓存,避免重复搜索。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill claude-code-tips --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
