my curated agent skills library
970
Stars
109
Forks
19
Watchers
1
Issues
我精心整理的 Agent 技能库,以及用于构建你专属技能库的配套工具包。
这是我工作中实际保留、并按我工作方式组织的技能集合。
17 个本地副本 · 47 个上游编目
经由人工挑选、归档与维护。
ai-agent-skills 主要完成两件事:
它既提供了我精心整理的技能库,也为你提供了构建和管理专属技能库的 CLI 和 TUI 工具。它适用于任何兼容 Agent Skills 标准的 Agent。
内置技能库遵循我的工作习惯进行组织:
frontend(前端)或 workflow(工作流)等“书架”开始分类若需使用更广泛的生态系统,请使用 skills.sh。
若你想要一个带有分类书架、来源追踪和笔记功能的精简版技能库,请使用 ai-agent-skills。
init-library 管理技能库工作区add 命令将捆绑的精选技能、上游仓库技能或本地副本添加到你自己的库中sync [name] 成为主要的刷新命令;update 现保留为别名requires 和 --no-deps 参数我在 2025 年 12 月 17 日发布了此项目,当时 skills.sh 尚未出现,生态系统中也缺乏统一的默认安装程序。
起初,此仓库就是那个安装程序。目前它依然保留了该功能。
从最初的安装工具,它现已演变为构建和管理你个人技能库的平台。
此处的每个技能要么是“本地副本(House copy)”,要么是“上游编目(Cataloged upstream)”。
本地副本 (House copies)
位于 skills// 下的本地文件夹。
这些技能安装速度快、支持离线使用,并随 npm 包发布。
上游编目 (Cataloged upstream)
skills.json 中的元数据,没有本地文件夹。
它们保持在上游,仅当你需要时才从源仓库安装。
上游工作保持在上游,从而使你的技能库保持精简。
告诉你的 Agent 为你构建一个技能库。你可以粘贴以下内容,或者直接让它读取本仓库 —— 下面的协议包含了它所需的一切。
包含策展决策框架的完整协议:FOR_YOUR_AGENT.md
Set up a managed team skills library for me with `ai-agent-skills`.
Read the full agent protocol here before starting:
https://raw.githubusercontent.com/MoizIbnYousaf/Ai-Agent-Skills/main/FOR_YOUR_AGENT.md
Use the CLI with `npx`. Do not hand-edit `skills.json`, `README.md`, or `WORK_AREAS.md` if the command already exists.
1. Fetch and read FOR_YOUR_AGENT.md above — it has the full curator decision protocol.
2. Create a workspace with `npx ai-agent-skills init-library `.
3. Ask me at most 3 short questions: what kinds of work, small or broad, local draft or shared repo.
4. Map my stack to shelves: frontend, backend, mobile, workflow, agent-engineering.
5. Run a discovery loop: `list --area `, `search `, `collections`.
6. Add 3-8 skills with explicit `--area`, `--branch`, and `--why` on every mutation.
7. Run `npx ai-agent-skills build-docs` before finishing.
8. If I want it shared: `git init && git add . && git commit -m "Initialize skills library" && gh repo create`.
9. Tell me what you added, which shelves, and the install command for teammates.
配套的工作流技能(使用该库时会自动安装):
npx ai-agent-skills install install-from-remote-library
npx ai-agent-skills install curate-a-team-library
npx ai-agent-skills install share-a-library
npx ai-agent-skills install browse-and-evaluate
npx ai-agent-skills install update-installed-skills
npx ai-agent-skills install build-workspace-docs
npx ai-agent-skills install review-a-skill
npx ai-agent-skills install audit-library-health
npx ai-agent-skills install migrate-skills-between-libraries
# 打开终端浏览器
npx ai-agent-skills
# 列出书架
npx ai-agent-skills list
# 从技能库安装一项技能
npx ai-agent-skills install frontend-design
# 将 Swift hub 安装到默认全局目标
npx ai-agent-skills swift
# 安装整个精选集
npx ai-agent-skills install --collection swift-agent-skills -p
# 安装到项目书架
npx ai-agent-skills install pdf -p
# 从上游仓库安装所有技能到默认全局目标
npx ai-agent-skills anthropics/skills
# 在添加或安装之前浏览仓库
npx ai-agent-skills install openai/skills --list
默认安装目标:
~/.claude/skills/.agents/skills/遗留的特定于 Agent 的目标仍可通过 --agent 参数使用。
# 创建一个受管理的工作区
npx ai-agent-skills init-library my-library
cd my-library
# 添加一项精选技能、安装它、刷新它并重新构建文档
npx ai-agent-skills add frontend-design --area frontend --branch Implementation --why "I want this on my shelf."
npx ai-agent-skills install frontend-design
Ai-Agent-Skills 是一个专注于 AI 代理技能管理的工具库与资源仓库,旨在帮助开发者整理、 curation 并构建自定义的 AI 技能库。该项目提供了一套标准化的管理机制,解决了 AI 代理技能碎片化和难以维护的问题。
内置经过精心筛选的实用技能集合,并支持按功能分区的书架式管理模式。提供命令行工具(CLI)和交互式界面(TUI),方便用户快速添加、同步和管理技能。支持技能来源追踪与溯源,确保用户清楚每个技能的背景与用途。具备依赖项管理功能,能够智能处理技能间的关联性并支持离线使用。
该项目适用于深度使用 AI 编程辅助工具(如 Claude Code、Cursor 等)的开发者,旨在优化个人工作流并构建高效、可维护的 AI 代理技能知识库。