-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Is your feature request related to a problem? Please describe.
When apm installs a plugin that includes skills and instructions, these are not mapped/copied from .claude/skills, .github/skills and into the /apm_modules folder structure. It is unclear to me whether this feature is already implemented and can be classified as a bug, or if this exact feature does not exist yet.
Describe the solution you'd like
When running apm install on an apm package that includes plugins, these plugins are copied into the /apm_modules folder, but no skills are exposed in the /skills folder. If I choose to install a skill natively that skill is neatly put in the correct folder, but not if I use a plugin package
Describe alternatives you've considered
Can be bypassed by referencing the skills folder directly, for example dotnet/skills/plugins/dotnet-nuget/skills/convert-to-cpm, but it seems odd to reference the package at dotnet/skills/plugins/dotnet-nuget without the skills included being installed.