addyosmani/agent-skills 是一套面向 AI 编码代理的结构化工作流技能包,通过 24 个覆盖完整软件工程生命周期的技能,引导 AI 代理遵循需求定义、计划、构建、验证、审查和交付的工程规范。它通过斜杠命令和元技能将开发任务映射到对应工作流,从而减少 AI 走捷径跳过测试或安全审查的情况。
GitHub 项目简介: Production-grade engineering skills for AI coding agents.
README: 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 acro…
README: 8 slash commands that map to the development lifecycle. Each one activates the right skills automatically.
README: 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 au…
README: **Fastest path — any agent, one command.** The open [skills CLI](https://github.com/vercel-labs/skills) installs into 70+ agents (Claude Code, Cursor, Codex, Copilot, Cline, and m…