Documentation

Get started in under a minute

The fastest path works with any agent - one command via the open skills CLI, which installs into 70+ tools. Prefer a native integration? Pick your tool below.

Fastest path - any agent
npx skills add addyosmani/agent-skills
Browse before installing
npx skills add addyosmani/agent-skills --list

Native setup by tool

Each tool has a first-class path. Tabs below cover the most common ones.

Install as a plugin via the marketplace, or point Claude at a local clone.

Add the marketplace
/plugin marketplace add addyosmani/agent-skills
Install the plugin
/plugin install agent-skills@addy-agent-skills

SSH errors on install? Add the marketplace with the full HTTPS URL, or run `git config --global url."https://github.com/".insteadOf git@github.com:`.

Full Claude Code guide

Your first 10 minutes

Don’t load all 24 skills at once - it wastes context. Follow the lifecycle and the right skills activate as you go.

  1. 1

    Install the pack

    One command drops all 24 skills into your agent. Nothing to configure - the meta-skill routes work to the right one.

  2. 2

    Start with a spec

    Run /spec (or ask your agent to “follow spec-driven-development”). It writes a short PRD before any code - the single highest-leverage habit.

  3. 3

    Build test-first

    /build works in thin vertical slices; /test enforces red-green-refactor. Every slice is committed and verified individually.

  4. 4

    Review before merge

    /review runs a five-axis quality gate. /ship fans out to specialist personas and returns a go / no-go.