# Whichskills

> Show which SKILL.md files Claude, Grok, Cursor, Codex and Copilot will actually load from this repo. Use when a skill is not triggering or you are unsure where to put SKILL.md.

- Skill: `caoshurong/whichskills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add caoshurong/whichskills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/caoshurong/whichskills/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: CAOShurong (https://skillmd.com/u/caoshurong)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/caoshurong/whichskills

---


# whichskills

Use this when a skill "should" exist but the agent does not see it. Do not
open every vendor folder by hand.

```bash
whichskills
whichskills /path/to/repo
```

The printed block is: counts (files, not-auto-loaded, duplicate names, chars/4
token estimate for always-on name+description), then one row per `SKILL.md`.

`not-auto` means the file is under `skills/<name>/` (common in public repos)
and will **not** load until it is copied to `.claude/skills/`, `.agents/skills/`,
or the agent's own vendor directory.

`DUP` means the same `name:` appears in more than one auto-loaded folder.

This is a path map, not a full emulator of each agent's scanner.

