1c-ssl-patterns

1c-ssl-patterns is a skill for Claude Code, Codex from Desko77/cursor-1c-skills. It costs 177 tokens per session (2,065 once invoked), scanned A, a copy of 1c-ssl-patterns, MIT.

A reference guide for using the 1C Standard Subsystems Library, a collection of reusable application features. It explains which library mechanism and sequence to use for common development tasks.

In plain words
What is it for?
Use it to find implementation scenarios for a specific library mechanism, then verify the required calls and their execution context with the separate API reference.
Why use it?
It reduces guesswork when choosing how to schedule jobs, run long operations in the background, print forms, or manage permissions through the library.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python skills/1c-bsp-api/scripts/bsp-api.py check РегламентныеЗаданияСервер.НайтиЗадания.

Good fit Use it to find implementation scenarios for a specific library mechanism, then verify the required calls and their execution context with the separate API reference.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Desko77/cursor-1c-skills
agentmods
npx agentmods add skills/desko77/cursor-1c-skills/1c-ssl-patterns

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 1c-ssl-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/desko77/cursor-1c-skills/1c-ssl-patterns/github.svg)](https://agentmods.dev/skills/desko77/cursor-1c-skills/1c-ssl-patterns)
Your own site
<a href="https://agentmods.dev/skills/desko77/cursor-1c-skills/1c-ssl-patterns"><img src="https://agentmods.dev/badge/skills/desko77/cursor-1c-skills/1c-ssl-patterns/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 1c-ssl-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/desko77/cursor-1c-skills/1c-ssl-patterns"><img src="https://agentmods.dev/badge/skills/desko77/cursor-1c-skills/1c-ssl-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,065 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00177 $0.02065
Opus 5 $0.00088 $0.01033
Sonnet 5 $0.00035 $0.00413
Haiku 4.5 $0.00018 $0.00206

Measured 5d ago against content hash d777e476e019, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

1c-ssl-patterns scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to 1c-ssl-patterns — 22 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/1c-ssl-patterns/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Прикладные сценарии БСП

Справочник отвечает на вопрос КАК ПРИМЕНЯТЬ механизм библиотеки. На вопросы существует ли вызов, какая у него сигнатура и в каком контексте он доступен отвечает другой скил - 1c-bsp-api.

Разделение точек входа:

Вопрос Скил
как сделать X через БСП, каким механизмом, в каком порядке этот
какая сигнатура, существует ли вызов, серверный он или клиентский 1c-bsp-api
как зарегистрировать свою обработку или команду в библиотеке 1c-bsp-command, 1c-bsp-registration

Разведение по триггерам не означает взаимного исключения: прикладной сценарий ДОЛЖЕН проверять вызовы через 1c-bsp-api, и это часть работы, а не переход к другому скилу.

Порядок работы

  1. Определи МЕХАНИЗМ задачи и возьми справочник по таблице ниже. Грузится один справочник НА МЕХАНИЗМ: задача из трех механизмов законно требует трех. Справочник "на всякий случай" не грузится.
  2. Внутри справочника найди сценарий по заголовку ### и прочитай его диапазоном. Файл целиком не загружается.
  3. Проверь каждый вызов перед тем, как его написать. Имена в БСП длинные и составные, поэтому выдумка выглядит как настоящее имя:
python skills/1c-bsp-api/scripts/bsp-api.py check РегламентныеЗаданияСервер.НайтиЗадания

Проверка сообщает и об устаревании, а не только о существовании. Код возврата 1, если вызова нет. 4. Сценария нет в справочниках - искать по теме через ssl_search сервера 1c-mcp_ssl_server, затем подтверждать найденное проверкой из пункта 3. MCP судит по документации и называет методы, которых в этой версии нет.

При расхождении источников прав тот, что ближе к поставке: исходник модуля старше справочника 1c-bsp-api, справочник старше MCP.

Справочники по механизмам

Механизм и ключевые слова Файл
реквизит объекта без чтения объекта, сообщение пользователю, коллекции, безопасный режим, режим работы базы references/base-functionality.md
задание по расписанию, планировщик, включить и выключить задание, расписание references/scheduled-jobs.md
текущий пользователь, полнота прав, внешний пользователь, учетная запись базы references/users.md
право на запись, роль, профиль группы доступа, наборы значений доступа, пересчет прав references/access-management.md
печать, печатная форма, команда печати, макет, менеджер печати references/printing.md
присоединенный файл, вложение, том хранения, сканирование, открыть файл references/attached-files.md
обработчик обновления, переход на новую версию, отложенное обновление, версия ИБ references/infobase-update.md
установка обновления, поиск обновлений, резервная копия перед обновлением references/configuration-update.md
вариант отчета, размещение отчета в разделах, команда отчета на форме references/report-variants.md
внешняя обработка, дополнительный отчет, внешняя печатная форма, подключить обработку references/external-reports-processors.md
команда на форме от другой подсистемы, размещение команд, обновление команд после записи references/attachable-commands.md
дополнительный реквизит, дополнительное сведение, набор свойств, метки references/additional-properties.md
запрет правки поля после проведения, разблокировка реквизитов на форме references/attribute-locking.md
закрытый период, дата запрета изменения, запрет загрузки данных references/period-end-closing.md
история изменений объекта, версия объекта, откат к прежней версии references/object-versioning.md
префикс номера, префикс базы, префикс организации, номер на печать references/object-prefixes.md
синхронизация баз, узел обмена, регистрация изменений, универсальный формат references/data-exchange.md
адрес, телефон, почта объекта, вид контактной информации references/contact-information.md
отправить письмо, загрузить входящие, учетная запись почты, небезопасный HTML references/email.md
дубли элементов, замена на оригинал, удаление помеченных, ссылочная целостность references/duplicates-and-deletion.md
подписать объект, сертификат, штамп подписи в печатной форме references/digital-signature.md
доверенность ФНС, облачная подпись DSS, мобильная подпись references/signature-services.md
задача, бизнес-процесс, адресация по роли, отложенный старт references/business-processes.md
данные на нескольких языках, подстановка языка в запрос references/multilanguage.md
шаблон письма, подстановка данных объекта, получатели по шаблону references/message-templates.md
персональные данные, согласие субъекта, срок уничтожения references/personal-data.md
курс валюты, сумма прописью, банк по БИК, рабочие даты по графику и календарю references/currencies-banks-calendars.md
регион по коду, коды адреса, адресный реестр references/address-classifier.md
загрузка из файла в справочник, групповое изменение, выгрузка в файлы, структура подчиненности references/bulk-data-operations.md
напоминание, заметка, текущие дела, письма и звонки контакту references/user-workplace.md
загрузка по сети и прокси, SMS, штрихкод, внешняя компонента references/integration-basics.md
проверка корректности данных, регистр проблем, рассылка отчетов по расписанию references/accounting-checks-and-reports.md
состояние бумажного оригинала, склонение по падежам, конструктор формул references/document-workflow-extras.md
публикация OData, сообщение при запуске, отчет о движениях, ручной порядок в списке references/extension-points.md
сведения об организации, ответственные лица, форма настроек программы references/organizations-and-settings.md
завершение сеансов, безопасный режим и разрешения, журнал действий, резервная копия references/administration.md
замер ключевой операции, статистика использования, полнотекстовый поиск, итоги references/monitoring-and-search.md
модель сервиса и разделение данных, обсуждения, анкетирование references/service-model-and-collaboration.md

Read the full file on GitHub · 109 lines

Files

What ships with it

38 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 109 lines · 177 tokens per session scan A d777e476e019

Subscribe to this mod's changes

1c-ssl-patterns is a skill published in the GitHub repository Desko77/cursor-1c-skills (55 stars, last pushed 6d ago), licensed MIT. It adds 177 tokens to every session and 2,065 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to 1c-ssl-patterns, differing in 22 lines, and is treated as a copy.