Agent Plugins Marketplace
All plugins

1c-rules

v1.0.0

Installs 1c-rules into the current 1C project by calling install.ps1. Adapters still rewrite rules, agents and MCP for Codex.

CodexClaude Code2 Skills

By comol461 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install 1c-rules for Codex and Claude Code

Installs for the current user
codex plugin marketplace add comol/ai_rules_1c
codex plugin marketplace upgrade 1c-rules
codex plugin add 1c-rules@1c-rules

Paste and run these commands in a terminal with Codex. They add and refresh the 1c-rules catalog, then install this plugin.

Compatibility: the page URL and API slug “1c-rules” remain stable.

  • Codex: 1c-rules@agent-plugin-marketplace1c-rules@1c-rules

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/comol/ai_rules_1c

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/1c-rules/.

Plugin files

plugins/1c-rules/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/install/SKILL.md
└── skills/update/SKILL.md

Included Skills2

installskills/install/SKILL.md

Install 1c-rules into the current 1C project by running install.ps1. Use when the user asks to install 1C rules, поставить правила 1С, or bootstrap 1c-rules after adding the marketplace plugin.

updateskills/update/SKILL.md

Update an existing 1c-rules install by running install.ps1 update. Use when the user asks to update 1C rules, /updaterules, or refresh 1c-rules after a marketplace plugin update.

Plugin manifests2

plugins/1c-rules/.codex-plugin/plugin.json
{
  "name": "1c-rules",
  "version": "1.0.0",
  "description": "Installs 1c-rules into the current 1C project by calling install.ps1. Adapters still rewrite rules, agents and MCP for Codex.",
  "author": {
    "name": "comol"
  },
  "homepage": "https://github.com/comol/ai_rules_1c",
  "repository": "https://github.com/comol/ai_rules_1c",
  "keywords": [
    "1c",
    "1c-enterprise",
    "bsl",
    "rules",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "1c-rules",
    "shortDescription": "1C rules installer for Codex",
    "developerName": "comol",
    "category": "Coding"
  }
}
plugins/1c-rules/.claude-plugin/plugin.json
{
  "name": "1c-rules",
  "description": "Installs 1c-rules into the current 1C project by calling install.ps1. Adapters still rewrite rules, agents and MCP for Claude Code.",
  "version": "1.0.0",
  "author": {
    "name": "comol"
  },
  "homepage": "https://github.com/comol/ai_rules_1c",
  "repository": "https://github.com/comol/ai_rules_1c",
  "keywords": [
    "1c",
    "1c-enterprise",
    "bsl",
    "rules"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[1c-rules on Agent Plugins Marketplace](https://pluginsmp.com/plugins/1c-rules)