Publish AGENTS.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-18 16:22:09 +08:00
parent 44448fe75f
commit 06cd1c41c5
8 changed files with 424 additions and 0 deletions
+12
View File
@@ -303,6 +303,18 @@
"authentication": "ON_INSTALL"
},
"category": "开发工具"
},
{
"name": "generate-agents-md",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/generate-agents-md"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "知识库与检索"
}
]
}