# Add to your Claude Code skills
git clone https://github.com/alvinunreal/lazyskillslazyskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alvinunreal. Mission control for agent skills. It has 56 GitHub stars.
lazyskills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/alvinunreal/lazyskills" and add it to your Claude Code skills directory (see the Installation section above).
lazyskills is primarily written in Go. It is open-source under alvinunreal on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh lazyskills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
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 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.
SKILL.md, invalid frontmatter, broken symlinks, missing lock entries, and ghost agent skills.Recommended for macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/alvinunreal/lazyskills/main/scripts/install.sh | sh
Or use Homebrew:
brew install --cask alvinunreal/tap/lazyskills
Windows:
irm https://raw.githubusercontent.com/alvinunreal/lazyskills/main/scripts/install.ps1 | iex
Go users:
go install github.com/alvinunreal/lazyskills/cmd/lazyskills@latest
Then launch it:
lazyskills
Run LazySkills from a project:
lazyskills
Start 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 |
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.
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.