Skill rating
25 skills. The A–F grade combines safety (60%) and quality (40%); tests add a bonus. The rating refreshes automatically from open catalogs.
ManufacturingLogistics and warehouseProcurementQuality controlContact centreField serviceFinanceCustomer supportindustry shortcuts
| # | Grade | Skill | Score ▾ | Safety | Quality | Process | Tests | Popularity | Updated |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A | Refines 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 | 100 | 95 | B | — | ★ 94 014 | 2 d ago | |
| 2 | A | Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an | 100 | 92 | B | — | ★ 94 014 | 2 d ago | |
| 3 | A | observability-and-instrumentationAnalyzerInfrastructureData and analyticsaddyosmani/agent-skillsAgent Skills Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence | 100 | 88 | B | — | ★ 94 014 | 2 d ago | |
| 4 | A | Guides systematic root-cause debugging. Use when tests fail, builds break, something that worked yesterday broke, behavior doesn't match expectations, or you encounter any unexpected error. Use when y | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 5 | A | Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, o | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 6 | A | Delivers changes incrementally in thin, verifiable slices. Use when implementing any feature or change that touches more than one file, or when picking up the next task from a plan. Use when rolling a | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 7 | A | Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when migrating a database schema in production, su | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 8 | A | Guides 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 es | 100 | 84 | B | — | ★ 94 014 | 2 d ago | |
| 9 | A | Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden f | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 10 | A | Drives development with tests using the red-green-refactor loop. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug repor | 100 | 84 | D | — | ★ 94 014 | 2 d ago | |
| 11 | A | Automates 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 stra | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 12 | A | Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code | 100 | 84 | D | — | ★ 94 014 | 2 d ago | |
| 13 | A | context-engineeringIntegrationGitHubAI and agentsSoftware developmentaddyosmani/agent-skillsAgent Skills Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project. | 100 | 84 | D | — | ★ 94 014 | 2 d ago | |
| 14 | A | Discovers and invokes agent skills. Use when starting a session, or when you need to decide which skill or workflow applies to the piece of work at hand. This is the meta-skill that governs how all ot | 100 | 84 | C | — | ★ 94 014 | 2 d ago | |
| 15 | A | planning-and-task-breakdownProcedurePersonal productivityAI and agentsaddyosmani/agent-skillsAgent Skills Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scop | 100 | 82 | B | — | ★ 94 014 | 2 d ago | |
| 16 | A | Grounds every implementation decision in official documentation. Use when you want to verify an approach against the official docs before implementing it, or when you want authoritative, source-cited | 99 | 84 | D | — | ★ 94 014 | 2 d ago | |
| 17 | A | Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requiremen | 100 | 79 | D | — | ★ 94 014 | 2 d ago | |
| 18 | A | Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when drafting a PRD or requirements document with objectives and scope | 100 | 79 | B | — | ★ 94 014 | 2 d ago | |
| 19 | A | Prepares production launches. Use when preparing to deploy to production, or when asking what needs to be in place before shipping. Use when you need a pre-launch checklist, when setting up monitoring | 100 | 79 | C | — | ★ 94 014 | 2 d ago | |
| 20 | A | Records decisions and documentation. Use when you need to document an architecture decision (ADR) or the reasoning behind a design choice, when changing public APIs, shipping features, or when you nee | 99 | 79 | D | — | ★ 94 014 | 2 d ago | |
| 21 | A | constraint-driven-developmentProcedureAI and agentsSoftware developmentaddyosmani/agent-skillsAgent Skills Establishes a project's quality bar as a written contract and stops agents quietly lowering it. Interviews the user on which dimensions matter, supplies sane default thresholds when they have no numbe | 100 | 75 | C | — | ★ 94 014 | 2 d ago | |
| 22 | A | performance-optimizationProcedureData and analyticsSoftware developmentaddyosmani/agent-skillsAgent Skills Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load time | 100 | 74 | D | — | ★ 94 014 | 2 d ago | |
| 23 | B | browser-testing-with-devtoolsProcedureSoftware developmentAI and agentsaddyosmani/agent-skillsAgent Skills Tests 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, | 94 | 82 | C | — | ★ 94 014 | 2 d ago | |
| 24 | B | Conducts 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 dimensi | 99 | 74 | D | — | ★ 94 014 | 2 d ago | |
| 25 | B | Hardens code against vulnerabilities. Use when auditing an input handler for vulnerabilities, when handling user input, authentication, data storage, or external integrations, or when checking a login | 100 | 72 | C | — | ★ 94 014 | 2 d ago |