1c-platform-tools-configuration

Load, export, and build 1C platform configurations via extension commands.

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-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-configuration
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-configuration
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the core lifecycle of 1C configurations by enabling loading from sources, exporting to cf, deploying incremental changes, and assembling or decompiling 1Cv8.cf without manual, repetitive commands.

Core Features & Use Cases

  • Load configurations from src/cf or 1Cv8.cf with a single action.
  • Dump configurations back to src/cf or cf for version control and deployment.
  • Integrate with MCP or extension commands to execute workflows without relying on manual menu navigation.

Quick Start

Use extension commands or MCP tools to perform configuration load, dump, incremental updates, and build or decompile as needed.

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

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

FAQPage Schema
How do I automate 1C configuration load and dump without manual commands?

Automate 1C configuration load and dump by running predefined extension commands or MCP tools, bypassing manual menu navigation. This enables single-action loading from sources, exporting to cf, and deploying incremental updates directly.

Can I build or decompile 1Cv8.cf using extension commands?

Yes, you can build or decompile 1Cv8.cf by executing specific extension commands like 1c-platform-tools.configuration.build. This assembles or decompiles configuration files programmatically without manual intervention.

What is the best way to load a 1C configuration from source files?

The best way to load a 1C configuration from source files is using the 1c-platform-tools.configuration.loadFromSrc command. It automates source-based loads and incremental updates through MCP or extension workflows.

Does this 1C configuration workflow support MCP tool integration?

Yes, 1C configuration workflows support MCP tool integration. You can execute MCP equivalents of extension commands to load, dump, build, and decompile configurations without relying on UI navigation.

How to dump a 1C configuration to cf for version control?

Dump a 1C configuration to cf by running the 1c-platform-tools.configuration.dumpToCf command. This exports configurations back to src/cf or cf files, enabling version control and deployment automation.

Why should I use command-based 1C configuration management instead of the UI?

Use command-based 1C configuration management to automate the core lifecycle of loading, dumping, and building configurations. It eliminates repetitive manual commands and enables seamless integration with MCP or extension workflows.