feat: package vscode skill target

This commit is contained in:
yaojingang
2026-06-13 20:15:50 +08:00
parent f42bed2c98
commit 36dc46ab9b
55 changed files with 2586 additions and 284 deletions
+3
View File
@@ -129,6 +129,7 @@ compatibility:
- "openai"
- "claude"
- "generic"
- "vscode"
activation:
mode: "manual"
paths: []
@@ -143,6 +144,7 @@ compatibility:
openai: "metadata-adapter"
claude: "neutral-source-plus-adapter"
generic: "neutral-source"
vscode: "agent-skills-source-with-vscode-notes"
"""
@@ -213,6 +215,7 @@ def build_manifest(name: str, mode: str, archetype: str) -> dict:
"claude",
"generic",
"agent-skills-compatible",
"vscode",
],
"factory_components": [
"references",