Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:37 +08:00
commit 097db974e4
10 changed files with 2407 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mcp-skill-creator",
"description": "Create workflow-optimized skills from MCP servers. Transform MCP tools into personalized skills with progressive disclosure, parallel execution, and embedded user preferences. Based on Anthropic's MCP + Code Execution best practices.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Meta-Skills Collection",
"email": "onlrrr@gmail.com"
},
"skills": [
"./skills/mcp-skill-creator"
]
}