agentsclimarketplace

Find skills

Skill mcqua007/agents-skeleton/.agents/skills/find-skills

Helps discover and install agent skills when looking for functionality that might exist as an installable skill.From its SKILL.md

Install
npx -y skills add mcqua007/agents-skeleton --skill find-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 1 stars1 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.
  • runs commandsInstructs the agent to run 1 command, including `npx skills add <owner/repo>`.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://skills.sh.

SKILL.md

1.0 KB, 219 tokens by cl100k_base, as published. Nobody here has run it

Find Skills

Use this skill when a user asks about extending agent capabilities, finding tools for specific tasks, or when functionality might exist as a community skill.

When to Use

  • User asks "how do I do X" and X might be a skill
  • User asks to "find a skill for..." or "is there a skill that can..."
  • User wants to extend agent capabilities
  • Looking for domain-specific tooling or integrations

How to Search

  1. Check the skill registry at skills.sh
  2. Search GitHub for repositories with .agents/skills/ directories
  3. Look for SKILL.md files in relevant repositories

Installing a Skill

npx skills add <owner/repo>

Tips

  • Skills are user-level by default (~/.agents/skills/)
  • Project-specific skills go in .agents/skills/ within the repo
  • Each skill must have a SKILL.md with name and description frontmatter

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.