Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install cchyang00-claude-skills-claude-skills-open-gitagent-gitagent-skills-example-skillgit clone https://github.com/cchyang00/claude-skills.gitcp claude-skills/SKILL.MD ~/.claude/skills/cchyang00-claude-skills-claude-skills-open-gitagent-gitagent-skills-example-skill/SKILL.md--- name: example-skill description: Example skill that demonstrates the gitclaw skills system. Use this to test skill loading and script execution. --- # Example Skill This is a demo skill showing how gitclaw skills work. ## Usage Run the hello script: ```bash bash scripts/hello.sh ``` Scripts are relative to this skill's directory.