BeClaude

Sklm

New
7GitHub TrendingGeneralby Auran0s

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.

First seen 6/15/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/sklm.md

3
Invoke in Claude Code
/sklm

Use Cases

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.

Usage Examples

1

/sklm install github.com/user/skill-repo

2

/sklm list --scope project

3

/sklm remove my-skill

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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