ワンクリックで
hello-world
A simple hello world skill that demonstrates basic skill creation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A simple hello world skill that demonstrates basic skill creation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user asks to take on, work on, or pick up a Linear issue - fetches issue details and sets up an isolated git worktree before starting implementation
Work on LeetCode problems in the ~/leetcode directory
Start the clawdbot gateway and show status
Open a new tab in iTerm, optionally start Claude with instructions
Navigate to ~/kraken directory, initialize claude, and show local changes
Show and explain all uncommitted changes with a clear diff summary
| name | hello-world |
| description | A simple hello world skill that demonstrates basic skill creation |
| argument-hint | [optional-name] |
This is a simple demonstration skill for Claude Code.
When invoked, greet the user warmly and explain what this skill does.
If the user provided a name in $ARGUMENTS, greet them by name: "Hello, $ARGUMENTS! Welcome to Claude Code skills!"
If no name was provided, use a generic greeting: "Hello, World! Welcome to Claude Code skills!"
Then briefly explain:
Keep the tone friendly and encouraging.