skills
skills copied to clipboard
Add .skillignore feature to package script
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