Install a skill from a GitHub URL into the user's personal skills directory (~/.claude/skills/). Use whenever the user says "chom <url>", "install this skill from github", "add/import/grab this skill", or pastes a GitHub URL that clearly points at a SKILL.md folder — handle both full-repo skills and subfolder skills like https://github.com/github/awesome-copilot/tree/main/skills/azure-devops-cli. Also handles optional description optimization of the newly installed skill when the user explicitly asks for it afterward. Trigger even when the user doesn't say the word "chom" as long as the intent is "pull a skill from GitHub into my skills folder".
$npx -y skills add baodq97/open-plugin --skill chomInstalls into the current project.
Run `npx skills use "https://github.com/baodq97/open-plugin" --skill "baodq97/open-plugin/chom"` 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/baodq97/open-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/baodq97/open-plugin"` and select the relevant skills, then follow their instructions.