What problem does it solve? 1C developers often write custom code for functionality that already exists in the SSL/БСП standard library, creating technical debt and maintenance burden. This Skill directs developers to search and reuse proven standard subsystems before writing new code. ## Core Features & Use Cases - SSL-First Workflow: Enforces a search-first approach using Grep and SemanticSearch to locate existing SSL solutions before implementing custom logic. - Subsystem Reference: Maps common tasks to key SSL modules such as Пользователи (users and rights), РаботаСФайлами (file attachments), УправлениеПечатью (print forms), ДлительныеОперации (background jobs), and ОбщегоНазначения (common utilities). - Use Case: When implementing a background job with progress reporting, search SSL for ДлительныеОперации patterns instead of building a custom progress mechanism from scratch. ## Quick Start Ask the assistant to find an SSL/БСП subsystem for sending email from a 1C configuration before writing any custom code.