🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 16.0K |
| ⭐ GitHub Stars | 81,460(fork 8779) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-02-15 |
| 💻 语言 / License | JavaScript · MIT |
| 🐛 开放Issue | 141 |
📝 工具简介
面向AI编程代理的生产级工程技能,提供规范的开发实践。
📖 怎么用
先装技能包,跑 `npx skills add addyosmani/agent-skills` 装全部 24 个,或者先 `npx skills add addyosmani/agent-skills --list` 看看再挑着装。想装单个技能就加 `--skill` 参数,比如 `npx skills add addyosmani/agent-skills --skill code-review-and-quality`。用 Claude Code 的话,先 `/plugin marketplace add addyosmani/agent-skills`,再 `/plugin install agent-skills@addy-agent-skills`。装完直接用斜杠命令,比如 `/spec` 写需求、`/plan` 做计划、`/build` 写代码,对应开发流程的各个阶段。
📋 迷你测评
面向AI编程代理的生产级工程技能,提供规范开发实践。亮点是强调工程规范,让代理输出更可控。适合团队统一AI开发流程。
📄 README 要点
这是一套给AI编程助手用的“资深工程师技能包”,把开发流程中的规范、质量门槛和最佳实践都编码进去了。它提供了8个斜杠命令,对应开发生命周期的不同阶段,比如写规格、做计划、构建、测试、审查、性能审计、简化代码和发布。每个命令会自动激活对应的技能,让AI代理在开发各阶段都能保持一致的高标准。安装后,你直接输入这些命令就能触发相应流程,比如有了规格后,/build能自动生成后续步骤。适合想让AI编码更规范、减少人工干预的团队,尤其适合从零搭建项目或需要严格质量控制的场景。
查看英文原文
Agent Skills Production grade engineering skills for AI coding agents. Skills encode the workflows, quality gates, and best practices that senior engineers use when building software. These ones are packaged so AI agents follow them consistently across every phase of development. [安装/使用命令见下方] Commands 8 slash commands that map to the development lifecycle. Each one activates the right skills automatically. What you're doing Command Key principle Define what to build /spec Spec before code Plan how to build it /plan Small, atomic tasks Build incrementally /build One slice at a time Prove it works /test Tests are proof Review before merge /review Improve code health Audit web performance /webperf Measure before you optimize Simplify the code /code simplify Clarity over cleverness Ship to production /ship Faster is safer Want fewer manual steps once the spec exists? /build auto generates the plan and implements every task in a single approved pass — you approve the plan once, then it runs autonomously. It removes the human stepping between tasks, not the verification: every task is still test driven and committed individually, and it pauses on failures or risky steps. Skills also activate automatically based on what you're doing — designing an API triggers api and interface design , building UI triggers frontend ui engineering , and so on. Quick Start Fastest path — any agent, one command. The open skills CLI installs into 70+ agents (Claude Code, Cursor, Codex, Copilot, Cline, and more): [安装/使用命令见下方] Or grab individual skills: [安装/使用命令见下方] Installing one skill? A per skill npx install copies only skills/ / , not the repo level references/ directory. The skill still works, but paths to supplementary shared checklists are unavailable. Use a whole repo integration, clone the repository, or copy the needed checklist into a references/ directory inside the installed skill. This portability gap is tracked in 361. Prefer a native integration? Pick your tool below. Claude Cod
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除