Agent Skills 是什么?
Agent Skills 是供 AI Agent 按需加载的可复用能力包,通常由 SKILL.md、操作说明、工作流、脚本和可选资源组成。任务与 Skill 描述匹配时,Agent 会读取相应内容来完成特定工作。
发现 Claude Skills、Codex Skills 与通用 Agent Skills,查看安装命令、源码仓库、用途和安全信息。
vercel-labs / agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
mattpocock / skills
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
shadcn / ui
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
juliusbrussee / caveman
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"
juliusbrussee / caveman
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.
leonxlnx / taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
mattpocock / skills
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
anthropics / skills
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
vercel-labs / agent-skills
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
关于 Agent Skills 与安全安装的常见问题
Agent Skills 是供 AI Agent 按需加载的可复用能力包,通常由 SKILL.md、操作说明、工作流、脚本和可选资源组成。任务与 Skill 描述匹配时,Agent 会读取相应内容来完成特定工作。
Claude Skills 是适用于 Claude Code 或其他 Claude Agent 工作流的 Skills。安装后,Claude Code 会根据 Skill 描述在相关任务中加载 SKILL.md;安装前仍应检查指令、脚本、依赖和权限范围。
Codex Skills 是可由 OpenAI Codex 加载的 Agent Skills,用于补充特定领域知识、操作步骤和工具工作流。通常可以从源码仓库安装到 Skills 目录,随后由 Codex 在匹配任务中按需使用。
开放的 SKILL.md 形式可用于或适配 Claude Code、OpenAI Codex、Cursor、GitHub Copilot、Gemini CLI、VS Code 等编码 Agent。不同产品的安装目录、触发规则和资源支持可能不同。
应把 Skill 当作代码审查:安装前检查 SKILL.md、脚本、依赖、所需权限和源码仓库。安全徽章可以作为参考,但不代表绝对安全;涉及 Shell、网络或密钥时尤其要使用最小权限。
系统按规范化后的源码仓库和 Skill 标识去重。同一个 Skill 被多个目录或 awesome 列表收录,或同时兼容 Claude 与 Codex 时,只合并来源和兼容信息,不创建重复记录。