원클릭으로
hello
Skill for ALL greeting requests
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Skill for ALL greeting requests
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill provides AI coding agents with the guidelines and reference material needed to contribute effectively to the Kader repository. Use this skill when writing code, fixing bugs, adding features, or making any modifications to the Kader project.
This skill provides AI coding agents with the guidelines and reference material needed to contribute effectively to the Kader repository. Use this skill when writing code, fixing bugs, adding features, or making any modifications to the Kader project.
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
Knowledge about pyecharts chart creation, HTML report generation, and visualization best practices
Skill for mathematical calculations
Skill for ALL joke requests
| name | hello |
| description | Skill for ALL greeting requests |
This skill provides the greeting format you must follow.
Always greet the user with:
When a name is provided, execute the hello script:
python examples/skills/hello/scripts/hello.py <name>
Example:
python examples/skills/hello/scripts/hello.py World
# Output: Hello, World! Welcome! How can I help you today? 👋