·mxl-decompile

Decompilation of a tabular document (MXL) into a JSON definition. Use when you need to obtain an editable description of an existing layout.

6Installs·0Trend·@arman-kudaibergenov

Installation

$npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill mxl-decompile

How to Install mxl-decompile

Quickly install mxl-decompile AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill mxl-decompile
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: arman-kudaibergenov/1c-ai-development-kit.

SKILL.md

View raw

Принимает Template.xml табличного документа 1С и генерирует компактное JSON-определение (DSL). Обратная операция к /mxl-compile.

| TemplatePath | да | Путь к Template.xml | | OutputPath | нет | Путь для JSON (если не указан — stdout) |

Полная спецификация формата: docs/mxl-dsl-spec.md (прочитать через Read tool).

Decompilation of a tabular document (MXL) into a JSON definition. Use when you need to obtain an editable description of an existing layout. Source: arman-kudaibergenov/1c-ai-development-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill mxl-decompile
Category
</>Dev Tools
Verified
First Seen
2026-03-13
Updated
2026-03-13

Browse more skills from arman-kudaibergenov/1c-ai-development-kit

Quick answers

What is mxl-decompile?

Decompilation of a tabular document (MXL) into a JSON definition. Use when you need to obtain an editable description of an existing layout. Source: arman-kudaibergenov/1c-ai-development-kit.

How do I install mxl-decompile?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill mxl-decompile Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/arman-kudaibergenov/1c-ai-development-kit