1c-platform-tools-dependencies

Initializes 1C projects and manages dependencies via commandable workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial setup of 1C projects by guiding and executing dependencies initialization, project structure setup, and MCP workflows through extension commands or MCP tools.

Core Features & Use Cases

  • Initialize packagedef and project structure to bootstrap a 1C project.
  • Install and update OneScript, opm, and project dependencies, or remove them as needed.
  • Use MCP automation for dependency management with guaranteed projectPath parameter passing.

Quick Start

Execute the extension commands to initialize packagedef, set up the project structure, and install dependencies.

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

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

FAQPage Schema
How do I initialize a 1C project structure and packagedef automatically?

To initialize a 1C project structure and packagedef, you can use an automated Skill that executes extension commands to bootstrap the project foundation without manual command palette prompts.

What's the best way to install OneScript and update opm for a 1C project?

The best way to install OneScript and update opm is through an automated MCP workflow that executes extension commands, requiring only a valid projectPath to run the installation seamlessly.

Can I manage 1C project dependencies using MCP automation?

Yes, you can manage 1C project dependencies using MCP automation, which installs or removes dependencies via extension commands by passing a guaranteed projectPath parameter.

Does 1C project setup with MCP require manually opening the command palette?

No, 1C project setup via MCP does not require manually opening the command palette; the automation executes initialization and dependency installation directly when provided a projectPath.

Why do I need to pass a projectPath for 1C dependency management?

You need to pass a projectPath for 1C dependency management because the MCP pipelines and extension commands require a guaranteed target directory to initialize packagedef and install dependencies correctly.

What steps are needed to configure Git and set up 1C project dependencies?

Configuring Git and setting up 1C project dependencies involves executing a sequence of extension commands or MCP pipelines that initialize the project structure, install OneScript, and update opm.