1

1. What this skill is

2

Addy Osmani's collection packages production engineering practices into focused skills and lifecycle commands such as spec, plan, build, test, review, and ship.

3

2. What it can help with

4

Beginners can install one review or testing skill, use it on a small change, and see how explicit quality gates affect agent output before adopting the full set.

5

3. Recommended first use

6

List the available skills with the documented skills CLI, pick one narrow capability, inspect its SKILL.md, and test it in a repository with working tests.

7

4. Requirements

8

The open skills CLI requires Node.js. Native plugin or skill installation differs by agent, and some features may rely on agent-specific hooks or commands.

9

5. Who it suits

10

Useful for developers who want reusable engineering checklists rather than a single broad prompt.

11

6. Limits and safety

12

Installing many skills at once can make activation harder to understand. The skills reflect the author's workflow and still need adaptation to local conventions. Review scripts and commands, avoid global installation until a project-level trial succeeds, and never let a release skill bypass credentials, review, or rollback procedures.

13

7. Project and license

14

Repository content is provided under MIT; check the current LICENSE before reuse. Repository: https://github.com/addyosmani/agent-skills

15

Break the goal into input, action, and output before adding review checkpoints.

16

Keep examples, failure conditions, and review criteria so the tutorial stays reusable.

Tip: test with a small example before using the workflow on real work.