skill-manager-mcp 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- skill_manager_mcp-0.1.0/LICENSE +144 -0
- skill_manager_mcp-0.1.0/PKG-INFO +63 -0
- skill_manager_mcp-0.1.0/README.md +39 -0
- skill_manager_mcp-0.1.0/pyproject.toml +43 -0
- skill_manager_mcp-0.1.0/setup.cfg +4 -0
- skill_manager_mcp-0.1.0/src/skill_manager/__init__.py +3 -0
- skill_manager_mcp-0.1.0/src/skill_manager/core.py +573 -0
- skill_manager_mcp-0.1.0/src/skill_manager/models.py +34 -0
- skill_manager_mcp-0.1.0/src/skill_manager/server.py +326 -0
- skill_manager_mcp-0.1.0/src/skill_manager/treeshell_functions.py +324 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/PKG-INFO +63 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/SOURCES.txt +14 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/dependency_links.txt +1 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/entry_points.txt +2 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/requires.txt +3 -0
- skill_manager_mcp-0.1.0/src/skill_manager_mcp.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
GNOSYS Personal Builder License (GPBL) v1.0
|
|
2
|
+
|
|
3
|
+
Copyright © 2025 Isaac Wostrel-Rubin
|
|
4
|
+
Guardian of the GNOSYS / Sanctuary Stack
|
|
5
|
+
|
|
6
|
+
GNOSYS and the Sanctuary libraries are free, open, and hackable for personal and internal use.
|
|
7
|
+
Run them, fork them, and share them — with one core constraint:
|
|
8
|
+
|
|
9
|
+
You can't sell them or run them as-a-service without a separate commercial license from me.
|
|
10
|
+
|
|
11
|
+
⸻
|
|
12
|
+
|
|
13
|
+
1 You Can
|
|
14
|
+
|
|
15
|
+
You are granted a non-exclusive, non-transferable, worldwide license to:
|
|
16
|
+
• Run GNOSYS / Sanctuary libraries anywhere, for yourself or inside your own org, for free.
|
|
17
|
+
• Study, modify, and extend the code, including:
|
|
18
|
+
• Changing behavior, structure, or architecture
|
|
19
|
+
• Adding MCPs, agents, workflows, UI, or integrations
|
|
20
|
+
• Share your modified versions (forks, patches, examples) publicly, as long as:
|
|
21
|
+
• You keep this license text, and
|
|
22
|
+
• Your distribution stays non-commercial (see §3).
|
|
23
|
+
|
|
24
|
+
This applies to:
|
|
25
|
+
• The GNOSYS meta-library
|
|
26
|
+
• Sanctuary / STARSYSTEM / HEAVEN / CartON / related libraries and tools in this repo
|
|
27
|
+
• Any example configs or reference agents shipped with them
|
|
28
|
+
|
|
29
|
+
unless a specific file or subproject explicitly states a different license.
|
|
30
|
+
|
|
31
|
+
⸻
|
|
32
|
+
|
|
33
|
+
2 Please Do
|
|
34
|
+
|
|
35
|
+
To keep the ecosystem coherent:
|
|
36
|
+
• Keep this license notice and a link back to the main repo.
|
|
37
|
+
• Clearly mark modifications (e.g. in the README:
|
|
38
|
+
"This is a modified version of GNOSYS by <your name>."
|
|
39
|
+
• When possible, credit GNOSYS / Sanctuary in docs or marketing as the underlying stack.
|
|
40
|
+
|
|
41
|
+
⸻
|
|
42
|
+
|
|
43
|
+
3 You Can't (Without a Commercial License)
|
|
44
|
+
|
|
45
|
+
You may not, without a separate written commercial license from Isaac Wostrel-Rubin:
|
|
46
|
+
• Sell GNOSYS / Sanctuary itself, including:
|
|
47
|
+
• Paid downloads, paywalled builds, or subscriptions
|
|
48
|
+
• "Pro" binaries where GNOSYS is the primary value
|
|
49
|
+
• Offer GNOSYS / Sanctuary as a hosted or managed service, including:
|
|
50
|
+
• SaaS platforms, hosted agents, or API products where:
|
|
51
|
+
• GNOSYS / Sanctuary code is a core dependency and
|
|
52
|
+
• Third parties sign up, pay, or are billed for access
|
|
53
|
+
• Bundle GNOSYS / Sanctuary into another paid product, where:
|
|
54
|
+
• The libraries are a key part of the product's value, even if not visible
|
|
55
|
+
• Or the product would not realistically function as-sold without them
|
|
56
|
+
• Re-license this code under a different, more permissive or commercial license.
|
|
57
|
+
|
|
58
|
+
If you want to:
|
|
59
|
+
• Build a SaaS,
|
|
60
|
+
• Embed this stack in a product, or
|
|
61
|
+
• Sell access to agents powered by GNOSYS / Sanctuary,
|
|
62
|
+
then you need a commercial license. See §9.
|
|
63
|
+
|
|
64
|
+
⸻
|
|
65
|
+
|
|
66
|
+
4 What Is Allowed Commercially
|
|
67
|
+
|
|
68
|
+
You may, without a separate license:
|
|
69
|
+
• Charge for your time and expertise, including:
|
|
70
|
+
• Consulting, coaching, architecture, and design work
|
|
71
|
+
• Installation, customization, and integration of GNOSYS / Sanctuary on the client's own infrastructure
|
|
72
|
+
• Teaching others how to use, extend, or modify the stack
|
|
73
|
+
• Use GNOSYS internally to:
|
|
74
|
+
• Accelerate your own work
|
|
75
|
+
• Build internal tools and workflows not sold as products
|
|
76
|
+
• Support your own content, research, or services
|
|
77
|
+
|
|
78
|
+
Put simply:
|
|
79
|
+
|
|
80
|
+
Selling your brain is OK. Selling GNOSYS / Sanctuary as a product or hosted service is not, unless you've got a commercial agreement.
|
|
81
|
+
|
|
82
|
+
⸻
|
|
83
|
+
|
|
84
|
+
5 Trademarks & Naming
|
|
85
|
+
|
|
86
|
+
"GNOSYS", "Sanctuary System", "STARSYSTEM", "Victory-Everything Chain (VEC)", "OMNISANC", and related marks, names, or logos may be protected as trademarks or service marks.
|
|
87
|
+
|
|
88
|
+
Under this license you:
|
|
89
|
+
• May reference these names factually (e.g. "Built on GNOSYS"), and
|
|
90
|
+
• May not imply official endorsement, partnership, or authorship by Isaac Wostrel-Rubin unless you actually have that agreement.
|
|
91
|
+
|
|
92
|
+
If you fork the stack into your own product, use your own brand and clearly mark it as such.
|
|
93
|
+
|
|
94
|
+
⸻
|
|
95
|
+
|
|
96
|
+
6 No Warranty
|
|
97
|
+
|
|
98
|
+
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to:
|
|
99
|
+
• Merchantability
|
|
100
|
+
• Fitness for a particular purpose
|
|
101
|
+
• Non-infringement
|
|
102
|
+
|
|
103
|
+
You assume all risk for using, modifying, or deploying this code.
|
|
104
|
+
|
|
105
|
+
⸻
|
|
106
|
+
|
|
107
|
+
7 Limitation of Liability
|
|
108
|
+
|
|
109
|
+
In no event shall the author(s) or copyright holder(s) be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
|
|
110
|
+
|
|
111
|
+
⸻
|
|
112
|
+
|
|
113
|
+
8 Termination
|
|
114
|
+
|
|
115
|
+
If you violate this license and do not remedy the violation within 30 days of being notified:
|
|
116
|
+
• Your rights under this license automatically terminate.
|
|
117
|
+
• You must stop using, distributing, or hosting GNOSYS / Sanctuary under this license.
|
|
118
|
+
|
|
119
|
+
The author may grant you a new license at their sole discretion after remediation.
|
|
120
|
+
|
|
121
|
+
⸻
|
|
122
|
+
|
|
123
|
+
9 Commercial Licensing
|
|
124
|
+
|
|
125
|
+
If you want to:
|
|
126
|
+
• Run GNOSYS / Sanctuary as a SaaS or hosted agent platform
|
|
127
|
+
• Embed it into a commercial product
|
|
128
|
+
• Resell it or bundle it into paid offerings
|
|
129
|
+
|
|
130
|
+
you must obtain a commercial license.
|
|
131
|
+
|
|
132
|
+
To do that:
|
|
133
|
+
1. Book a paid licensing meeting via
|
|
134
|
+
👉 https://isaacwr.carrd.co
|
|
135
|
+
and note that you are requesting a GNOSYS / Sanctuary commercial license.
|
|
136
|
+
2. The meeting payment reserves Isaac's time and is non-refundable if you decide not to purchase the license.
|
|
137
|
+
3. If you proceed, the meeting fee will be discounted against the license price.
|
|
138
|
+
|
|
139
|
+
The standard commercial license is:
|
|
140
|
+
|
|
141
|
+
$997 USD — universal commercial rights
|
|
142
|
+
(to use GNOSYS / Sanctuary in your own commercial products and services, subject to the terms in the commercial agreement).
|
|
143
|
+
|
|
144
|
+
Do not book this meeting unless you are seriously intending to obtain the license; the call fee compensates for time even if you choose not to move forward.
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: skill-manager-mcp
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Self-steering skill management MCP with RAG-based prediction matching
|
|
5
|
+
Author-email: Isaac Wostrel-Rubin <isaac@sanctuary.systems>
|
|
6
|
+
License-Expression: LicenseRef-GPBL-1.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/sancovp/skill-manager-mcp
|
|
8
|
+
Project-URL: Repository, https://github.com/sancovp/skill-manager-mcp
|
|
9
|
+
Project-URL: Issues, https://github.com/sancovp/skill-manager-mcp/issues
|
|
10
|
+
Keywords: mcp,skills,rag,self-steering,claude-code,compound-intelligence
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Requires-Python: >=3.10
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
License-File: LICENSE
|
|
20
|
+
Requires-Dist: mcp>=1.0.0
|
|
21
|
+
Requires-Dist: chromadb>=0.4.0
|
|
22
|
+
Requires-Dist: pydantic>=2.0.0
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
|
|
25
|
+
# Skill Manager
|
|
26
|
+
|
|
27
|
+
Self-steering skill management MCP with RAG-based prediction matching.
|
|
28
|
+
|
|
29
|
+
Part of the [GNOSYS](https://github.com/sancovp/gnosys) compound intelligence ecosystem.
|
|
30
|
+
|
|
31
|
+
## Features
|
|
32
|
+
|
|
33
|
+
- Create/manage skills compatible with Claude Code's skill format
|
|
34
|
+
- Skillsets for grouping related skills
|
|
35
|
+
- RAG-based skill search using ChromaDB
|
|
36
|
+
- SkillLog prediction matching for self-steering
|
|
37
|
+
|
|
38
|
+
## Usage
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
pip install skill-manager-mcp
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Add to your MCP config:
|
|
45
|
+
```json
|
|
46
|
+
{
|
|
47
|
+
"skill-manager": {
|
|
48
|
+
"command": "skill-manager"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Tools
|
|
54
|
+
|
|
55
|
+
- `list_skills` - List all available skills
|
|
56
|
+
- `get_skill` - Get full skill content
|
|
57
|
+
- `create_skill` - Create a new skill
|
|
58
|
+
- `search_skills` - Semantic search for skills
|
|
59
|
+
- `match_skilllog` - Match SkillLog predictions
|
|
60
|
+
- `list_skillsets` - List skill groups
|
|
61
|
+
- `create_skillset` - Create skill group
|
|
62
|
+
- `activate_skillset` - Load all skills in a group
|
|
63
|
+
- `add_to_skillset` - Add skill to group
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Skill Manager
|
|
2
|
+
|
|
3
|
+
Self-steering skill management MCP with RAG-based prediction matching.
|
|
4
|
+
|
|
5
|
+
Part of the [GNOSYS](https://github.com/sancovp/gnosys) compound intelligence ecosystem.
|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- Create/manage skills compatible with Claude Code's skill format
|
|
10
|
+
- Skillsets for grouping related skills
|
|
11
|
+
- RAG-based skill search using ChromaDB
|
|
12
|
+
- SkillLog prediction matching for self-steering
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
pip install skill-manager-mcp
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Add to your MCP config:
|
|
21
|
+
```json
|
|
22
|
+
{
|
|
23
|
+
"skill-manager": {
|
|
24
|
+
"command": "skill-manager"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Tools
|
|
30
|
+
|
|
31
|
+
- `list_skills` - List all available skills
|
|
32
|
+
- `get_skill` - Get full skill content
|
|
33
|
+
- `create_skill` - Create a new skill
|
|
34
|
+
- `search_skills` - Semantic search for skills
|
|
35
|
+
- `match_skilllog` - Match SkillLog predictions
|
|
36
|
+
- `list_skillsets` - List skill groups
|
|
37
|
+
- `create_skillset` - Create skill group
|
|
38
|
+
- `activate_skillset` - Load all skills in a group
|
|
39
|
+
- `add_to_skillset` - Add skill to group
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "skill-manager-mcp"
|
|
7
|
+
version = "0.1.0"
|
|
8
|
+
description = "Self-steering skill management MCP with RAG-based prediction matching"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = "LicenseRef-GPBL-1.0"
|
|
11
|
+
license-files = ["LICENSE"]
|
|
12
|
+
authors = [
|
|
13
|
+
{ name = "Isaac Wostrel-Rubin", email = "isaac@sanctuary.systems" },
|
|
14
|
+
]
|
|
15
|
+
keywords = ["mcp", "skills", "rag", "self-steering", "claude-code", "compound-intelligence"]
|
|
16
|
+
requires-python = ">=3.10"
|
|
17
|
+
classifiers = [
|
|
18
|
+
"Development Status :: 4 - Beta",
|
|
19
|
+
"Intended Audience :: Developers",
|
|
20
|
+
"Programming Language :: Python :: 3",
|
|
21
|
+
"Programming Language :: Python :: 3.10",
|
|
22
|
+
"Programming Language :: Python :: 3.11",
|
|
23
|
+
"Programming Language :: Python :: 3.12",
|
|
24
|
+
]
|
|
25
|
+
dependencies = [
|
|
26
|
+
"mcp>=1.0.0",
|
|
27
|
+
"chromadb>=0.4.0",
|
|
28
|
+
"pydantic>=2.0.0",
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
[project.urls]
|
|
32
|
+
Homepage = "https://github.com/sancovp/skill-manager-mcp"
|
|
33
|
+
Repository = "https://github.com/sancovp/skill-manager-mcp"
|
|
34
|
+
Issues = "https://github.com/sancovp/skill-manager-mcp/issues"
|
|
35
|
+
|
|
36
|
+
[project.scripts]
|
|
37
|
+
skill-manager = "skill_manager.server:main"
|
|
38
|
+
|
|
39
|
+
[tool.setuptools.packages.find]
|
|
40
|
+
where = ["src"]
|
|
41
|
+
|
|
42
|
+
[tool.setuptools.package-data]
|
|
43
|
+
"*" = ["*.yaml", "*.json", "*.md"]
|