Skill Manager TreeShell MCP - Three-tier skill architecture for compound intelligence
Project description
skill-manager-treeshell
TreeShell MCP for three-tier skill architecture in the GNOSYS compound intelligence ecosystem.
Overview
skill-manager-treeshell provides skill, skillset, and persona management through a TreeShell interface. Skills are on-demand context injection - text that gets loaded into conversations when needed.
Installation
pip install skill-manager-treeshell
MCP Configuration
Add to your Claude Code claude_desktop_config.json:
{
"mcpServers": {
"skill-manager-treeshell": {
"command": "skill-manager-treeshell"
}
}
}
Three-Tier Architecture
1. Global Catalog
All skills, searchable via RAG. The source of truth.
2. Equipped State
Currently loaded skills for this session. What's active right now.
3. Skillsets
Named groups of skills for batch loading. "Equip the web-dev skillset" loads multiple related skills at once.
Actions
Global Catalog
| Action | Description |
|---|---|
| list_skills | List all skills in catalog |
| list_domains | List skill domains |
| list_by_domain | List skills in a domain |
| get_skill | Get full skill content |
| create_skill | Create a new skill |
| search_skills | RAG search over skills |
Equipped State
| Action | Description |
|---|---|
| list_equipped | List currently equipped skills |
| get_equipped_content | Get content of all equipped |
| equip | Equip a skill or skillset |
| unequip | Unequip a skill |
| unequip_all | Clear all equipped |
Skillsets
| Action | Description |
|---|---|
| list_skillsets | List all skillsets |
| create_skillset | Create a skillset |
| add_to_skillset | Add skill to skillset |
| match_skilllog | Match SkillLog prediction |
Personas
| Action | Description |
|---|---|
| list_personas | List all personas |
| create_persona | Create a persona |
| equip_persona | Equip a persona |
| get_active_persona | Get active persona |
| deactivate_persona | Deactivate current persona |
Usage
# List available skills
list_skills.exec {}
# Search for skills
search_skills.exec {"query": "vue component patterns"}
# Equip a skill
equip.exec {"name": "make-mcp"}
# Get equipped content
get_equipped_content.exec {}
Part of GNOSYS
This package is part of the GNOSYS compound intelligence system for Claude Code.
License
GNOSYS Personal Builder License (GPBL) v1.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skill_manager_treeshell-0.1.4.tar.gz.
File metadata
- Download URL: skill_manager_treeshell-0.1.4.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eb1da89d121b7a8f2bb36ad3701409983f902439a5660e1f7c2a977219dc695
|
|
| MD5 |
0aac41a1338bb8df2c4869b28b393f6c
|
|
| BLAKE2b-256 |
0f45df14398794b57c3694dbe428cccd8deda30f965187da5fb329daef64f238
|
File details
Details for the file skill_manager_treeshell-0.1.4-py3-none-any.whl.
File metadata
- Download URL: skill_manager_treeshell-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9f28705b4d992db8cf5067bf3c436a1be4bc01d2e13caab80b7dc3423d7eab4
|
|
| MD5 |
36aa69d25512fe69f8a779e3a6228e72
|
|
| BLAKE2b-256 |
b90aa27667e65e14bf16da31945d3c9e2d5eb7a4e0cfbe867a1ea9b2a10d5dac
|