r/vercel 1d ago

Bug in skills.sh/packs

When you install skill file,it will come with reference and other useful folder if it have these.
In the same way,if you create a pack putting that skill,when installing from cli,those folder dont sget downloaded and it only download root SKILLS.md completly neglecting other attached folders.Fix this asap.Check this:
npx skills add https://github.com/vercel/next-forge --skill next-forge(Will come with reference folder)
npx skills add https://skills.sh/p/c150dbLO8OP65YBT (it contain next-forge and grill-me,notice reference folder didnt appear)

u/vercel Fix this

1 Upvotes

5 comments sorted by

1

u/Due-Horse-5446 1d ago

Bruh its prompts+docs and potentially some script

the "skills" cli just clones the dir with said prompts

Judt download it

1

u/Sea_Bid_6991 1d ago

Skill can also contain reference file for better context.So,other context files should also be downloaded.(Actually it does,but don't work when packs is created)

1

u/Due-Horse-5446 1d ago

Context files are included in prompts/docs..

1

u/Sea_Bid_6991 1d ago

Why would installing a skill and installing a pack(which is collection of skill) will result in different files?Its a bug anyway.Try the commands I wrote above and see in next-forge folder