@sitinme: Google's Principal Engineer Wrote 24 AI Programming Skills, Packaging the Entire Development Lifecycle! Last week, I used Claude Code to modify an old API. The requirement was to add caching for two endpoints. I threw in a line: 'Help me add Redis caching' — it wrote it in three minutes, looked quite nice. …
Summary
Google Principal Engineer Addy Osmani open-sourced agent-skills, which includes 24 AI programming skills, packaging engineering disciplines for use by AI agents to improve code quality and development efficiency.
View Cached Full Text
Cached at: 06/17/26, 11:54 AM
Google’s Chief Engineer Wrote 24 AI Programming Skills, Packaging the Entire Development Lifecycle!
Last week I used Claude Code to modify an old API; the requirement was to add caching to two endpoints.
I just dropped a line: “Help me add Redis caching.” It finished the code in three minutes, and it looked quite nice.
But when I ran the tests, everything turned red — the cache key was spelled wrong, the expiration time unit was in milliseconds, and most absurdly, it also casually refactored an entirely unrelated piece of logic. I stared at the diff for over twenty minutes just to figure out what it had actually changed.
You really can’t blame the model for this — it wrote what it was asked to. The problem is that no one set rules for it before it started: clarify what you want, break it into small tasks, tackle them one by one, run tests after each piece, and only merge into the main branch once they pass.
For seasoned engineers, these actions are muscle memory when working on projects, but AI agents simply don’t have that muscle memory.
Addy Osmani recently open-sourced a set of things called agent-skills — in short, it packages this engineering discipline into a format ready for AI consumption.
Addy is a chief engineer on the Google Chrome team and the author of Learning JavaScript Design Patterns.
Similar Articles
@axichuhai: https://x.com/axichuhai/status/2062146611472400461
Shares 8 curated AI skills, covering basic configuration, product development, and content creation, to boost AI productivity for agents such as Claude Code and CodeX.
@_guillecasaus: Google has just released its official skills for AI agents. It has published 13 skills compatible with Claude Code, Cur…
Google has released 13 official skills for AI agents, compatible with tools like Claude Code, Cursor, and Copilot, enabling agents to execute advanced tasks and automate complex workflows. The skills are free and open-source.
@DataChaz: ICYMI, @addyosmani from Google recently dropped his new Agent Skills and it's pretty incredible. It brings 19 engineeri…
Addy Osmani from Google released Agent Skills, a free open-source tool that brings 19 engineering skills and 7 commands to AI coding agents, enforcing Google best practices for software engineering lifecycle.
@KengGuangLong: Google Gemini team lead Addy Osmani just open-sourced a project called Agent Skills; it rocketed to 18k+ GitHub stars in no time. In short, it turns the battle-tested workflows and dev standards veteran engineers rely on into a standardized skill library that AI can plug into…
Google Gemini lead Addy Osmani open-sources Agent Skills, packaging veteran-engineer know-how into an AI-ready skill library and hitting 18k+ GitHub stars overnight.
@gyro_ai: https://x.com/gyro_ai/status/2055198700016660826
Matt Pocock open-sourced Skills for Real Engineers, a set of small, composable, and hackable AI coding skills designed to address issues in AI programming such as understanding bias, lack of shared language, missing feedback loops, and software entropy. The tool enhances AI programming efficiency through skills like grill-with-docs, tdd, and diagnose, and provides a complete workflow.