tech-leads-club / agent-skills
tech-leads-club / agent-skills
🧠 Agent Skills
The secure, validated skill registry for professional AI coding agents
In an ecosystem where over 13% of marketplace skills contain critical vulnerabilities, Agent Skills stands apart as a hardened library of verified, tested, and safe capabilities. Extend Antigravity, Claude Code, Cursor, and more with absolute confidence. https://tech-leads-club.github.io/agent-skills/
🧠 Agent Skills
面向专业 AI 编程代理的安全、经过验证的技能注册中心
在一个超过 13% 的市场技能包含严重漏洞的生态系统中,Agent Skills 脱颖而出,作为一个经过加固的、经过验证且安全的技能库。你可以绝对放心地扩展 Antigravity、Claude Code、Cursor 等工具。 https://tech-leads-club.github.io/agent-skills/
📖 Table of Contents
✨ What are Skills? 🛡️ Security & Trust 🤖 Supported Agents 🌟 Featured Skills 🚀 Quick Start ⚡ How It Works 🔌 MCP Server 🤝 Contributing 🛡️ Content & Authorship 📄 License and Attribution
📖 目录
✨ 什么是技能? 🛡️ 安全与信任 🤖 支持的代理 🌟 精选技能 🚀 快速入门 ⚡ 工作原理 🔌 MCP 服务器 🤝 贡献指南 🛡️ 内容与署名 📄 许可证与归属
✨ What are Skills?
Skills are packaged instructions and resources that extend AI agent capabilities. Think of them as plugins for your AI assistant — they teach your agent new workflows, patterns, and specialized knowledge.
packages/skills-catalog/skills/ (category-name)/ skill/ SKILL.md ← Main instructions templates/ ← File templates references/ ← On-demand documentation
✨ 什么是技能?
技能是打包的指令和资源,用于扩展 AI 代理的能力。你可以将它们视为 AI 助手的插件——它们教会你的代理新的工作流、模式和专业知识。
packages/skills-catalog/skills/ (分类名称)/ skill/ SKILL.md ← 主要指令 templates/ ← 文件模板 references/ ← 按需文档
🛡️ Security & Trust
Your environment’s safety is our top priority. Unlike open marketplaces where 13.4% of skills contain critical issues, agent-skills is a managed, hardened library: 100% open source (no binaries), static analysis in CI/CD, immutable integrity via lockfiles and content hashing, and human-curated prompts. The CLI uses defense-in-depth (sanitization, path isolation, symlink guards, atomic lockfile, audit trail); every skill is scanned with Snyk Agent Scan (formerly mcp-scan) before publishing.
→ Full threat model, implementation details, and vulnerability reporting: SECURITY.md
🛡️ 安全与信任
环境安全是我们的首要任务。与那些 13.4% 的技能存在严重问题的开放市场不同,agent-skills 是一个受管理的、经过加固的库:100% 开源(无二进制文件)、CI/CD 中的静态分析、通过锁文件和内容哈希实现的不可变完整性,以及人工策划的提示词。CLI 使用纵深防御(清理、路径隔离、符号链接保护、原子锁文件、审计追踪);每个技能在发布前都会使用 Snyk Agent Scan(原 mcp-scan)进行扫描。
→ 完整的威胁模型、实现细节和漏洞报告:SECURITY.md
🤖 Supported Agents
Install skills to any of these AI coding agents:
- Tier 1 (Popular): Claude Code, Aider, Amazon Q, Cline, Cursor, GitHub Copilot, Windsurf
- Tier 2 (Rising): Antigravity, Augment, Gemini CLI, Droid (Factory.ai), Kilo Code, OpenCode, Kiro, Sourcegraph Cody, OpenAI Codex, Tabnine, Roo Code, TRAE
Missing your favorite agent? Open an issue and we’ll add support!
🤖 支持的代理
将技能安装到以下任何 AI 编程代理中:
- 第一梯队(流行): Claude Code, Aider, Amazon Q, Cline, Cursor, GitHub Copilot, Windsurf
- 第二梯队(新兴): Antigravity, Augment, Gemini CLI, Droid (Factory.ai), Kilo Code, OpenCode, Kiro, Sourcegraph Cody, OpenAI Codex, Tabnine, Roo Code, TRAE
没有看到你最喜欢的代理?提交一个 Issue,我们会添加支持!
🚀 Quick Start
Install Skills in Your Project
npx @tech-leads-club/agent-skills
This launches an interactive wizard:
- Choose Action — “Install skills” or “Update installed skills”
- Browse & Select — Filter by category or search
- Choose agents — Pick target agents (Cursor, Claude Code, etc.)
- Installation method — Copy (recommended) or Symlink
- Scope — Global (user home) or Local (project only)
Each step shows a ← Back option to return and revise your choices.
🚀 快速入门
在你的项目中安装技能
npx @tech-leads-club/agent-skills
这将启动一个交互式向导:
- 选择操作 — “安装技能”或“更新已安装技能”
- 浏览与选择 — 按类别过滤或搜索
- 选择代理 — 选择目标代理(Cursor、Claude Code 等)
- 安装方式 — 复制(推荐)或符号链接
- 范围 — 全局(用户主目录)或本地(仅限项目)
每一步都显示一个 ← 返回选项,以便你返回并修改选择。
⚡ How It Works
The CLI fetches skills on-demand from our CDN:
- Browse — The CLI fetches the skills catalog (~45KB)
- Select — You choose the skills you need
- Download — Selected skills are downloaded and cached locally
- Install — Skills are installed to your agent’s configuration
Caching
Downloaded skills are cached in ~/.cache/agent-skills/ for offline use.
# Clear the cache
rm -rf ~/.cache/agent-skills
⚡ 工作原理
CLI 从我们的 CDN 按需获取技能:
- 浏览 — CLI 获取技能目录(约 45KB)
- 选择 — 你选择所需的技能
- 下载 — 所选技能被下载并缓存在本地
- 安装 — 技能被安装到你的代理配置中
缓存
下载的技能缓存在 ~/.cache/agent-skills/ 中以供离线使用。
# 清除缓存
rm -rf ~/.cache/agent-skills
🔌 MCP Server
@tech-leads-club/agent-skills-mcp is an MCP server that exposes the skills catalog directly to AI agents via progressive disclosure — search first, then fetch only what’s needed.
| Tool | Purpose |
|---|---|
list_skills | Browse all skills by category |
search_skills | Find skills by intent (fuzzy search) |
read_skill | Load a skill’s main instructions |
🔌 MCP 服务器
@tech-leads-club/agent-skills-mcp 是一个 MCP 服务器,通过渐进式披露将技能目录直接暴露给 AI 代理——先搜索,然后仅获取所需内容。
| 工具 | 用途 |
|---|---|
list_skills | 按类别浏览所有技能 |
search_skills | 按意图查找技能(模糊搜索) |
read_skill | 加载技能的主要指令 |