mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-10 08:04:56 +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>
32 lines
904 B
JSON
32 lines
904 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
|
"name": "1c-skills",
|
|
"description": "[PowerShell] Навыки для разработки на 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": "./.claude/skills/"
|
|
}
|