claude-code-tips
活跃·★ 25·MIT·更新于 2026-05-29
★ 时下流行★ 工作流自动化★ 记忆与上下文
Claude Code 的实用技巧、钩子、代理和插件的开源集合。
一个开源的 Claude Code 技巧集合,包含钩子、代理、提示和插件。提供会话分析插件(mine)、跨会话消息传递(cc)、安全钩子和成本优化策略。该仓库还分享个人工作流模式以及与竞品的对比。
#agentic-coding#AI 编程#ai-developer-tools#AI 工具#自动化#Claude#Claude Code#claude-code-agents
01
功能特性
01会话挖掘插件(mine),记录成本、搜索、错误模式和热点到本地 SQLite
02跨会话消息传递插件(cc),在不同 Claude Code 会话之间通信
039 个以上的预构建钩子,用于安全、上下文保留和工作流执行
04代理团队模式,通过 git 工作树隔离并行执行任务
05利用提示缓存的详细成本优化技巧
02
使用场景
↳监控和分析你的 Claude Code 使用成本和模式
↳通过工具前钩子阻止危险命令,如强制推送或 rm -rf
↳在同一代码库上并行运行多个 Claude 会话而不冲突
03
同类工具
相关搜索
评论
登录后发表评论
- Logan Chen2026年5月22日
Good reference for Claude Code power users who want to get more from hooks.
- HHarley Anderson2026年4月2日
Well-organized, easy to find relevant patterns for specific workflows.
- EElliot Wilson2026年3月23日
The automation patterns save time on common agentic coding workflows.
- EElliot Lee2026年2月27日
Practical hook and agent patterns built from real usage — not theoretical examples.