
de 1c-agent-based-dev-framework57
Installateur/CLI pour le framework de dev basé sur les agents 1C : clonez le framework, installez les composants et configurez les intégrations IDE (Cursor, Claude Code, VS Code Contin
Fournit un petit CLI (tools/install.py) pour cloner le framework d'agent 1C, installer des composants dans un projet cible et configurer les intégrations IDE. Contient des commandes pour cloner avec des options de profondeur/branche, exécuter des installations interactives, lister les composants et relier ou copier des fichiers pour Windows.
À utiliser lors de l'onboarding ou de l'installation du framework d'agent 1C dans un projet, de la préparation des intégrations IDE (Cursor, Claude Code, Windsurf, VS Code Continue), ou de la réparation de liens symboliques rompus sur Windows.
tools/install.py (documenté dans SKILL.md)Agents compatibles CLI (Cursor, Claude Code, Codex) pouvant exécuter des scripts d'installation et gérer la configuration de l'espace de travail local.
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.