RadarTopicsBuildersWeeklyReads
Open Source Radar
addyosmani/

agent-skills

GitHubWebsite

Agent Skills provides production-grade engineering workflows as a collection of 24 skills for AI coding agents, with multiple installation paths and broad IDE/plugin support. It includes an open-source repository with 81,574 stars and active maintenance as of 2026-08-04.

82kstars
8.8kforks
142issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 4, 2026

What it is

Agent Skills offers a suite of structured workflows and anti-rationalization guidelines that encode senior engineering practices for AI coding agents. The project packages 24 skills (23 lifecycle skills plus a meta-skill) to apply guidance across define, plan, build, verify, review, and ship stages. The README describes a visual workflow and a set of slash commands that map to the development lifecycle.

How it works

Skills are organized as modular components with dedicated SKILL.md files under skills/, each providing a specific workflow (e.g., interview-me, spec-driven-development, incremental-implementation, code-review-and-quality). The repository describes auto-activation of skills based on task context (e.g., API design triggers api-and-interface-design; building UI triggers frontend-ui-engineering). There are multiple integration paths (Claude Code, Cursor, Antigravity, Gemini CLI, Windsurf, OpenCode, GitHub Copilot, Codex, Kiro), each with installation steps or usage notes.

Getting started

Quick Start instructions use the open skills CLI to install all skills:

npx skills add addyosmani/agent-skills            # install all 24 skills
npx skills add addyosmani/agent-skills --list     # browse before installing

Or install individual skills:

npx skills add addyosmani/agent-skills --skill code-review-and-quality
npx skills add addyosmani/agent-skills --skill interview-me
npx skills add addyosmani/agent-skills --skill test-driven-development

The README also provides per-robot/tool guidance, including Claude Code and Codex integration examples.

Recent releases

Latest releases listed with brief descriptions:

  • 0.6.6 (2026-08-04): fix release restoring four agent personas for Claude Code plugin and ecosystem-neutral pass on performance.
  • 0.6.5 (2026-07-26): eval framework moved to CI-enforced; validators hardened; ecosystem-neutral pass to stop assuming a JavaScript stack.
  • 0.6.4 (2026-07-12): in-repo skill eval framework and native Codex support; security hardening; new skill content and adoption/contrib updates.
  • 0.6.3 (2026-07-03): improved code review, new reference checklists, guardrails to reduce duplication, and related updates.
  • 0.6.2 (2026-06-11): changelog includes marketplace install path fix and docs corrections.

Traction

GitHub repository shows 81,574 stars, 8,789 forks, and 1,42 open issues. The repo is JavaScript and MIT-licensed, created 2026-02-15 with last push on 2026-08-04.

Behind the repo

The project appears under the addyosmani organization and lists multiple integrations with AI agents and CLIs (Claude Code, Cursor, Antigravity, Gemini, Windsurf, Codex, Copilot, Kiro). The repository describes installation commands and cross-tool setup paths for these integrations.

Caveats

License: MIT. Created 2026-02-15. Last push 2026-08-04. Open issues: 142. Language: JavaScript. The README details multiple vendor-specific installation steps and potential SSH vs HTTPS cloning considerations for Claude Code marketplace integration.

Agent skills inside · 24
All skills →
idea-refineRefines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".Testing & QAscriptsapi-and-interface-designGuides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.Frontendbrowser-testing-with-devtoolsTests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.Data & Analyticsci-cd-and-automationAutomates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.Testing & QAcode-review-and-qualityConducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.Code Review & Qualityfrontend-ui-engineeringBuilds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.Frontend
SharePost on XLinkedIn
All trending reposRevenue-verified startups →