← ClaudeAtlas

find-skillslisted

Helps users discover and recommend agent skills that are ALREADY installed locally on the host (Claude Code, Cursor, Codex, generic agents), without any network call or external CLI. Use when the user asks "how do I do X", "is there a skill for X", "find a skill", "what skills do I have", "list my skills", "which skills are installed", "do I have a skill that can…", or expresses interest in extending capabilities with what's already on disk. Strictly local: never runs `npx skills find`, `npx skills add`, `npx skills update`, or fetches from skills.sh.
Firzus/agent-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Firzus/agent-skills
# Find Skills (Local-Only) This skill helps you discover which agent skills are **already installed** on the user's machine and recommend the right one for the task at hand. It never talks to the skills registry, never installs anything automatically, and never reaches the network. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be covered by an installed skill. - Says "find a skill for X", "is there a skill for X", "do I have a skill that can…". - Asks "what skills do I have", "list my skills", "which skills are installed". - Expresses interest in extending agent capabilities using what's already on disk. - Wants to know which of Claude Code / Cursor / Codex / generic agent currently exposes a given capability. ## Strict Local-Only Policy This skill is intentionally offline. **Do not** run any of the following, even if a related skill suggests them: - `npx skills find` / `npx skills add` / `npx skills update` / `npx skills check` / `npx skills init` - Any other command that talks to the skills registry, GitHub, or a remote index. - `WebFetch`, `WebSearch`, or any HTTP request against `skills.sh` or similar. - Auto-cloning repositories to install a new skill on behalf of the user. If the user explicitly asks to install a new skill, **stop and ask first**. Then point them at the manual install path (clone the repo, copy the skill folder into the right agent directory). Do not run an install command silently. ## Inventory So