From ai-coding-config
Discovers, evaluates, and installs Claude Code skills from GitHub and skills.sh with quality checks, security reviews, and installation workflows.
npx claudepluginhub technickai/ai-coding-config --plugin ai-coding-configThis skill uses the workspace's default tool permissions.
<objective>
Searches, 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.
Manages Agent Skills: discover via skills.sh or `bunx skills find`, install/update/list/remove/backup/restore/sync via `skills` CLI and skills-lock.json.
Searches open agent skills ecosystem with npx skills CLI to discover and install skills for user queries like 'how do I do X', 'find a skill for X', or capability extensions.
Share bugs, ideas, or general feedback.
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.