Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install vivekkarmarkar-claude-code-os-skills-hello-world-messagegit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-hello-world-message/SKILL.md--- name: hello-world-message description: Print "hello world" to the Claude Code terminal. Use when the user says "/hello-world-message" or asks for a hello world test. --- # Hello World Message Runs a minimal Python script that prints `hello world` to stdout. ## How to run ```bash python3 ~/.claude/skills/hello-world-message/hello_world_message.py ```