📦
Skill Manager MCP
Self-steering skill management MCP with RAG-based prediction matching
0 installs
Trust: 53 — Fair
Ai
Installation
npx skill-manager-mcpAsk AI about Skill Manager MCP
Powered by Claude · Grounded in docs
I know everything about Skill Manager MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Skill Manager
Self-steering skill management MCP with RAG-based prediction matching.
Part of the GNOSYS compound intelligence ecosystem.
Features
- Create/manage skills compatible with Claude Code's skill format
- Skillsets for grouping related skills
- RAG-based skill search using ChromaDB
- SkillLog prediction matching for self-steering
Usage
pip install skill-manager-mcp
Add to your MCP config:
{
"skill-manager": {
"command": "skill-manager"
}
}
Tools
list_skills- List all available skillsget_skill- Get full skill contentcreate_skill- Create a new skillsearch_skills- Semantic search for skillsmatch_skilllog- Match SkillLog predictionslist_skillsets- List skill groupscreate_skillset- Create skill groupactivate_skillset- Load all skills in a groupadd_to_skillset- Add skill to group
