db-dump-cf

Export 1C configurations to CF backup files from file or server databases.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-cf-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-dump-cf
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/db-dump-cf
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-cf-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates exporting a 1C configuration into a CF file, removing the manual steps needed for backups, migration packages, and configuration snapshots.

Core Features & Use Cases

  • Automatic platform resolution: Finds the 1cv8.exe platform path from .v8-project.json or common installation folders.
  • Flexible database targeting: Works with file-based databases or server-based connections using a database name and reference.
  • Controlled export options: Supports user credentials, exporting a specific extension, or dumping all extensions.
  • Operational safety: Creates missing output folders, writes temporary logs, and cleans them up after completion.
  • Use case: A 1C developer can quickly back up a staging database before applying changes or deliver a CF snapshot for release packaging.

Quick Start

Use the db-dump-cf skill to export the selected 1C database configuration to a CF file and save it to the output path you want.

Frequently Asked Questions about db-dump-cf

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

FAQPage Schema
How do I export a 1C configuration to a CF file for backup?

To export a 1C configuration to a CF file, the Skill resolves the 1cv8.exe path and validates connection parameters for file-based or server-based information bases. It creates the output directory, executes the dump, and removes temporary logs after completion.

Can I export a specific 1C extension to CF instead of the entire configuration?

Yes, you can export a specific 1C extension to CF. The Skill supports controlled export options that allow dumping a single named extension or all extensions from the target information base using your provided credentials.

Does the CF export work with both file-based and server-based 1C information bases?

Yes, CF export works with both file-based and server-based 1C information bases. The Skill targets file-based databases directly and connects to server-based databases using a database name and reference, applying to migration and release packaging workflows.

How does the configuration dump handle the 1cv8.exe platform path resolution?

Configuration dump handles 1cv8.exe platform path resolution by automatically searching common installation folders or reading the path from a .v8-project.json file. This removes manual setup steps before exporting the 1C configuration.

What is the best way to automate routine 1C database backups for staging environments?

The best way to automate routine 1C database backups is using a scripted CF export. The Skill resolves platform paths, validates parameters, supports credentials, creates missing output folders, and cleans up temporary logs after execution.

Do I need to manually create the output directory before running a 1C configuration dump?

No, you do not need to manually create the output directory before running a 1C configuration dump. The Skill ensures operational safety by automatically creating missing output folders before exporting the CF file and removing temporary logs after execution.