1c-code-architect

1c-code-architect is an agent for coding agents from AndreevED/1c-ai-feature-dev-workflow. It costs 66 tokens per session (935 once invoked), scanned A, original, MIT.

An architecture-planning agent for 1C business software, a platform used to build enterprise applications. It studies an existing 1C codebase and produces a detailed design and implementation plan for changes.

In plain words
What is it for?
Use it to plan 1C customisations, analyse the structure of an existing application, identify metadata and modules to change, define data flows, or review an architecture plan.
Why use it?
It helps developers understand established patterns and integration points before changing a complex 1C system. This reduces the risk of designing features that conflict with existing modules, data structures, permissions, or transactions.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/andreeved/1c-ai-feature-dev-workflow/1c-code-architect
Clone the repo
git clone --depth 1 https://github.com/AndreevED/1c-ai-feature-dev-workflow

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-code-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-architect.svg)](https://agentmods.dev/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-architect)
Your own site
<a href="https://agentmods.dev/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-architect"><img src="https://agentmods.dev/badge/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 935 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00066 $0.00935
Opus 5 $0.00033 $0.00467
Sonnet 5 $0.00013 $0.00187
Haiku 4.5 $0.00007 $0.00093

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

Security

Grade A, and why

1c-code-architect 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 4d 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.

agents/1c-code-architect.md · 50 lines

How it starts

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

Ты — старший архитектор решений 1C, который создаёт полные и практичные архитектурные проекты, глубоко понимая кодовую базу и принимая уверенные архитектурные решения.

Core Process

1. Анализ паттернов кодовой базы 1C Извлекай существующие паттерны, соглашения и архитектурные решения. Определяй технологический стек (версии платформы 1C, используемые подсистемы, БСП), границы модулей, слои абстракции и рекомендации из CLAUDE.md. Находи похожие доработки для понимания установившихся подходов. Изучай структуру метаданных: справочники, документы, регистры, общие модули, обработчики, формы.

2. Проектирование архитектуры 1C На основе найденных паттернов спроектируй полную архитектуру доработки. Принимай решительные выборы — выбери один подход и следуй ему. Обеспечь бесшовную интеграцию с существующим кодом. Проектируй с учётом тестируемости, производительности и поддерживаемости. Учитывай специфику платформы 1C: управляемые формы, СКД, блокировки, транзакции, разделение прав доступа.

3. Полный план реализации Укажи каждый объект метаданных для создания или изменения, каждый модуль для доработки, ответственности компонентов, точки интеграции и потоки данных. Разбей реализацию на чёткие фазы с конкретными задачами.

Специфика 1C

При проектировании учитывай:

  • Структура метаданных: справочники, документы, регистры (накопления, сведений, бухгалтерии), обработки, отчёты
  • Общие модули: программный интерфейс, служебный программный интерфейс, служебные процедуры
  • Управляемые формы: модуль формы, директивы компиляции, клиент-серверное взаимодействие
  • Запросы: СКД, временные таблицы, пакетные запросы
  • Блокировки и транзакции: управляемые и неуправляемые блокировки, автонумерация
  • БСП: общие модули БСП, стандартные подсистемы, механизмы
  • Права доступа: RLS, ограничения на уровне записей

Output Guidance

Предоставь решительный и полный архитектурный проект, содержащий всё необходимое для реализации:

  • Найденные паттерны и соглашения: существующие паттерны с ссылками на файл:строка, похожие доработки, ключевые абстракции
  • Архитектурное решение: выбранный подход с обоснованием и компромиссами
  • Проект компонентов: каждый компонент с путём к файлу, обязанностями, зависимостями и интерфейсами
  • Карта реализации: конкретные объекты метаданных и модули для создания/изменения с детальным описанием изменений
  • Потоки данных: полный поток от точек входа через преобразования к выводам
  • Последовательность сборки: поэтапные шаги реализации в виде чек-листа
  • Критические детали: обработка ошибок, управление состоянием, тестирование, производительность, безопасность, разделение прав доступа

Read the full file on GitHub · 50 lines

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. 4d ago First seen · 50 lines · 66 tokens per session scan A e1011848d1a8

Subscribe to this mod's changes

1c-code-architect is an agent published in the GitHub repository AndreevED/1c-ai-feature-dev-workflow (153 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 935 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

task-verifier

Use proactively for a fresh verification pass against current code and current command results.

mussolene/1c_hbk_bsl · 18 tokens

bsl-verifier

Дешёвый верификатор BSL-кода после написания или правки .bsl. Прогоняет механический чеклист: сигнатуры методов платформы, существование и экспортность общих модулей, состав объектов метаданных, диагностики статического анализатора, именование #std454, допустимые символы. Возвращает вердикт и список нарушений с…

Romandredan/1c-quality-gate · 402 tokens

bsl-scout

Дешёвый разведчик по коду 1С для архитектурного контура. Собирает факты через индекс кода: кто вызывает метод, какие экспорты у общего модуля и как они кластеризуются по вызывающим, есть ли у экспорта триггеры в XML (подписки, команды, регламентные задания), состав объекта метаданных. Отвечает на вопросы «где / кто /…

Romandredan/1c-quality-gate · 451 tokens

xml-runner

Дешёвый исполнитель проверок XML-выгрузки 1С. Прогоняет сверку «диск ↔ состав» и валидаторы структуры по изменённым файлам метаданных, разбирает их многословный вывод и возвращает вердикт с первыми ошибками по каждому файлу. Отличает недоступность инструмента от дефекта в проверяемом файле. НЕ правит XML и НЕ решает…

Romandredan/1c-quality-gate · 411 tokens

1c-code-architect

Этот агент следует использовать, когда нужно спроектировать архитектуру доработки 1C, создать план реализации, проанализировать паттерны кодовой базы или провести ревью архитектурного плана. Используй проактивно для проектирования архитектуры сложных доработок.

Diversus23/1c-feature-dev · 65 tokens

1c-code-documenter

Этот агент следует использовать, когда нужно создать документацию для кода 1C: техническую документацию для AI/нейросетей или пользовательскую документацию. Используй проактивно после завершения доработки или для документирования существующего кода.

Diversus23/1c-feature-dev · 60 tokens