Use when the user wants to turn a researched CLI tool into a reusable, production-quality Claude skill for operating that one tool safely. Consumes a research bundle produced by learn-a-cli and generates a per-tool skill folder (SKILL.md plus references/, recipes/, and a version-drift preflight). Defaults to one skill per tool, refreshed in place. Triggers: "package this CLI as a skill", "make a skill for gh/kubectl/aws", "turn the research bundle into a skill", "generate a CLI skill", "cli as skill", "create an operating skill for this tool".
$npx -y skills add denniscalazans/denniscalazans-plugins --skill cli-as-skillInstalls into the current project.
Run `npx skills use "https://github.com/denniscalazans/denniscalazans-plugins" --skill "denniscalazans/denniscalazans-plugins/cli-as-skill"` 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/denniscalazans/denniscalazans-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/denniscalazans/denniscalazans-plugins"` and select the relevant skills, then follow their instructions.