Are you the author? Sign in to claim
Claude Code skill for managing skills, MCPs, and plugins by categories
Stop rebuilding your tool setup for every project. Catalog skills and MCP servers once, group them by workflow, and switch each project to the capabilities it actually needs.
skills-manager is a category-based function manager for AI coding CLIs. This repository contains two independent implementations:
Both versions support natural-language management, project-oriented categories, MCP migration, safety previews, and reproducible switching. They use different runtime layouts and configuration formats, so choose the implementation that matches your agent.
Once you install several skills and MCP servers, three problems appear:
skills-manager turns those scattered tools into a managed function catalog:
User-level function catalog
↓
Categories: research / coding / office / ...
↓
Project receives only the selected skills and MCP servers
You can ask the agent naturally:
Scan my newly installed skills and MCP servers.
Create a research category with paper writing and reference tools.
What is the smallest useful function set for this project?
Switch the current project to research.
Switch the current project to None.
The implementation translates the request into deterministic operations, previews mutations, asks for confirmation, applies them, and validates the result.
| skills-manager-codex | skills-manager-claude-code | |
|---|---|---|
| Target | OpenAI Codex CLI | Anthropic Claude Code CLI |
| User skill source | ~/.codex/skills | ~/.claude/skills |
| User MCP source | ~/.codex/config.toml | ~/.claude.json |
| Project skills | .codex/skills/ links | Claude Code skill overrides |
| Project MCP config | .codex/config.toml | .mcp.json |
| Project state | .codex/skills-manager-state.toml | skills-manager-state.json |
| Managed bundle | skills-manager-defined plugin | Claude Code skills/MCPs/plugins |
| Requirements | Python 3.11+, tomlkit | Python 3.6+, standard library |
The two implementations are maintained independently. Their source code and personal configuration files are not synchronized. Both guides target their respective CLI; desktop, web, and IDE integrations are not guaranteed to share the same discovery, configuration, or project-switching behavior.
The two Git installations use sparse checkout, so each CLI downloads only its own implementation.
PowerShell:
git clone --depth 1 --filter=blob:none --sparse https://github.com/Xue-Sir/skills-manager.git skills-manager-codex-source
git -C skills-manager-codex-source sparse-checkout set skills-manager-codex
New-Item -ItemType Directory -Force "$HOME\.codex\skills" | Out-Null
Copy-Item -Recurse ".\skills-manager-codex-source\skills-manager-codex" "$HOME\.codex\skills\skills-manager"
python -m pip install -r "$HOME\.codex\skills\skills-manager\requirements.txt"
Bash:
git clone --depth 1 --filter=blob:none --sparse https://github.com/Xue-Sir/skills-manager.git skills-manager-codex-source
git -C skills-manager-codex-source sparse-checkout set skills-manager-codex
mkdir -p ~/.codex/skills
cp -R skills-manager-codex-source/skills-manager-codex ~/.codex/skills/skills-manager
python -m pip install -r ~/.codex/skills/skills-manager/requirements.txt
Then start with:
$skills-manager Scan my user-level skills and MCP servers and show what can be adopted.
Read the Codex guide for ownership rules, project switching, backups, and configuration.
PowerShell:
git clone --depth 1 --filter=blob:none --sparse https://github.com/Xue-Sir/skills-manager.git skills-manager-claude-code-source
git -C skills-manager-claude-code-source sparse-checkout set skills-manager-claude-code
New-Item -ItemType Directory -Force "$HOME\.claude\skills" | Out-Null
Copy-Item -Recurse ".\skills-manager-claude-code-source\skills-manager-claude-code" "$HOME\.claude\skills\skills-manager"
Bash:
git clone --depth 1 --filter=blob:none --sparse https://github.com/Xue-Sir/skills-manager.git skills-manager-claude-code-source
git -C skills-manager-claude-code-source sparse-checkout set skills-manager-claude-code
mkdir -p ~/.claude/skills
cp -R skills-manager-claude-code-source/skills-manager-claude-code ~/.claude/skills/skills-manager
Then start with:
/skills-manager scan
Read the Claude Code guide for categories, migration behavior, commands, and configuration.
skills-manager/
├── README.md
├── LICENSE
├── skills-manager-codex/
│ └── README.md
└── skills-manager-claude-code/
└── README.md
Published configuration files are initialization templates. They do not contain the author's personal skills, MCP definitions, tokens, or user-level configuration.
Released under the MIT License.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles
WCAG accessibility audit — automated scanning, manual review, remediation