claude-code-tips
✓自动从网络收集 Claude Code 的最新使用技巧、功能更新和最佳实践。当用户需要了解 Claude Code 的新功能、使用技巧、高级用法或 Claude Agent SDK 开发时使用此skill。支持本地缓存,避免重复搜索。
Installation
SKILL.md
概述 这个 skill 专门用于收集和整理 Claude Code 的最新使用技巧、功能更新和最佳实践。它从多个来源自动搜索、筛选和总结 Claude Code 相关的实用信息。
response = client.messages.create( model="claude-3-5-sonnet-20241022", maxtokens=1024, messages=[{"role": "user", "content": "Hello!"}] )
创建 Agent agent = Agent( model="claude-3-5-sonnet-20241022", tools=[mytool] )
自动从网络收集 Claude Code 的最新使用技巧、功能更新和最佳实践。当用户需要了解 Claude Code 的新功能、使用技巧、高级用法或 Claude Agent SDK 开发时使用此skill。支持本地缓存,避免重复搜索。 Source: zsutxz/claudelearning.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/zsutxz/claudelearning --skill claude-code-tips- Source
- zsutxz/claudelearning
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is claude-code-tips?
自动从网络收集 Claude Code 的最新使用技巧、功能更新和最佳实践。当用户需要了解 Claude Code 的新功能、使用技巧、高级用法或 Claude Agent SDK 开发时使用此skill。支持本地缓存,避免重复搜索。 Source: zsutxz/claudelearning.
How do I install claude-code-tips?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zsutxz/claudelearning --skill claude-code-tips Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/zsutxz/claudelearning
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05