Google 大神开源 Agent Skills:谷歌工程最佳实践
Type: article
Author: Addy Osmani
Primary Topic: agents
Ingested: 2026-04-19
Summary
Agent Skills is an open-source project by Addy Osmani that provides structured workflows for AI coding agents, encoding Google engineering best practices such as Hyrum's Law, the Beyoncé Rule, and trunk-based development. It defines 7 core commands and 20 sub-skills covering the full development lifecycle from spec to ship. The project shares strong conceptual alignment with OpenClaw's AgentSkills system, both using SKILL.md files to define reusable, composable agent workflows.
Key Concepts
- agent skills
- structured workflows
- spec-driven development
- test-driven development
- trunk-based development
- Hyrum's Law
- shift-left testing
Entities
- Addy Osmani
- addyosmani/agent-skills
- Claude Code
- Cursor
- Gemini CLI
- OpenClaw
- 今日头条
- OWASP
- Chrome DevTools
- MCP
Source
Relations
- related_to:openclaw
- used_in:Claude Code
- used_in:Cursor
- used_in:Gemini CLI
- derived_from:Google engineering best practices
- supports:AgentSkills ecosystem
Auto-generated on 2026-04-19
相关文章(自动整合)
LLM-Wiki:从解释器到编译器的知识管理范式革命 — 两者都用结构化规范提升AI代理的知识与工程能力(重叠度: 2,整合于 2026-04-27)
Claude Task Master — AI 驱动开发的任务管理系统 (重叠度: 3)
好用的设计技能Skill合集 (重叠度: 3)
DESIGN.md:谷歌开源AI设计规范标准 (重叠度: 3)
让AI真正读懂你的整个代码库——Claude Context详解 (重叠度: 3)