BeClaude

lazyskills

New
58GitHub TrendingGeneralby alvinunreal

Mission control for agent skills

First seen 6/20/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/lazyskills.md

3
Invoke with @agent-name
@lazyskills

Use Cases

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.

Usage Examples

1

/lazyskills list

2

/lazyskills run web-scraper

3

/lazyskills status

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..