discover-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited discover-skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Help users explore and understand available Claude Code skills.
When invoked, search for and present all available skills in an organized manner.
Skills from ~/.claude/skills/ and installed plugins are already loaded - check the Skill tool's "Available skills" list first.
Use Glob tool to find uninstalled skills in the current project:
# Plugin skills in workspace
Glob: pattern="**/plugins/*/skills/*/SKILL.md"Dicovery skills via networking github colleciton repo, request to view readme for discovery more.
Extract from each SKILL.md frontmatter:
name: Skill identifierdescription: What the skill does ## Available Skills
| Skill | Description |
|-------|-------------|
| /skill-name | Brief description |
---
**Tips:**
- Use `/skill-name` to invoke a skill directly
- Create custom skills in `.claude/skills/your-skill/SKILL.md`
- Project skills (`.claude/skills/`) override global ones (`~/.claude/skills/`)| Location | Scope | Priority |
|---|---|---|
.claude/skills/ | Project | Highest |
| Plugin bundles | Plugin | Medium |
~/.claude/skills/ | User (global) | Lowest |
If no skills are discovered:
⚠️ Security Notice: Always review third-party skills before installing. Skills contain instructions that Claude will follow - treat them like executable code.
| Repository | Description |
|---|---|
| anthropics/skills | Official Anthropic skills - document processing, creative design, MCP builders |
| Repository | Description |
|---|---|
| ComposioHQ/awesome-claude-skills | Comprehensive catalog with categorized skills |
| travisvn/awesome-claude-skills | Community skills collection |
| VoltAgent/awesome-claude-skills | Partner and community contributions |
| BehiSecc/awesome-claude-skills | Curated skills list |
Note: Awesome lists are curated indexes with links to actual skill repos. Always fetch and read the README first: ``bash gh repo view owner/repo ``High-quality skills from recognized organizations and developers:
| Repository | Description |
|---|---|
| vercel-labs/agent-skills | Vercel's official agent skills for React and Next.js development and Web Design guideline |
| huggingface/skills | HuggingFace ML/AI focused skills |
| trailofbits/skills | Security-focused skills from Trail of Bits |
| kepano/obsidian-skills | Obsidian knowledge management skills |
| K-Dense-AI/claude-scientific-skills | Scientific research and analysis skills |
| nextlevelbuilder/ui-ux-pro-max-skill | UI/UX design with 50+ styles, palettes, and multi-framework support |
Tip: These repos contain actual SKILL.md files. View and install directly: ``bash gh repo view vercel-labs/agent-skills gh api repos/vercel-labs/agent-skills/git/trees/main?recursive=1 --jq '.tree[] | select(.path | endswith("SKILL.md")) | .path' ``Use gh CLI to discover skill repositories dynamically.
# Search for SKILL.md files (most accurate)
gh search repos "SKILL.md in:path" --limit 30 --json fullName,description,stargazersCount,defaultBranch,createdAt,updatedAt
# Search agent-skills repos
gh search repos "skills" --limit 30 --match readme --json fullName,description,stargazersCount,defaultBranch,createdAt,updatedAt# Get README content for skill overview
gh repo view owner/repo
# Download specific SKILL.md file
gh repo view owner/repo --raw path/to/SKILL.md > skill.md# List skills directory structure
gh api repos/owner/repo/contents/skills --jq '.[].name'
# Get specific SKILL.md content (use --decode on macOS, -d on Linux)
gh api repos/owner/repo/contents/skills/skill-name/SKILL.md --jq '.content' | base64 --decode
# List all SKILL.md files in repo
gh api repos/owner/repo/git/trees/main?recursive=1 --jq '.tree[] | select(.path | endswith("SKILL.md")) | .path'# Clone entire skills repo as plugin
gh repo clone owner/repo ~/.claude/plugins/repo-name
# Download single skill
mkdir -p ~/.claude/skills/skill-name
gh repo view owner/repo --raw skills/skill-name/SKILL.md > ~/.claude/skills/skill-name/SKILL.mdFollow the template:
---
name: my-skill
description: Clear description of when to trigger this skill
---
# My Skill
## Instructions
[What Claude should do when this skill activates]
## Examples
[Usage examples]Resources:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.