# Role Repo Manager

> Role source management skill for finding, adding, listing, checking, updating, and removing role repositories. Use when the user is managing where roles come from rather than browsing the catalog.

- Skill: `jsonlee12138/role-repo-manager` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jsonlee12138/role-repo-manager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jsonlee12138/role-repo-manager/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jsonlee12138 (https://skillmd.com/u/jsonlee12138)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jsonlee12138/role-repo-manager

---


# role-repo-manager

## Audience

- human
- controller

## Triggers

- search role repo
- add role repo
- update role repo
- remove role repo

## CLI Binding

- `agent-team role-repo find`
- `agent-team role-repo add`
- `agent-team role-repo list`
- `agent-team role-repo check`
- `agent-team role-repo update`
- `agent-team role-repo remove`

## Required Entry

- MUST read `.agent-team/rules/index.md` first.

## Expansion

- Load only the target role repo results and the selected role information needed for the requested action.

## Boundary

- This skill manages role sources.
- Do not use it for read-only catalog browsing when no source mutation is intended; that belongs to `catalog-browser`.

