From hello-world
Use this skill to add a friendly greeting comment block at the top of a source file, or to update an existing one. Trigger when the user says things like "add a greeting to this file", "apply greeter", or explicitly mentions "code-greeter".
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:code-greeterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inserts or refreshes a standardized greeting comment block at the top of a source file.
Inserts or refreshes a standardized greeting comment block at the top of a source file.
code-greeter skill.Insert the following block at the very top of the file, using the comment syntax for the file's language. If the file already has a shebang or a directive like "use client", place the block right after it.
{COMMENT_START}
👋 Hello from code-greeter!
File: {filename}
Updated: {YYYY-MM-DD}
{COMMENT_END}
Comment syntax by language:
/* ... */# (prefix on each line)<!-- ... -->Hello from code-greeter!.
Updated: line to today's date.code-greeter applied to {filename}..json, .lock, .toml) — tell the user instead.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.
npx claudepluginhub dimz119/plugin-marketpalce --plugin hello-world