Publish DESIGN.md生成器 skill to marketplace

Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources.
Confidence: high
Scope-risk: narrow
Directive: Keep private/internal skills out of the public marketplace and preserve normal incremental market Git history.
Tested: Marketplace validation passed.
This commit is contained in:
KeyInfo Bot
2026-06-24 18:01:49 +08:00
parent 0d5600791f
commit 84fceaf9a9
8 changed files with 469 additions and 0 deletions
@@ -315,6 +315,18 @@
"authentication": "ON_INSTALL"
},
"category": "MCP"
},
{
"name": "design-md",
"source": {
"source": "local",
"path": "./plugins/design-md"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "知识库与检索"
}
]
}