From ai-coding-config
Discovers, evaluates, and installs Claude Code skills from GitHub and skills.sh with quality checks, security reviews, and installation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-coding-config:kungfuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Known curated collections (verify availability before citing):
If curated lists are unavailable, search GitHub directly. Prioritize repos updated within 6 months with meaningful star counts.
Valid skills: SKILL.md with frontmatter (name, "Use when..." description, triggers). Optional scripts/tool for executables (require user approval before install). **Evaluate:** GitHub stars, recent activity, SKILL.md quality, documentation, relevance to user's need.Skip: No SKILL.md, abandoned (no commits in 1+ year AND unresponsive), <10 stars (unless from trusted source), duplicates already-installed skill.
If a skill includes executable scripts in `scripts/`, ALWAYS: 1. Show the user the script contents 2. Explain what the script does 3. Get explicit approval before installingNever auto-execute downloaded scripts.
Install to the project's `.claude/skills//` directory. For global installation, use `~/.claude/skills/`.Before installing:
After downloading:
/skill <name> or a natural trigger phraseIf install fails: Remove any partially downloaded files and report the specific failure.
Query GitHub and curated lists, evaluate candidates against quality signals, present top 3-5 options with name, description, star count, last update, and install instructions.Fetch skill, run security review if scripts present, validate format, install to skills directory, verify it loads.
List installed skills from .claude/skills/, check source repos for updates,
identify unused skills for removal.
npx claudepluginhub technickai/ai-coding-config --plugin ai-coding-configSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches, installs, updates, rates, and removes AI agent skills from agentskill.sh. Activates on /learn or when the user asks to find skills, install plugins, or discover new capabilities.
Searches and installs agent skills from the open ecosystem. Use when users ask 'how do I do X', 'find a skill for X', or express interest in extending capabilities.