
from 1c-agent-based-dev-framework67
Tools and workflows for discovering 1C metadata, composing and validating queries, and parsing/generating navigation links in 1C configurations.
This skill bundles three related capabilities for working with 1C enterprise platform data: metadata discovery (finding objects and their structure), safe query construction and execution, and parsing/generating navigation links. It explains workflows, common pitfalls, and provides reusable tool names (list_metadata_objects, get_metadata_structure, validate_query, execute_query, parse_nav_link, get_nav_link).
Use when you need to inspect a 1C configuration before writing queries, run diagnostics or reports against 1C data, or transform navigation links into queryable identifiers. It is meant for agents that interact with 1C over HTTP/MCP or tool-driven APIs and must avoid guessing object names.
ПЕРВЫЕ N, date handling, string quoting), query validation and execution, and algorithms for parsing/generating nav links. Also lists typical mistakes and mitigation.Agents that can execute structured queries against 1C or call platform-specific tools (automation agents, enterprise integration bots, specialized connectors).
This skill has not been reviewed by our automated audit pipeline yet.
1C Form Module Patterns
Guidelines and patterns for building efficient client-server form modules in 1C, focused on minimising server round-trips and correct data handling.
1C AI Agent CLI
Installer/CLI for the 1C agent-based dev framework: clone the framework, install components, and configure IDE integrations (Cursor, Claude Code, VS Code Contin