1c-ai-agent-cli

Clone the 1C BSL Agent Framework repository and install its components via CLI.

87|15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill 1c-ai-agent-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-ai-agent-cli
Source: https://github.com/SteelMorgan/1c-agent-based-dev-framework/tree/main/framework/skills/framework-meta/1c-ai-agent-cli
Command: npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill 1c-ai-agent-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to easily clone the 1C BSL Agent Framework repository and install its components into your development projects, streamlining setup for various IDEs.

Core Features & Use Cases

  • Repository Cloning: Download the framework with options for depth, branches, and target directories.
  • Component Installation: Intelligently install framework components (agents, rules, workflows) into your project, tailored for specific IDEs like Cursor, Claude Code, and VS Code.
  • Use Case: When starting a new 1C development project that will leverage AI agents, use this CLI to quickly get the framework and set up the necessary configurations for your chosen IDE.

Quick Start

Clone the 1C BSL Agent Framework repository into the current directory.

Frequently Asked Questions about 1c-ai-agent-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the 1C BSL Agent Framework into my project?

You can install the 1C BSL Agent Framework using this Python-based CLI, which clones the repository and copies selected components like agents, rules, and workflows directly into your project directory.

Can I set up the 1C BSL Agent Framework for VS Code and Cursor?

Yes, the 1C BSL Agent Framework CLI supports IDE integrations for VS Code, Cursor, and Claude Code, automatically tailoring component installation and configurations to your chosen development environment.

What is the best way to clone a specific branch of the 1C BSL framework?

The best way to clone a specific branch is using the CLI's repository cloning feature, which supports selecting specific branches and performing shallow clones to limit download depth into your target directory.

Does the BSL Agent Framework CLI require manual symbolic link management?

No, the BSL Agent Framework CLI automatically manages symbolic links and file copying during component installation, ensuring seamless integration without requiring manual link configuration.

Can I choose specific framework components like workflows and rules to install?

Yes, the CLI offers component selection during installation, allowing you to intelligently install only the specific 1C BSL framework parts you need, such as agents, rules, or workflows.