feat: 导出 SproutClaw .sproutclaw 配置

包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
2026-06-26 15:48:56 +08:00
commit 50edff80f5
13904 changed files with 411646 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "ppt-master",
"description": "Generate natively editable PPTX from PDF / DOCX / URL / Markdown.",
"author": {
"name": "Hugo He",
"email": "heyug3@gmail.com",
"url": "https://www.hehugo.com/"
},
"homepage": "https://github.com/hugohe3/ppt-master",
"repository": "https://github.com/hugohe3/ppt-master",
"license": "MIT",
"keywords": [
"pptx",
"presentation",
"powerpoint",
"svg",
"drawingml",
"ai",
"skill",
"office",
"document-conversion"
],
"skills": "./"
}