1c-ai-development-kit
Full-cycle 1C:Enterprise development, testing, and deployment automation
Instructs the agent to always check platform docs and syntax via MCP servers before writing 1C code, route every task to the matching skill instead of writing custom scripts, and execute approved plans autonomously without repeated confirmations.
All Skills in This Repository (25)
Pure Emerald Level Indicators1C Help MCP
Search 1C:Enterprise 8.3 documentation semantically with Russian language queries.
1c-roles
Create and analyze 1C:Enterprise access roles from JSON DSL.
1c-forms
Create, edit, and validate 1C managed forms using a JSON DSL.
1c-mxl
Compile JSON DSL into 1C MXL spreadsheet templates and validate them.
1c-query-optimization
Optimize 1C:Enterprise queries with temporary tables, joins, and virtual tables.
1c-bsp
Register external 1C data processors and reports with БСП modules.
1c-feature-dev-enhanced
Orchestrate multi-phase 1C:Enterprise feature development with adaptive AI agents.
1c-batch
Automate 1C:Enterprise 8 batch operations for building, parsing, and loading files.
1c-project-init
Initialize a 1C project from a server database with Git and AI setup.
auto-skill-bootstrap
Automate discovery, filtering, and installation of AI skills via the Skills CLI.
1c-role-info
Parse 1C role rights from Rights.xml files into compact summaries.
1c-role-compile
Generate 1C role metadata and Rights.xml files from access rights descriptions.
Frequently Asked Questions
FAQPage SchemaHow to install 1c-ai-development-kit?▼
Run `npx skills add Jefest9988/1c-ai-development-kit --all -g -y` in your terminal to install all skills globally.
What does this kit do for 1C developers?▼
It automates creating and editing 1C metadata objects, forms, reports, roles, and extensions from simple JSON definitions, plus database dump/load, web publishing, and UI testing.
Does it work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code and Cursor IDE, with MCP server integration for syntax checking and platform documentation.
Can it test 1C applications automatically?▼
Yes. It includes server-side unit testing through the 1c-ai-debug MCP bridge and browser-based UI testing of the 1C web client via Playwright.
Do I need to know 1C XML formats to use it?▼
No. You describe objects in simple JSON, and the skills generate valid 1C XML, validate it, and load it into your database automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core