Sklm
NewSklm is a CLI tool that centralizes management of skills (SKILL.md files) for your AI agents. It solves the tension between wanting skills globally available vs. per-project scoped, without polluting your agent's configuration.
Summary
md files) for your AI agents.
- It solves the tension between wanting skills globally available vs.
- per-project scoped, without polluting your agent's configuration.
- Developers can easily install, update, list, and remove skills across different scopes, ensuring their AI agents have the right capabilities for each context.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/sklm.md
/sklmUse Cases
Usage Examples
/sklm install github.com/user/skill-repo
/sklm list --scope project
/sklm remove my-skill
Security Audits
Frequently Asked Questions
What is Sklm?
Sklm is a CLI tool that centralizes management of skills (SKILL.md files) for your AI agents. It solves the tension between wanting skills globally available vs. per-project scoped, without polluting your agent's configuration. Developers can easily install, update, list, and remove skills across different scopes, ensuring their AI agents have the right capabilities for each context.
How to install Sklm?
To install Sklm: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/sklm.md. Finally, /sklm in Claude Code.
What is Sklm best for?
Sklm is a community categorized under General. It is designed for: agent. Created by Auran0s.
What can I use Sklm for?
Sklm is useful for: Install a skill globally so it's available to all your Claude Code sessions.; Scope a skill to a specific project to avoid polluting other projects with irrelevant instructions.; Quickly list all installed skills to see what your agent is currently equipped with.; Update a skill to its latest version from a remote source.; Remove a skill that is no longer needed to keep your agent's configuration clean.; Search for available skills in a central registry to discover new capabilities..