skills icon indicating copy to clipboard operation
skills copied to clipboard

Add .skillignore feature to package script

Open zazu-22 opened this issue 4 months ago • 0 comments

Add feature to allow users to specify which files in the skill directory should not be packaged with the final skill. This allows for testing and developing the skill without packaging large directories (e.g. node modules), cache files, etc., that arise during development but that should not be included in the skill package

Alternatively, have skill packager respect .gitignore

zazu-22 avatar Nov 01 '25 20:11 zazu-22