mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-15 10:24:57 +03:00
df9541470c
- Replace overreaching "полный цикл разработки... до записи видеоинструкций" pitch with grounded one-liner matching the GitHub repo description (XML/CLI abstractions + eyes & hands for web-client testing). - Drop non-standard per-plugin `interface.shortDescription` from .agents/plugins/marketplace.json — MarketplaceInterface only describes `displayName`, openai/plugins keeps per-plugin entries minimal (name/source/policy/category). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
33 lines
679 B
JSON
33 lines
679 B
JSON
{
|
|
"name": "cc-1c-skills",
|
|
"interface": {
|
|
"displayName": "1C Skills"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "1c-skills",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://github.com/Nikolay-Shirokov/cc-1c-skills.git",
|
|
"ref": "port-codex"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE"
|
|
},
|
|
"category": "Development"
|
|
},
|
|
{
|
|
"name": "1c-skills-py",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://github.com/Nikolay-Shirokov/cc-1c-skills.git",
|
|
"ref": "port-codex-py"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE"
|
|
},
|
|
"category": "Development"
|
|
}
|
|
]
|
|
}
|