Back to Apps

Skill Manager
Supports UIby omrikais
Unified skill manager for Claude Code and Codex CLI with canonical store and symlink deployment.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does
Skill Manager (sm) provides a centralized system for managing AI instruction files (skills) across multiple tools like Claude Code and Codex CLI. It eliminates the need for duplicate files by maintaining a single canonical copy in ~/.skill-manager/skills/ and deploying them via atomic symlinks to the respective tool directories.
Tools
list_skills: Browse all managed skills and their deployment status.get_skill: Read full markdown content and metadata for a specific skill.search_skills: Find skills by name, description, tags, or content.deploy_skill: Deploy a skill to Claude Code or Codex with automatic dependency resolution.undeploy_skill: Remove a skill deployment safely.suggest_skills: Recommend skills for a project based on file/directory triggers.get_analytics: Track skill usage and identify stale skills.list_sources: Manage remote git repositories as skill sources.sync_source: Pull updates from remote skill sources.
Installation
Install via git and npm link:
git clone https://github.com/omrikais/skill-manager && cd skill-manager && npm install && npm run build && npm link
To register the MCP server in Claude Code:
{
"mcpServers": {
"sm-skills": {
"command": "sm",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed for Claude Code and Codex CLI.
Quick install
git clone https://github.com/omrikais/skill-manager && cd skill-manager && npm install && npm run build && npm linkInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml:
[mcp_servers.sm-skills]
command = "sm"
args = ["mcp"]Claude Desktop
{
"mcpServers": {
"sm-skills": {
"command": "sm",
"args": ["mcp"]
}
}
}





