AIPM
Theme

AIPM package

write-a-skill

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

Install this skill

Install the CLI once, initialize your project, then add this package. Current verified release: AIPM CLI 0.2.12.

npm install -g @aipm-registry/cli
aipm init
aipm add @mattpocock/write-a-skill@1.0.0

Publisher

Matt Pocock

Reserved under @mattpocock by Matt Pocock. This package name belongs to an AIPM publisher account.

Tool targets

Install command by target

all tools

Run this variant when you want to install the package into all tools.

aipm add @mattpocock/write-a-skill@1.0.0

cursor

Run this variant when you want to install the package into cursor.

aipm add @mattpocock/write-a-skill@1.0.0 --target cursor --ci

claude

Run this variant when you want to install the package into claude.

aipm add @mattpocock/write-a-skill@1.0.0 --target claude --ci

Before installing

AIPM skills can add files to your project. Review the package name, target, description, license, and publisher before installing. Use a clean branch when trying a new skill.