byjuliusbrussee· 57 skills
Scaffold a complete cave plugin bundle — generates .cave-plugin/plugin.json manifest and the standard directory structure (commands/, skills/, agents/, themes/, hooks/). Use when a user wants to create, publish, or package a cave plugin for the marketplace. Triggered by "create a plugin", "scaffold a plugin", "/plugin create", or "new cave plugin".
$npx -y skills add juliusbrussee/caveman-code --skill plugin-creatorInstalls into the current project.
Run `npx skills use "https://github.com/juliusbrussee/caveman-code" --skill "juliusbrussee/caveman-code/plugin-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/juliusbrussee/caveman-code" that are relevant to the current task. Run `npx skills add "https://github.com/juliusbrussee/caveman-code"` and select the relevant skills, then follow their instructions.