skills收集
收集文章
https://my.feishu.cn/wiki/KCEfwUxHFihEXIk76k0cFimNnng
skills库
Claude Code官方Skills库:
https://github.com/anthropics/skills
https://github.com/anthropics/claude-plugins-official
https://github.com/ComposioHQ/awesome-claude-skills
https://github.com/travisvn/awesome-claude-skills
https://github.com/BehiSecc/awesome-claude-skills
https://github.com/VoltAgent/awesome-claude-skills
skills收集网站
https://skillsmp.com
https://skills.sh/
https://github.com/JimLiu/baoyu-skills/tree/main/skills
https://skills.sh/vercel-labs/skills/find-skills
skills
安装
#添加官方插件市场
/plugin marketplace add anthropics/skills
#安装依赖包(skill-creator 属于 example-skills 子包)
/plugin install example-skills@anthropic-agent-skills
#安装完成后重新加载下插件
/reload-plugins
#查看是否存在 example-skills 及 skill-creator
/plugin list

官方anthropics/claude-plugins-official市场插件
#安装市场
/plugin marketplace add anthropics/claude-plugins-official
#查找context7
/plugin
选择discover,定位到搜索框

选择后,回车,选择要按照的范围类型

安装后执行/reload-plugins 来激活,在进行/plugin 查看已经安装的,我这里之前安装过一个context7 mcp就可以卸载掉了

或者直接这样安装
/plugin install context7@claude-code-plugins
skill-creator
Anthropic官方出的Skills生成器,跟agent进行对话,然后直接用Skill-creator,帮你做成一个Skill。
https://github.com/anthropics/skills/tree/main/skills/skill-creator
context7,
实时文档查询与代码示例获取,用于解决 LLM 训练数据过时导致的代码幻觉问题
从官方源码拉取最新、版本特定的文档和代码示例
使用,如:
Create a Next.js middleware that checks for a valid JWT in cookies and redirects unauthenticated users to `/login`. use context7
claude-md-management
CLAUDE.md 文件管理工具,自动维护CLAUDE.md,它可以自动生成、更新或优化项目文档的结构,确保 AI 在后续对话中能准确理解项目背景,保持对话的一致性和连续性。
code-simplifier
专注于代码质量的提升。它可以将复杂的、冗长的代码片段进行简化和重构,使其更易读、更易维护,同时保持原有功能不变。
也可以根据CLAUDE.md 的规则进行优化
专注最近修改的代码,防止意外改动未涉及的部分
feature-dev
结构化功能开发工作流,提供 7 阶段完整开发流程 的综合性插件:
- Discovery(需求澄清) — 明确功能需求
- Codebase Exploration(代码库探索) — 启动 code-explorer 代理分析相关代码
- Clarifying Questions(澄清问题) — 填补信息空白
- Architecture Design(架构设计) — 启动 code-architect 代理提供设计方案
- Implementation(实现) — 带审批门的编码阶段
- Quality Review(质量审查) — 启动 code-reviewer 代理检查
- Summary(总结) — 完成总结
使用方式:/feature-dev 命令启动完整工作流
frontend-design
- 专注于用户界面开发。它可以根据用户的描述快速生成前端代码
- 提供布局、配色和交互设计的建议
hookify
通过对话的方式创建钩子
pr-review-toolkit
代码审查工具包,针对代码质量的不同方面进行深度审查
代理 专注领域
comment-analyzer 代码注释质量
pr-test-analyzer 测试覆盖和质量
silent-failure-hunter 错误处理和静默失败
type-design-analyzer 类型设计
code-reviewer 通用代码质量
code-simplifier 代码简化建议
/pr-review-toolkit:review-pr 命令,可选择审查方面
commit-commands
简化 Git 提交、推送和 PR 创建的命令集合
/commit — 自动生成符合仓库风格的提交信息
/commit-push-pr — 一键完成:创建分支 → 提交 → 推送 → 创建 PR
/clean_gone — 清理远程已删除的本地过时分支
ralph-loop
自引用 AI 开发循环
实现自我参照的迭代开发,让 Claude 能够在多小时内自主工作
-
基于"Stop Hook"模式,在 Claude 尝试退出时拦截并继续迭代
-
每个任务完成后重置上下文,防止"上下文污染"
-
错误被记录为"护栏",防止重复犯错
-
进度保存在 git 历史中
-
/ralph-loop— 启动循环(需配合 PRD 需求文档) -
/cancel-ralph— 取消活跃的 Ralph Loop
其他
Planning with Files
Claude Code 自带的 Plan Mode 有个让人头疼的问题:规划存在对话上下文里,上下文一压缩就丢了。长任务做到一半,Claude 忘了自己在干嘛。又从头开始。
Planning with Files 把规划、进度和知识都写进 Markdown 文件。Claude 开始干活前先创建计划文件,每完成一步就更新进度,遇到有用的信息就记到知识文件里。文件在磁盘上就不会丢,即使上下文被压缩了也能恢复状态。
/plugin marketplace add OthmanAdi/planning-with-files
/plugin install planning-with-files
find-skills
用来找Skills的Skills
https://github.com/vercel-labs/skills/tree/main/skills/find-skills
find-skills 在 skills.sh 的上的详情页:https://skills.sh/vercel-labs/skills/find-skills
ui相关skills:
https://github.com/anthropics/claude-plugins-official/tree/main/plugins/frontend-design/skills/frontend-design
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
编程相关:
Superpower skills:https://github.com/obra/superpowers
planning-with-files skill:https://github.com/OthmanAdi/planning-with-files
ralph-wiggum skill:https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum
打通NotebookLM:
NotebookLM Skill:https://github.com/PleasePrompto/notebooklm-skill
前端:
React Best Practices
Vercel官方发布的,将React功能浓缩为一个skill
Agent Browser
浏览器控制
https://github.com/vercel-labs/agent-browser
React Best Practices skills:https://github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices 更多介绍:https://vercel.com/blog/introducing-react-best-practices

浙公网安备 33010602011771号