Github · GitHub Repository Radar
alvinunreal lazyskills
mission control for agent skills
Growth
- 7d
- +0
- 30d
- +0
- %
- 0.0%
Not enough metric snapshots yet to chart growth for this repository.
Score breakdown
- popularity 40
- growth 0
- activity 55
- freshness 100
- community 90
Need help integrating this stack?
Our team builds with modern open-source stacks. Tell us what you are shipping.
Get a quote →Blazing-fast mission control for agent skills.
"I don't debug broken skills by hand - I have a TUI to be disappointed for me."
LazySkills is a blazing-fast terminal UI for managing agent skills. It gives you one place to see what is installed, which agents can use each skill, why visibility may be broken, and what actions are safe to run next.
- See every skill in one place - project, global, universal, and agent-specific skills in a single TUI.
- Check agent visibility - switch agents and see which skills are actually usable by Claude Code, OpenCode, Codex, Cursor, Gemini CLI, and many more.
- Spot broken installs fast - highlights missing
SKILL.md, invalid frontmatter, broken symlinks, missing lock entries, and ghost agent skills. - Preview before you act - inspect metadata, rendered skill content, and the exact command LazySkills is about to run.
- Safe skill actions - open, reinstall/update, remove, prune orphaned locks, or run bulk updates/removals with confirmation prompts.
- Discover more from a source - scan local checkouts or GitHub skill sources to find skills you have not installed yet.
- Find and install new skills - search skills.sh from inside LazySkills, preview the install command, then install to project or global scope with confirmation.
Recommended for macOS and Linux:
curl -fsSL https://lazyskills.sh/install | shOr use Homebrew:
brew install --cask alvinunreal/tap/lazyskillsWindows:
irm https://lazyskills.sh/install.ps1 | iexGo users:
go install github.com/alvinunreal/lazyskills/cmd/lazyskills@latestThen launch it:
lazyskillsRun LazySkills from a project:
lazyskillsStart with the left pane. It groups skills by source, so you can quickly see what came from the same repo, local folder, or custom install.
Useful keys:
| Key | What it does |
|---|---|
/ |
Search skills |
a |
Cycle through agent visibility filters |
f |
Toggle project/global/all scopes |
enter |
Open details for a skill or source |
c |
Show available actions |
n |
Find new skills from skills.sh |
space |
Select a skill for bulk actions |
u |
Reinstall/update selected skill |
x |
Remove selected skill |
? |
Show the full keymap |
LazySkills previews actions before running them, and destructive actions require confirmation.
For agent-friendly registry search without opening the TUI:
lazyskills find --json "browser automation"Restore skills that are recorded in the project or global lock file but missing from disk:
lazyskills restore --global
lazyskills restore --project
lazyskills restore --allPass skill names to restore only those entries, or --yes to accept the preview non-interactively:
lazyskills restore --project code-review tdd
lazyskills restore --global --yesWithout a scope flag, restore checks both scopes. Before each install it rescans and revalidates that skill’s lock identity and restore command, then aborts without running remaining commands if the skill disappeared, its lock metadata changed, or its command changed—reporting any skills already restored. That narrows races with concurrent installs; it does not make restore fully race-free.
LazySkills can check for new releases and show the command to update your installation manually.
Run the update command directly from your terminal to check for updates and get upgrade instructions:
lazyskills updateOptions:
--check: Query if a newer version is available. Exits 0 if status is checked cleanly.--print-command: Print the command required to upgrade on your channel (e.g.brew upgrade) and exit.
When a newer version of LazySkills is available, an update notification will appear in the TUI footer:
· U update (vX.Y.Z available)
Press U (capital U) from the inventory view to open the update info modal, which will display the release details and the specific terminal command you need to run to upgrade manually.
There are Lazy Skills stickers. Star the repo and you're entered into a draw to win some, shipped worldwide at no cost to you.
Winners are drawn from stargazers and announced in the sticker giveaway issue, tagged by their GitHub username, so you'll get a notification if it's you. Shipping details are arranged privately from there.
MIT - see LICENSE.
Repository Radar analysis
Deterministic insights derived from public metadata and our observations — not personal testing or reviews.
Why this repository is interesting
- Listed in our discovery index with public GitHub metadata for analysis.
Who should use it
- Developers working primarily with Go
- Teams exploring AI tooling, agents, or ML infrastructure
Potential use cases
- Reference or evaluate Go open-source approaches in this domain
- Prototype AI/agent workflows or study reference architectures
Strengths
- README present in our index
- Declared license: MIT License
Limitations / considerations
- Insights are derived from public metadata and our observations — not a substitute for code review
What to watch
- Re-check last push, issues, and releases on GitHub before production adoption
Source: GitHub (public metadata) + Repository Radar analysis. We do not claim ownership of third-party repositories.

