소스 정보
- 저장소
- RainyGao-GitHub/DocSys
- 최근 소스 활동
- 2026년 7월 30일 14:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 360
- 포크
- 99
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill banner명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | banner |
| description | Display DocSys welcome banner, named banners, or list available banners |
| category | system |
| version | 1.2.0 |
| author | DocSys Team |
| permissions | ["read"] |
| tags | ["system","banner","welcome","display","ascii","branding"] |
Display the DocSys welcome banner, a named banner, or list all available banners.
Banner, 横幅, welcome, 欢迎信息, show banner, display welcome, 展示横幅, 欢迎页面, welcome message, 欢迎横幅, 展示欢迎页, 欢迎词, 横幅消息, 启动画面, 欢迎界面, display banner, show welcome screen, show the banner, what banners are available, list banners, 有什么横幅, 可用横幅, 查看横幅
docsys banner [name].docsys banner --list (or try docsys help to find available banners) → show list to user → ask "Did you mean: [closest match]?"docsys banner --list or show all known banners. Common banners: welcome, docsys, default, holiday."" → treat as intent = DEFAULT (show welcome banner).docsys banner [name]
docsys banner --list # list available banners
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | no | Banner name (shows default if omitted). Empty string = default. |
User: "show the welcome banner"
Skill triggers → intent = DEFAULT → calls: docsys banner
Output: [ASCII welcome banner — preserve formatting exactly]
User: "display the holiday banner"
Skill triggers → intent = NAMED, name="holiday" → calls: docsys banner holiday
Output: [Holiday banner content — preserve formatting exactly]
User: "横幅"
Skill triggers → intent = DEFAULT → calls: docsys banner
Output: 横幅显示内容
User: "what banners are available"
Skill triggers → intent = LIST → Step 4: calls docsys banner --list (or shows known banners)
Output: Available banners: welcome (default), docsys, holiday, custom-1. To display: docsys banner [name]
User: "show the summer-sale banner"
Skill triggers → name="summer-sale" → calls: docsys banner summer-sale
Output: Banner "summer-sale" not found.
Skill triggers → Step 3: recovery → "Available banners: welcome, docsys, holiday. Did you mean 'holiday'?" → user corrects or picks from list.
User: "banner" (with empty string argument)
Skill triggers → Step 6: empty string → intent = DEFAULT → calls: docsys banner
Output: Default welcome banner
| Field | Type | Description |
|---|---|---|
| content | string | Raw banner text including whitespace/ASCII art/Unicode |
| name | string | Banner name used (or "default" if none) |
| format | string | Display format: ascii / unicode / html |
Success (EN): Display raw banner content as-is. Preserve all whitespace, line breaks, ASCII art.
Success (中文): 直接显示横幅内容,保留所有空白字符、换行符和ASCII art格式。
Not found: ❌ Banner "{name}" not found. Available: welcome, docsys, holiday. Did you mean 'holiday'?
Error: "Banner not found" | "No banners available" | "Empty output"
| Error | Cause |
|---|---|
| Banner not found | Named banner doesn't exist |
| No banners available | No banners configured |
| Empty output | Banner exists but returned nothing |
See references/ for related skills and API docs.
SOC 직업 분류 기준