Skill Claude CodeCodex
A workflow for adding a metadata object to a 1C configuration, including its fields, interface section, and form. 1C is a business-application platform whose configurations define data and screens.
Skill Claude CodeCodex
A workflow for adding a metadata object to a 1C configuration, including its fields, interface section, and form. 1C is a business-application platform whose configurations define data and screens.
Skill Claude CodeCodex
A focused editor for 1C configuration files, used by the Russian 1C business-software platform. It changes configuration properties, registers or removes existing objects, and manages default roles in Configuration.xml.
Skill Claude CodeCodex
A command-line reader for a 1C configuration export, using its Configuration.xml file to describe the application’s structure. A 1C configuration is the definition of its data objects, forms, settings, and other application parts.
Skill Claude CodeCodex
A starter set of XML source files for a new empty 1C configuration. It creates the main configuration file, a Russian language file, and the command-interface file referenced by the configuration.
Skill Claude CodeCodex
A workflow for creating a complete 1C configuration from an empty starting point. A configuration is the application structure in 1C, including its data objects, screens, subsystems, and access roles.
Skill Claude CodeCodex
A validator for a 1C configuration, where 1C is a business software platform. It checks the exported configuration files for structural problems in XML, settings, languages, and object folders.
Skill Claude CodeCodex
A tool for borrowing existing 1C configuration objects into a CFE, the extension format used to modify a 1C application without changing its main configuration.
Skill Claude CodeCodex
A command-line checker for 1C configuration extensions (CFE), which are packages that add or change parts of a 1C application configuration. It lists the extension’s objects and can check whether marked code changes were copied into the main configuration.
Skill Claude CodeCodex
An end-to-end workflow for creating and checking a 1C configuration extension, from initial setup to validation.
Skill Claude CodeCodex
A command that creates the starter XML files for a 1C configuration extension, which changes or adds to an existing 1C business application.
Skill Claude CodeCodex
A tool for creating method interceptors in a 1C configuration extension. 1C is business software, and an interceptor can run code before, after, or instead of an inherited method.
Skill Claude CodeCodex
A validator for a CFE, the extension format used to modify a 1C configuration, that checks its XML structure and included objects.
Command
A command for starting Yandex Browser with remote debugging enabled. Remote debugging lets developer tools connect to a running browser through the Chrome DevTools Protocol, a standard interface for inspecting web pages.
Command
A checker for duplicate UUIDs in 1C MDO metadata files. UUIDs are identifiers that should be unique within the relevant files.
Command
A local command that converts a Microsoft Word DOCX document into a Markdown text file, also extracting its images into an adjacent folder.
Command
A command for moving a project to another folder while keeping Claude Code's saved memory, sessions, and plans.
Hook
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing support-guard.mjs via node. From Desko77/claude-code-skills-1c.
Hook
Runs after a tool call finishes for Read, Edit, Write and MultiEdit tool calls, executing skill-suggester.mjs via node. From Desko77/claude-code-skills-1c.
Skill Claude CodeCodex
A checker for calls to shared 1C modules, using an exported configuration index. Shared modules are reusable code units that other parts of a 1C application can call.
Skill Claude CodeCodex
An offline reference for the programming interface of 1C's standard subsystems library. It lists available shared modules, exported methods, parameters, execution contexts, and extension handlers.
Skill Claude CodeCodex
A command for adding a command to an existing 1C external processing tool that uses the standard subsystem library. It also generates the handler that runs the command.
Skill Claude CodeCodex
A tool that adds the registration function required for a 1C external report or processing to appear in the standard subsystems library. That library is 1C's built-in collection of common application features.
Skill Claude CodeCodex
A workflow for adding a complete metadata object to a 1C configuration, including its fields, table sections, subsystem placement, form, and validation.
Skill Claude CodeCodex
A tool for making focused changes to a 1C configuration's XML source files. A 1C configuration is the structure and code that define a 1C business application.