Discovers and installs community skills from the public registry. Use when the user mentions a technology, framework, or task that could benefit from specialized skills not yet installed, asks 'how do I do X', 'find a skill for X', or starts work in a new technology area. Proactively suggest when the user's task involves tools or frameworks without existing skills.
70
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Search the public skill registry for community-contributed skills relevant to the user's current task and install them into this project.
caliber skills --query "<relevant terms>"caliber skills --install <slug1>,<slug2>User: "let's build a web app using React"
-> "I notice you want to work with React. Would you like me to search
for community skills that could help with React development?"
-> If yes: run caliber skills --query "react frontend"
-> Show the user the results, ask which to install
-> Run caliber skills --install <selected-slugs>
-> Read the installed files and continue
User: "help me set up Docker for this project"
-> "Would you like me to search for Docker-related skills?"
-> If yes: run caliber skills --query "docker deployment"
User: "I need to write tests for this Python ML pipeline"
-> "Would you like me to find skills for Python ML testing?"
-> If yes: run caliber skills --query "python machine-learning testing"
7950921
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.