From c9d83b1c9201f71ab7237d3d285673a5641bbe12 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Thu, 7 May 2026 16:31:07 +0300 Subject: [PATCH] docs(readme): add plugin install instructions Document the recommended installation path via Claude Code plugin marketplace: /plugin marketplace add https://github.com/Nikolay-Shirokov/cc-1c-skills /plugin install 1c-skills@cc-1c-skills Plugin install becomes the recommended option; drop-in copy and switch.py-based installs remain documented as alternatives for users who prefer them or who target other AI platforms. Closes #18. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0326f26e..bf56af68 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ └── ... ``` +Или установите как плагин Claude Code: + +``` +/plugin marketplace add https://github.com/Nikolay-Shirokov/cc-1c-skills +/plugin install 1c-skills@cc-1c-skills +``` + Или используйте скрипт установки: ```bash