DocsGitHubnpm
Browse documentation

Skills

Every AIBlueprint skill, free and Premium, with invocation and install notes.

Skills are reusable workflows installed into ~/.agents/skills. Claude Code and Codex both invoke them. The free bundle ships with setup. Premium adds the core workflow plus design, marketing, browser, and verification skills.

In Codex, use $skill-name. In Claude Code, /skill-name also works.

Free

Premium

Installing

Free skills install with agents setup. Premium skills install with agents pro setup.

Terminal
npx aiblueprint-cli@latest agents setup
npx aiblueprint-cli@latest agents pro setup

A single free skill from the public registry:

Terminal
npx skills@latest add Melvynx/aiblueprint --skill use-style

How they live on disk

Each skill is a folder with SKILL.md, often plus references/ and scripts. Because they live in ~/.agents/skills, every linked tool shares the same catalog. agents unify centralizes skills you already have.

See The Core Workflow for stage ownership, Advanced for Apex and OneShot, and Don't overflow memory for keeping the always-on files small.