How this skill is triggered — by the user, by Claude, or both
Slash command
/greeting-plugin:greetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`date +%H` コマンドを実行して現在の時刻(時)を取得し、以下のルールで挨拶してください。
date +%H コマンドを実行して現在の時刻(時)を取得し、以下のルールで挨拶してください。
$ARGUMENTS が指定されている場合は、挨拶に名前を含めてください。
例: $ARGUMENTS が「田中」なら「おはようございます、田中さん!☀️」
npx claudepluginhub yuta-ron/claude-plugin-test --plugin greeting-pluginGreets users warmly for hello, hi, good morning, or greeting requests. Handles casual, time-based, and enthusiastic responses with examples.
Executes Bash command to fetch current UTC date and time, ensuring accurate temporal context for time-sensitive tasks, deadlines, and documentation.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.