aipm-package-preplisted
Install: claude install-skill abhisri2090/aipm
# AIPM Package Prep
Use this skill when the user wants to prepare an existing skill, workflow, prompt pack, helper setup, or repo-specific debugging/tooling bundle for AIPM publishing.
The output is an AIPM package folder with `aipm.manifest.json`, a durable `SKILL.md`, and optional install metadata for permanent main files, temporary helper files, and a manual post-install setup prompt.
## First Response
Start by finding out whether the user wants you to inspect an existing path or design the package from scratch. If they gave a path, inspect it before asking nonessential questions.
Ask questions in one compact batch unless the answer can be confidently inferred from files already present. Always include the fixed questions below when they are not already answered.
## Fixed Questions
Ask these for every package:
1. What package name/scope should this use, for example `@team/name`?
2. Should this be generic for many repos/languages, or tailored to one repo/framework?
3. Which AI tools should it target: Cursor, Claude, or both?
4. Is it only a skill file, or does it also include supporting files?
5. Are any supporting files permanent project files that should remain after install?
6. Are any supporting files temporary helper/setup/template files that can be cleaned up later?
7. Is there a prompt users should run after install in their AI coding tool?
8. If there is a setup prompt, should helper cleanup be manual or after user confirmation?
9. What commands should valid