Agent skill

role-info

Компактная сводка прав роли 1С из Rights.xml — объекты, права, RLS, шаблоны ограничений. Используй для аудита прав — какие объекты и действия доступны, ограничения RLS

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill role-info --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Bash-Read
Path: skills/analysis/role-info/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /role-info — анализ роли 1С Парсит `Rights.xml` роли и выдаёт компактную сводку: объекты сгруппированы по типу, показаны только разрешённые права. Сжатие: тысячи строк XML → 50–150 строк текста. ## Использование ``` /role-info <RightsPath> ``` **RightsPath** — путь к файлу `Rights.xml` роли (обычно `Roles/ИмяРоли/Ext/Rights.xml`). ## Запуск скрипта ```powershell powershell.exe -NoProfile -File .claude/skills/role-info/scripts/role-info.ps1 -RightsPath <path> -OutFile <output.txt> ``` ### Параметры | Параметр | Обязательный | Описание | |----------|:------------:|----------| | `-RightsPath` | да | Путь к Rights.xml | | `-ShowDenied` | нет | Показать запрещённые права (по умолчанию скрыты) | | `-Limit` | нет | Макс. строк вывода (по умолчанию `150`). `0` = без ограничений | | `-Offset` | нет | Пропустить N строк — для пагинации (по умолчанию `0`) | | `-OutFile` | нет | Записать результат в файл (UTF-8 BOM). Без этого — вывод в консоль | **Важно:** Всегда используй `-OutFile` и читай результат через Read tool. Прямой вывод в консоль через bash ломает кириллицу. Для большой роли при усечении вывода: ```powershell ... -Offset 150 # пагинация: пропустить первые 150 строк ``` ## Формат

What's inside
Steps it walks through
  1. Использование
  2. Запуск скрипта
  3. Параметры
  4. Формат вывода
  5. Обозначения
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the role-info skill do?

Компактная сводка прав роли 1С из Rights.xml — объекты, права, RLS, шаблоны ограничений. Используй для аудита прав — какие объекты и действия доступны, ограничения RLS

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill role-info --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going