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. Install the AIPM CLI once before running template commands — see the install guide.
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-notesEdit the generated files, then follow the publishing guide to stage, preview, validate, and push your package.