Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill list-repos명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | list_repos |
| description | List all accessible repositories in DocSystem |
| category | repository |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read:repository"] |
| tags | ["repository","list","repos"] |
List all repositories the current user has access to. Shows name, ID, path, type, and document count.
List repos, list all repos, show repos, list my repos, what repos do I have, what repositories exist, 列出仓库, 查看仓库, 仓库列表, 有哪些仓库, 我的仓库, 查看仓库列表, 列出所有仓库, 查看有哪些仓库, repositories, all repos, available repos, repo list, show repositories
docsys repos listdocsys repos list
None required.
User: "列出所有仓库"
Skill triggers → calls: docsys repos list
Output: Lists all accessible repositories with name, VID, path, type (Local | SVN | GIT), document count
User: "what repositories do I have access to?"
Skill triggers → calls: docsys repos list
Output: Lists repositories with name, VID, type, document count
User: "show all repos"
Skill triggers → calls: docsys repos list
Output: Repository list with VID, path, type (Local/SVN/GIT), document count
| Field | Type | Description |
|---|---|---|
| name | string | Repository name |
| VID | number | Repository ID |
| path | string | Repository path |
| type | string | Type: Local / SVN / GIT |
| doc_count | string | Number of documents |
Success (EN): 📦 {name} | VID: {id} | Type: {type} | Path: {path} | Docs: {count}
Success (中文): 📦 {name} | 仓库ID: {id} | 类型: {type} | 路径: {path} | 文档数: {count}
Paginated (EN): Showing {X} of {Y} repositories. Use filters to narrow results.
Paginated (中文): 显示 {X}/{Y} 个仓库。可使用过滤器缩小范围。
Empty (EN): No repositories found. You may not have access to any repositories yet.
Empty (中文): 未找到仓库。您当前可能没有任何仓库的访问权限。
Multi-repo table (EN): Showing {Y} repositories:\n📦 {name} | VID: {id} | {type} | {count} docs\n...
Multi-repo table (中文): 共 {Y} 个仓库:\n📦 {name} | VID: {id} | {类型} | {文档数} 个文档\n...
Connection failed (EN): ❌ Cannot connect to DocSystem server. Check network and server status.
Connection failed (中文): ❌ 无法连接到 DocSystem 服务器。请检查网络连接和服务器状态。
| Error | Cause |
|---|---|
| No repositories found | User has no assigned repositories |
| Connection failed | DocSystem server unreachable |
| Permission denied | User lacks repository read access |
See references/ for related skills and API docs.