1c-platform-tools-extensions

Load, export, build, and decompile 1C configuration extensions via commands or MCP.

178|16|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-extensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-extensions
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-extensions
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-extensions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Загрузка и выгрузка расширений конфигурации 1С. Используй, когда пользователь просит загрузить расширение из исходников, выгрузить в cfe, собрать или разобрать cfe, загрузить из objlist.

Core Features & Use Cases

  • Расширения: загрузка из src/cfe, выгрузка в src/cfe, загрузка из objlist.txt, загрузка из *.cfe, сборка и разбор расширений через команды и MCP.
  • Поддерживает работу через команды расширения или инструменты MCP, обеспечивая единый рабочий поток для управления расширениями.
  • Примеры использования включают подготовку расширений к интеграции в конфигурацию 1С и подготовку артефактов к развёртыванию.

Quick Start

Load an extension from src/cfe or objlist and optionally build or decompile it within your 1C project.

Frequently Asked Questions about 1c-platform-tools-extensions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load a 1C extension from source files?

To load a 1C extension from source files, use the designated command ID or MCP tool provided by this skill, ensuring you specify the projectPath. This imports the configuration extension directly from your src directory into the 1C project.

Can I build and decompile 1C cfe files through MCP?

Yes, you can build and decompile 1C cfe files through MCP by invoking the specific command IDs for each operation. You must provide the projectPath parameter to coordinate the assembly or disassembly of the extension artifacts.

What is the best way to export a 1C configuration extension to cfe?

The best way to export a 1C configuration extension to cfe is by using the skill's explicit dump command. This operation packages your configuration changes into a cfe file, preparing the artifact for deployment and integration into the target system.

How do I import a 1C extension from an objlist.txt file?

You can import a 1C extension from an objlist.txt file by executing the load from objlist command. This processes the object list to load the specified configuration extension elements into your 1C project workspace.

Does this skill require a projectPath for 1C extension management?

Yes, a projectPath is strictly required when using MCP to manage 1C platform configuration extensions. The skill coordinates all import, export, build, and decompile operations by targeting this specified project directory path.