I'm currently adding skills to Jaspr, and I was going to tell users to use the skills package since it seems like the easiest solution to install skills from a package.
However I noticed that the git skills repositories from flutter and serverpod are always cloned and put into .dart_skills, even if they aren't used. And even if I run skills get jaspr specifically, not only skills get. This is a really unnecessary pollution of users workspaces. Please remove this so that they are only cloned if actually used. For now, this prevents me from recommending this package to Jaspr users.
I'm currently adding skills to Jaspr, and I was going to tell users to use the skills package since it seems like the easiest solution to install skills from a package.
However I noticed that the git skills repositories from flutter and serverpod are always cloned and put into
.dart_skills, even if they aren't used. And even if I runskills get jasprspecifically, not onlyskills get. This is a really unnecessary pollution of users workspaces. Please remove this so that they are only cloned if actually used. For now, this prevents me from recommending this package to Jaspr users.