1c-ssl-patterns

Guide 1C development using standard SSL/БСП subsystems and the ssl_search MCP tool.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-ssl-patterns-jefest9988
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-ssl-patterns
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-bsp/patterns
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-ssl-patterns-jefest9988

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential guidance and best practices for utilizing the standard 1C SSL/БСП subsystems, preventing the reinvention of common functionality and reducing technical debt.

Core Features & Use Cases

  • Standard Library Guidance: Offers direction on when and how to use pre-built SSL modules for common tasks.
  • Efficient Development: Encourages checking for existing SSL solutions before writing custom code.
  • Tool Integration: Demonstrates the use of the ssl_search MCP tool for discovering relevant SSL functions.
  • Use Case: When developing a feature that requires handling user roles and permissions, this Skill guides you to first search SSL for existing user management modules instead of building your own.

Quick Start

Use the 1c-ssl-patterns skill to find an SSL solution for managing background job progress.

Frequently Asked Questions about 1c-ssl-patterns

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

FAQPage Schema
How do I find existing 1C SSL subsystems before writing custom code?

To find existing 1C SSL subsystems, use the `ssl_search` MCP tool to discover pre-built modules for common tasks. This prevents reinventing functionality and reduces technical debt by leveraging standard library solutions first.

What standard 1C SSL modules are available for common development tasks?

Standard 1C SSL modules provide pre-built solutions for user management, file handling, print forms, background jobs, and email. These subsystems offer guidance on when and how to implement features without writing custom code.

Can I use 1C БСП subsystems for managing user roles and permissions?

Yes, you can use 1C БСП subsystems for managing user roles and permissions. The standard library includes existing user management modules that can be discovered using the `ssl_search` tool instead of building custom access control logic.

What is the best way to handle background job progress in 1C development?

The best way to handle background job progress in 1C is to search SSL for existing standard subsystem solutions rather than building custom tracking mechanisms. This approach ensures efficient development by leveraging pre-built modules.

When should I avoid writing custom code and use 1C standard library subsystems instead?

You should check 1C standard library subsystems before writing custom code for common tasks like file handling, print forms, or email. Using pre-built SSL modules prevents duplicating existing functionality and accumulating technical debt.