Installs Claude Code plugins from GitHub repos that lack a marketplace manifest. Use this skill whenever a claude plugin install fails due to SSH key errors, missing .claude-plugin/marketplace.json, or a GitHub repo that wasn't designed as a Claude plugin marketplace. Also use when the user says \"install plugin from GitHub\", \"add skills from a repo\", or \"the plugin install failed\". Handles the full workflow: cloning via gh CLI, inspecting repo structure, generating the marketplace manifest, and running the install.
$npx -y skills add tebjan/agent-skills --skill install-github-pluginInstalls into the current project.
Run `npx skills use "https://github.com/tebjan/agent-skills" --skill "tebjan/agent-skills/install-github-plugin"` 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/tebjan/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tebjan/agent-skills"` and select the relevant skills, then follow their instructions.