
from 1c-agent-based-dev-framework57
Installer/CLI for the 1C agent-based dev framework: clone the framework, install components, and configure IDE integrations (Cursor, Claude Code, VS Code Contin
Provides a small CLI (tools/install.py) to clone the 1C agent framework, install components into a target project, and configure IDE integrations. Contains commands to clone with depth/branch options, run interactive installs, list components, and relink or copy files for Windows.
Use when onboarding or installing the 1C agent framework into a project, preparing IDE integrations (Cursor, Claude Code, Windsurf, VS Code Continue), or repairing broken symlinks on Windows.
tools/install.py (documented in SKILL.md)CLI-friendly agents (Cursor, Claude Code, Codex) that can run installer scripts and manage local workspace setup.
Installer/CLI skill for the 1C agent-based development framework that clones a GitHub repo and installs components for various IDE integrations (Cursor, Claude Code, Windsurf, VS Code+Continue, etc.). The SKILL.md is mostly documentation in Russian with clear command examples and flag tables. No bundled scripts were included for testing. The skill instructs running `python tools/install.py` from the cloned repo, which is an external script not available for audit — minor security concern as it executes code from a remote repo without verification. Structure is decent but the SKILL.md mixes Russian and English, and has duplicate YAML frontmatter at the bottom.
The skill is a documentation-only installer guide for a 1C BSL development framework. Security deduction of -12 for shell injection risk (running external install.py from git clone without verification). Code quality is moderate — clear examples but no error handling documented, no scripts to test. Architecture is okay — has frontmatter, tables, and sections but no scripts/ or references/ directories, and the bottom-of-file YAML block is malformed. Usefulness is niche — only relevant to 1C BSL developers using specific IDE integrations.