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-heartgit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-heart/SKILL.md--- name: heart description: Print a heart of stars to the terminal. Use when the user says "/heart" or asks for a heart of stars. --- # Heart Runs a minimal Python script that prints a heart made of stars to stdout. ## How to run ```bash python3 ~/.claude/skills/heart/heart.py ```