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.
npx skills add Muredsa/1C-Enterprise-Agent-Toolkit --skill onec-extension-lifecyclegit clone --depth 1 https://github.com/Muredsa/1C-Enterprise-Agent-ToolkitWrote 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.
[](https://agentmods.dev/skills/muredsa/1c-enterprise-agent-toolkit/onec-extension-lifecycle)<a href="https://agentmods.dev/skills/muredsa/1c-enterprise-agent-toolkit/onec-extension-lifecycle"><img src="https://agentmods.dev/badge/skills/muredsa/1c-enterprise-agent-toolkit/onec-extension-lifecycle/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.
<a href="https://agentmods.dev/skills/muredsa/1c-enterprise-agent-toolkit/onec-extension-lifecycle"><img src="https://agentmods.dev/badge/skills/muredsa/1c-enterprise-agent-toolkit/onec-extension-lifecycle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.00509 |
| Opus 5 | $0.00030 | $0.00254 |
| Sonnet 5 | $0.00012 | $0.00102 |
| Haiku 4.5 | $0.00006 | $0.00051 |
Grade A, and why
onec-extension-lifecycle 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.
1C Extension Lifecycle
Keep all customization in one explicitly named extension and use an isolated session by default.
Choose the path
- For a new extension, run
extension-scaffold. It selectively readsConfigurationand its exact defaultLanguage.*, creates a mapped adopted language with a distinct extension UUID, and creates a hierarchical source tree with one native server common module and a smoke-test function. - For an existing extension in the infobase, run
extension-dumpto get editable hierarchical sources before changing code. - For an existing
.cfe, runextension-load-cfeonly after identifying the exact target extension name.
Read references/transaction-model.md before loading or deleting anything.
Implement a change
- Run
extension-listand record whether the exact extension name already exists. - Create or dump the source tree inside the session. Let the scaffold command derive the controlled
DefaultLanguage; never hardcode it from a different configuration. - Inspect only the required main-configuration objects with
$onec-selective-export. - Edit extension XML and BSL. Keep the extension name and prefix stable. Do not edit the main configuration dump.
- Run
extension-load-files --name <name> --source <directory>. The CLI automatically backs up both editable and database forms before replacing a pre-existing extension. - Delegate checks and database update to
$onec-extension-validate.
Recover
- Before database update, run
extension-rollbackto restore the extension configuration from its database configuration. - For a new session-created extension, run
extension-delete --name <name> --confirm-name <name>when abandoning the change. - For a pre-existing extension, restore the automatic backup rather than deleting it. Never use
--allow-existingwithout a separate explicit request to delete that exact extension. - Finish with the router's
session-cleanup; this removes sources, dumps, backups, logs, and the sandbox infobase owned by the session.
What ships with it
2 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.
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.
- 10d ago First seen · 35 lines · 59 tokens per session scan A cacef8d67a8a
onec-extension-lifecycle is a skill published in the GitHub repository Muredsa/1C-Enterprise-Agent-Toolkit (21 stars, last pushed 28d ago), licensed MIT. It adds 59 tokens to every session and 509 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.
Other skills, from other repositories
docx-from-sample
A document-building tool that creates a new DOCX file using an existing DOCX as its formatting template. DOCX is the file format used by Microsoft Word.
1c-bsp-registration
A helper for 1C external reports and processors that adds the function needed to register them in the Standard Subsystems Library (БСП). БСП is a set of reusable features for 1C configurations.
claude-md-bootstrap
A project setup tool that creates or updates a CLAUDE.md file, which gives an AI coding agent project-specific instructions and background at the start of each session.
1c-cfe-patch-method
A tool for creating method interceptors in a 1C configuration extension. 1C is business software, and an interceptor can run code before, after, or instead of an inherited method.
v8unpack-cf
A Python tool for unpacking and rebuilding 1C configuration files (CF, CFE, and EPF) as readable JSON and BSL source files. 1C is a business software platform widely used in Russian-speaking companies.
1c-meta-compile
A generator that creates 1C metadata objects from a JSON description. 1C is a platform for building business applications, and metadata defines objects such as directories, documents, registers, reports, and modules.