Agent Skills: How Development Teams Can Ship Production-Ready Code 5x Faster

Agent Skills: How Development Teams Can Ship Production-Ready Code 5x Faster AI coding agents are everywhere — but most produce toy code that breaks in production. Agent Skills by Addy Osmani (Google Chrome engineering lead) is an open-source system that transforms any AI agent into a senior software engineer. With 33,400+ GitHub stars and 3,900+ forks, it is one of the most impactful developer productivity tools to emerge in 2026. ...

May 7, 2026 · 9 min · Tech Notes

Agent Skills:开发团队如何以5倍速度交付生产级代码

Agent Skills:开发团队如何以5倍速度交付生产级代码 AI编码智能体无处不在——但大多数生成的玩具代码在生产环境中会崩溃。Agent Skills 由Addy Osmani(Google Chrome工程负责人)创建,是一个开源系统,可将任何AI智能体转变为高级软件工程师。拥有 33,400+ GitHub stars 和 3,900+ forks,它是2026年出现的最具影响力的开发者生产力工具之一。 什么是Agent Skills? Agent Skills 是一套20个生产级工程技能和7个斜杠命令,编码了Google规模公司高级工程师使用的工作流、质量门限和最佳实践。它适用于Claude Code、Cursor、Gemini CLI、Windsurf、OpenCode、GitHub Copilot、Kiro和Codex。 该系统映射到完整的软件开发生命周期: 1定义 → 规划 → 构建 → 验证 → 审查 → 交付 2 /spec /plan /build /test /review /ship 7个斜杠命令 你在做什么 命令 核心原则 定义要构建的内容 /spec 规范先于代码 规划如何构建 /plan 小而原子的任务 增量构建 /build 一次一个切片 证明它有效 /test 测试即证明 合并前审查 /review 改善代码健康度 简化代码 /code-simplify 清晰优于巧妙 交付生产 /ship 更快更安全 每个命令自动激活正确的技能。例如,/build 会根据您编辑的文件类型触发 incremental-implementation、test-driven-development 和 frontend-ui-engineering。 ...

May 7, 2026 · 3 min · Tech Notes