Claude Skill

addyosmani/agent-skills

A curated collection of production-grade engineering skills for AI coding agents like Claude Code and Cursor. Improve agent reliability and efficiency with reusable skill definitions.

Overview

Stars59,658
Forks6,464
LanguageShell
Last pushed2026-06-14
Last synced2026-06-15
View on GitHub

Repository

Owneraddyosmani
Repositoryagent-skills
Full nameaddyosmani/agent-skills
Repo ID1,158,722,119

Install this Skill

git clone https://github.com/addyosmani/agent-skills.git

Registry

Typemcp_server
Quality score80/100
Verificationreadme_parsed
Last verified2026-05-27
Platforms
ClaudeMCPCodexCursor
Capabilities
browsercode-reviewpdfmemoryimageterminalworkflowagent-skillsantigravityantigravity-ide
Detected files
README.mddocs
Config keys
URL

Summary

A curated collection of production-grade engineering skills designed to enhance AI coding agents, including Claude Code and Cursor. This repository provides reusable, high-quality skill definitions that help agents perform complex engineering tasks more reliably and efficiently.

Chinese description

面向AI编程代理的生产级工程技能。

Key features

  • Production-grade skill definitions for AI coding agents
  • Compatible with Claude Code, Cursor, and other agent-based IDEs
  • Curated by a Google Chrome engineering leader
  • Open-source and community-contributed skills
  • Focus on real-world engineering reliability

Use cases

  • Enhancing Claude Code with specialized engineering skills
  • Improving Cursor agent performance for complex tasks
  • Standardizing agent behavior across development teams
  • Accelerating code review and refactoring workflows
  • Teaching AI agents best practices in software engineering

README excerpt

# 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. ![Addy's Agent Skills](https://addyosmani.com/assets/images/addys-agent-skills.jpg) --- ## Commands 7 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 | | Simplify the code | `/code-simplify` | Clarity over cleverness | | Ship to production | `/ship` | Faster is safer | 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 <details> <summary><b>Claude Code (recommended)</b></summary> **Marketplace install:** ``` /plugin marketplace add addyosmani/agent-skills /plugin install agent-skills@addy-agent-skills ``` > **SSH errors?** The marketplace clones repos via SSH. If you don't have SSH keys set up on GitHub, either [add your SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) or use the full HTTPS URL to force the HTTPS cloning: > ```bash > /plugin marketplace add https://github.com/addyosmani/agent-skills.git > /plugin install agent-skills@addy-ag

Topics

Explore more

Data from GitHub. Synced on 2026-06-15