blank
Blank
custom skills when you already know what files you need
aipm publish init --name @team/my-skill --template blankStarts with
- minimal SKILL.md
- manifest
- .aipmignore
Templates
Templates create starter files for common AI tasks. They are only a starting point. Edit the SKILL.md, manifest, and .aipmignore file before you publish.
blank
custom skills when you already know what files you need
aipm publish init --name @team/my-skill --template blankcode-review
pull request reviews and code quality checks
aipm publish init --name @team/review-helper --template code-reviewissue-summary
bug triage, Sentry summaries, support tickets, and handoff notes
aipm publish init --name @team/issue-summary --template issue-summaryrelease-notes
release summaries, upgrade notes, and known issues
aipm publish init --name @team/release-notes --template release-notesTemplates are created by the AIPM CLI, so install it before running template commands.
npm install -g @aipm-registry/cli
aipm --versioncd review-helper
aipm publish add .
aipm publish preview # (optional)
aipm publish validate # (optional)
AIPM_TOKEN=<5-minute-token> aipm publish push --yes