Local skills runtime lookup — the portal for finding and discovering all available skills. Uses `~/.agents/lev-skills.sh` + `~/.agents/skills-inventory.jsonl` as source of truth. Triggers on: skill discovery, find skills, what skills do I have, discover skills, list skills, skill lookup, available skills, search skills, skill inventory.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add lev-os/agents --skill skill-discovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Discovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lev-os-skill-discovery-agents)More formats (shields.io, HTML) on the badges page.
---
name: skill-discovery
description: "Local skills runtime lookup — the portal for finding and discovering all available skills. Uses `~/.agents/lev-skills.sh` + `~/.agents/skills-inventory.jsonl` as source of truth. Triggers on: skill discovery, find skills, what skills do I have, discover skills, list skills, skill lookup, available skills, search skills, skill inventory."
---
# skill-discovery
**Filesystem-first local skill lookup using `~/.agents/lev-skills.sh` inventory as the source of truth, with optional history/lifecycle metadata.**
This skill takes a task description and searches over the local skills runtime using the generated inventory at `~/.agents/skills-inventory.jsonl`, built from `~/.agents/lev-skills.sh` and the live filesystem under `~/.agents/skills` + `~/.agents/skills-db`.
## Usage
```bash
# General lookup
skill-discovery "I need to deploy a react app to AWS"
# JSON output
skill-discovery "Scan my code for bugs" --json
# Canonical inventory output
lev-skills inventory --json
# Random eligible skill from the current rotation
lev-skills pick "ux research" --json
```
## How it works
1. **Inventory build**: `~/.agents/lev-skills.sh inventory` scans active skills + catalog skills, writes `~/.agents/skills-inventory.jsonl`, and merges lifecycle/usage metadata from `~/.agents/skills-state.json`.
2. **Deterministic ranking**: `skill-discovery` tokenizes the query, scores exact metadata/tag/path matches, and hides archived/backlog/incubating buckets by default.
3. **Lifecycle awareness**: active/core skills, experimental skills, and catalog-only skills stay separable via `lifecycle` + `rotation_role`.
4. **Fallback policy**: Only recommend `find-skills` when the local discovery quality is low.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!