Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill system-help명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | system_help |
| description | Show help and available commands |
| category | system |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read"] |
| tags | ["help","usage","commands","guide"] |
Display all available commands and usage help.
Help, 帮助, ?, 使用说明, commands, 命令帮助, 怎么用, usage, how to use, show help, command help, 使用帮助, 求助
backup_repos, create_repos, delete_repos, list_repos, repos_info, search_in_repodocsys help [command] or docsys ? [command]docsys help [command]
docsys ? [command]
| Parameter | Type | Required | Description |
|---|---|---|---|
| command | string | no | Specific command to get detailed help |
User: "show help"
Skill triggers → calls: docsys help
Output: All available commands
User: "help on the upload command"
Skill triggers → calls: docsys help upload
Output: Upload command usage details
User: "how do I search for documents"
Skill triggers → calls: docsys help search
Output: Search command help
User: "what can I do with repositories"
Skill triggers → Step 3: repos scope detected → shows repo-specific commands: backup, create, delete, list, repos-info, search-in-repo → calls: docsys help (fallback to all if needed)
Output: 可用仓库操作命令:备份仓库、创建仓库、删除仓库、列出仓库、仓库详情、仓库内搜索
Success: Help text with command list or specific command details. Error: "Unknown command: xxx"
| Error | Cause |
|---|---|
| Unknown command | Command not found |
| Incomplete arguments | Missing required args |
See references/ for related skills and API docs.