Instruction packs are a neutral format for platforms that accept instructions and optional file uploads but do not support native skills.
npm run generate:consumersBundles live in dist/consumer/instruction-pack/<skill-id>/.
- Open
instructions.mdand paste it into your platform's system or custom instructions. - Upload files from
knowledge/if the platform supports file attachments. - Use
pack.jsonas metadata reference (name, description, tags).
- Keep one pack per assistant to avoid prompt collisions.
- If you need to merge packs, stitch instructions with clear section headers.