SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsagent-skills

agent-skills

by addyosmani

Pending

Production-grade engineering skills for AI coding agents.

103stars
4forks
Shell
Added 3/17/2026
View on GitHubDownload ZIP
AI Agentsagent-skillsantigravityantigravity-ideclaude-codecursorskills
Installation
# Add to your Claude Code skills
git clone https://github.com/addyosmani/agent-skills
README.md

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.

  DEFINE          PLAN           BUILD          VERIFY         REVIEW          SHIP
 ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐
 │ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │  QA  │ ───▶ │  Go  │
 │Refine│      │  PRD │      │ Impl │      │Debug │      │ Gate │      │ Live │
 └──────┘      └──────┘      └──────┘      └──────┘      └──────┘      └──────┘
  /spec          /plan          /build        /test         /review       /ship

Commands

7 slash commands that map to the development lifecycle. Each one activates the right skills automatically — you don't need to memorize 18 skill names.

| Command | Phase | What It Does | |---------|-------|-------------| | /spec | Define | Write a structured specification before writing code — objectives, constraints, boundaries | | /plan | Plan | Break a spec into small, verifiable tasks with acceptance criteria and dependency order | | /build | Build | Implement the next task incrementally — thin vertical slices, test each piece, commit | | /test | Verify | Run TDD workflow (Red-Green-Refactor). For bugs, use the Prove-It pattern: failing test first | | /review | Review | Five-axis code review: correctness, readability, architecture, security, performance | | /code-simplify | Review | Reduce complexity without changing behavior — structural, naming, and redundancy patterns | | /ship | Ship | Pre-launch checklist: security, performance, accessibility, monitoring, rollback plan |

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:

/install github:addyosmani/agent-skills

Local / development:

git clone https://github.com/addyosmani/agent-skills.git
claude --plugin-dir /path/to/agent-skills
</details> <details> <summary><b>Cursor</b></summary>

Copy any SKILL.md into .cursor/rules/, or reference the full skills/ directory. See docs/cursor-setup.md.

</details> <details> <summary><b>Windsurf</b></summary>

Add skill contents to your Windsurf rules configuration. See docs/windsurf-setup.md.

</details> <details> <summary><b>GitHub Copilot</b></summary>

Use agent definitions from agents/ as Copilot personas and skill content in .github/copilot-instructions.md. See docs/copilot-setup.md.

</details> <details> <summary><b>Codex / Other Agents</b></summary>

Skills are plain Markdown - they work with any agen...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
98,015
12,330
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
80,898
10,398
JavaScript
AI Agentsai-agentsanthropic
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
44,833
4,538
Python
AI Agentsagent-skillsai-agents
View details
ui-ux-pro-max-skill

by nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
43,006
4,155
Python
CLI Toolsai-skillsantigravity
View details
chatgpt-on-wechat

by zhayujie

CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长。同时支持飞书、钉钉、企业微信、微信公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助手和企业数字员工。
42,246
9,830
Python
AI Agentsaiai-agent
View details
cherry-studio

by CherryHQ

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
41,614
3,857
TypeScript
AI Agentsai-agentclaude-code
View details