lazyskills
NewMission control for agent skills
Summary
Lazyskills is a mission control for agent skills that helps developers manage, discover, and invoke agent-based tools directly from Claude Code.
- It simplifies the process of orchestrating multiple agent skills, making automation workflows more efficient and reducing manual setup.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/lazyskills.md
@lazyskillsUse Cases
Usage Examples
/lazyskills list
/lazyskills run web-scraper
/lazyskills status
Security Audits
Frequently Asked Questions
What is lazyskills?
Lazyskills is a mission control for agent skills that helps developers manage, discover, and invoke agent-based tools directly from Claude Code. It simplifies the process of orchestrating multiple agent skills, making automation workflows more efficient and reducing manual setup.
How to install lazyskills?
To install lazyskills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/lazyskills.md. Finally, @lazyskills in Claude Code.
What is lazyskills best for?
lazyskills is a agent categorized under General. It is designed for: agent. Created by alvinunreal.
What can I use lazyskills for?
lazyskills is useful for: Quickly list all available agent skills installed in your environment.; Invoke a specific agent skill by name without remembering its full command path.; Check the status or configuration of a running agent skill.; Update or reload agent skills after installing new ones without restarting Claude Code.; Search for agent skills by keyword to find the right tool for a task.; Disable or enable agent skills to control which ones are active during a session..