1c-platform-tools-support

Automate 1C platform export, cf/cfu updates, and distributive package generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes support and delivery workflows for 1C platform projects, enabling quick preparation of distribution bundles and synchronization with cf/cfu configurations.

Core Features & Use Cases

  • Execute extension commands to export to dist, update cf/cfu support, and remove support
  • Create delivery templates and distribution files, and assemble distributive packages
  • Use MCP tooling to perform the same tasks when available, with projectPath abstraction

Quick Start

Open the extension commands palette and run the export to dist, update cf/cfu support, or create a distributive package for your current project.

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

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

FAQPage Schema
How do I automate 1C platform packaging and export distribution files?

To automate 1C platform packaging, you can use extension commands or MCP-based operations to export distributed files and assemble distributive packages. The process resolves the project root to a working directory and validates inputs before executing actions deterministically.

What is the best way to update cf and cfu configurations for a 1C project?

Updating cf and cfu configurations is handled through dedicated extension commands that synchronize support settings for your 1C project. The workflow validates the project path and applies deterministic execution patterns to ensure accurate configuration updates.

Can I use MCP tooling to create delivery templates for 1C platform projects?

Yes, you can use MCP tooling to create delivery templates and distribution files when available. The MCP operations utilize a projectPath abstraction to perform the same packaging and support tasks as direct extension commands.

How do I remove support from cf/cfu files in a 1C platform project?

Removing support from cf/cfu files is executed via specific extension commands designed for 1C platform projects. The system validates inputs and resolves the project root before performing the support removal action deterministically.

Does 1C platform packaging work without additional dependencies?

Yes, 1C platform packaging automation works without additional dependencies. The Skill operates through direct extension commands or MCP-based operations, requiring only a valid project root directory and proper input validation to execute distribution workflows.