mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-10 16:14:54 +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>
37 lines
1019 B
Cheetah
37 lines
1019 B
Cheetah
{
|
|
"name": "{{PLUGIN_NAME}}",
|
|
"version": "{{VERSION}}",
|
|
"description": "[{{RUNTIME_LABEL}}] Навыки для разработки на 1С:Предприятие 8.3 — абстракции над XML-форматами и CLI конфигуратора, плюс глаза и руки для тестирования через веб-клиент.",
|
|
"author": {
|
|
"name": "Nikolay Shirokov"
|
|
},
|
|
"homepage": "https://github.com/Nikolay-Shirokov/cc-1c-skills",
|
|
"repository": "https://github.com/Nikolay-Shirokov/cc-1c-skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"1c",
|
|
"1c-dev",
|
|
"cf",
|
|
"cfe",
|
|
"epf",
|
|
"erf",
|
|
"metadata",
|
|
"configuration",
|
|
"extension",
|
|
"form",
|
|
"report",
|
|
"skd",
|
|
"data-processor",
|
|
"mxl",
|
|
"web-client",
|
|
"testing",
|
|
"test-automation"
|
|
],
|
|
"skills": "./.codex/skills/",
|
|
"interface": {
|
|
"displayName": "1C Skills ({{RUNTIME_LABEL}})",
|
|
"shortDescription": "{{SHORT_DESCRIPTION}}",
|
|
"category": "Development"
|
|
}
|
|
}
|