Find skills
Skill aizech/bernhard-zechmann-skills/skills/productivity/find-skills
Modular AI agent skills used across engineering, writing, and research workflows. Model‑agnostic, composable, and production‑tested. Includes engineering, productivity, personal, and experimental skill packs.
npx -y skills add aizech/bernhard-zechmann-skills --skill find-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Help the user discover and install agent skills. Use when the user asks how to do something that might have an existing skill, or says "find a skill for X" or "is there a skill that can...".
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, as published. Nobody here has run it
Find Skills
Discover and install skills from the open agent skills ecosystem.
Skills CLI
npx skills find [query]— search for skillsnpx skills add <package>— install a skillnpx skills check— check for updatesnpx skills update— update all skills
Browse at https://skills.sh/.
How to help
- Understand the domain and task.
- Check the skills.sh leaderboard for well-known skills.
- If not found, run
npx skills find [query]. - Verify quality before recommending:
- Prefer 1K+ installs
- Prefer official sources
- Check GitHub stars
- Present options with name, install count, install command, and link.
- Offer to install with
npx skills add <owner/repo@skill> -g -y.
If no skills match
- Acknowledge that no skill was found.
- Offer to help directly.
- Suggest creating a skill with
npx skills init.