# Find Skills

> Helps discover and install agent skills when looking for functionality that might exist as an installable skill.

- Skill: `mcqua007/find-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mcqua007/find-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mcqua007/find-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: mcqua007 (https://skillmd.com/u/mcqua007)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mcqua007/find-skills

---


# 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](https://skills.sh)
2. Search GitHub for repositories with `.agents/skills/` directories
3. Look for `SKILL.md` files in relevant repositories

## Installing a Skill

```bash
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

