Desko77/claude-code-skills-1c

116 skills and 40 rules for Claude Code: the agent collects 1C source data (metadata, forms, extensions, roles, DCS, and data processors) from compact JSON and parses it back. Basic operations require no Configurator.

62Stars on the repository
122Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

1c-interface-edit

49

Desko77/claude-code-skills-1c

Skill Claude Code

A tool for editing the command menu of a 1C subsystem, a functional area in the 1C business software platform. It can change which commands appear, their groups, and their order.

not rated 62 +7 today A 39 tokens copy · 94% MIT

Desko77/claude-code-skills-1c

Skill Claude Code

A validator for the command interface of a 1C subsystem. This interface is the menu and command structure users see for that part of a 1C application.

not rated 62 +7 today A 35 tokens copy · 95% MIT

1c-mcp-toolkit

51

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A local HTTP API for working with a running 1C:Enterprise database through the MCP Toolkit processing file. 1C:Enterprise is a platform for business applications, and this tool can access its live runtime context.

not rated 62 +7 today B SkillSpector: warn 330 tokens original MIT

1c-meta-compile

52

Desko77/claude-code-skills-1c

Skill Claude Code

A generator for creating 1C metadata objects from a JSON description. Metadata objects include parts of a 1C business configuration, such as catalogs, documents, registers, constants, modules, reports, and data processors.

not rated 62 +7 today A SkillSpector: warn 51 tokens original MIT

1c-meta-decompile

53

Desko77/claude-code-skills-1c

Skill Claude Code

A tool for turning a 1C metadata object’s XML into a compact JSON draft for the 1C object generator. It is intended for copying the structure of an existing object into a new one.

not rated 62 +7 today A 61 tokens copy · 88% MIT

1c-meta-edit

54

Desko77/claude-code-skills-1c

Skill Claude Code

A tool for making focused changes to an existing 1C metadata object, such as a catalog, document, register, or report. Metadata defines the structure and properties of these objects in a 1C configuration.

not rated 62 +7 changed yesterday A 51 tokens copy · 92% MIT

1c-meta-info

55

Desko77/claude-code-skills-1c

Skill Claude Code

A compact reader for 1C metadata exported as XML. Metadata describes an application's objects, such as their fields, table sections, forms, types, and document postings.

not rated 62 +7 today A 78 tokens copy · 86% MIT

1c-meta-remove

56

Desko77/claude-code-skills-1c

Skill Claude Code

A safe removal tool for deleting an object from a 1C configuration, such as a catalogue, document, register, or shared module. It checks whether other configuration parts refer to that object.

not rated 62 +7 today A 33 tokens copy · 86% MIT

1c-meta-validate

57

Desko77/claude-code-skills-1c

Skill Claude Code needs its repo

A checker for XML metadata objects in a 1C configuration. Metadata describes parts of a 1C application, such as catalogues, documents, registers, and their fields.

not rated 62 +7 today A SkillSpector: warn 35 tokens original MIT

1c-mxl-compile

58

Desko77/claude-code-skills-1c

Skill Claude Code

A compiler that turns a JSON description into an XML layout for a 1C tabular document. Tabular documents are 1C layouts used for printed forms and reports.

not rated 62 +7 today A SkillSpector: warn 36 tokens original MIT

1c-mxl-decompile

59

Desko77/claude-code-skills-1c

Skill Claude Code

A converter that turns an existing 1C tabular-document layout in XML into a compact JSON description. The JSON can be read and edited more easily than the original XML.

not rated 62 +7 today A SkillSpector: warn 41 tokens original MIT

1c-mxl-info

60

Desko77/claude-code-skills-1c

Skill Claude Code

A structure-inspection tool for 1C tabular-document layouts, which define printed forms and reports. It lists named areas, parameters, and column groups instead of showing the full XML file.

not rated 62 +7 today A 47 tokens copy · 94% MIT

1c-mxl-validate

61

Desko77/claude-code-skills-1c

Skill Claude Code

A checker for 1C tabular-document layouts, which are XML files describing printed forms and reports. It checks structural details such as indexes, palettes, named areas, and merged ranges.

not rated 62 +7 today A 36 tokens copy · 89% MIT

1c-naparnik

62

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A connection to 1C:Naparnik, a service for analyzing BSL code and searching 1C documentation and standards. BSL is the programming language used by the 1C:Enterprise platform.

not rated 62 +7 today A 68 tokens original MIT

1c-platform-docs

63

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

1C platform API documentation tools via bsl-platform-help MCP server - search, info, members, constructors. Supports keyword, semantic (embeddings), and hybrid search. Use when checking built-in functions, types, methods, or properties of the 1C platform.

not rated 62 +7 today A 60 tokens original MIT

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

Advanced query patterns for 1C: temporary tables, joins, DCS optimization. Use for complex queries beyond basic rules in query-optimization-tips.md.

not rated 62 +7 today A 38 tokens original MIT

1c-query-validate

65

Desko77/claude-code-skills-1c

Skill Claude Code needs its repo

A checker for 1C database queries. It compares the tables, records, virtual tables, and fields named in a query with an index of the 1C configuration.

not rated 62 +7 today A 60 tokens original MIT

1c-role-compile

66

Desko77/claude-code-skills-1c

Skill Claude Code

A role generator for 1C, where a role is a set of permissions for software objects. It turns a JSON description of allowed actions into the XML files that define the role.

not rated 62 +7 today A 31 tokens original MIT

1c-role-info

67

Desko77/claude-code-skills-1c

Skill Claude Code

A permission inspector for 1C roles. It reads a role’s XML file and summarizes which software objects users may access, what they may do, and which record-level restrictions apply.

not rated 62 +7 today A 51 tokens copy · 91% MIT

1c-role-validate

68

Desko77/claude-code-skills-1c

Skill Claude Code needs its repo

A validator for 1C role permission files. It checks the XML format, permission names, object types, record restrictions, templates, and optionally the objects referenced by the role.

not rated 62 +7 today A SkillSpector: warn 29 tokens original MIT

1c-skd-compile

69

Desko77/claude-code-skills-1c

Skill Claude Code

A generator that creates a 1C report schema from a compact JSON definition. The schema describes report data sources, queries, fields, calculations, parameters, and layout settings.

not rated 62 +7 today A 43 tokens copy · 86% MIT

1c-skd-decompile

70

Desko77/claude-code-skills-1c

Skill Claude Code

A converter that turns a 1C report schema from XML into a draft JSON definition. 1C is a business software platform, and the schema controls how its reports obtain and display data.

not rated 62 +7 today A 66 tokens original MIT

1c-skd-edit

71

Desko77/claude-code-skills-1c

Skill Claude Code

A targeted editor for 1C report schemas. It changes the XML definition of an existing report, including its fields, totals, filters, parameters, queries, and display settings.

not rated 62 +7 today A 57 tokens original MIT

1c-skd-info

72

Desko77/claude-code-skills-1c

Skill Claude Code

A report-schema inspector for 1C, a business software platform. It reads the XML that defines a report’s data sources, fields, parameters, variants, and grouping structure.

not rated 62 +7 today A 53 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: