Skill533 repo starsupdated 6d ago
example-skill
Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
Install in Claude Code
Copygit clone --depth 1 https://github.com/open-gitagent/gitagent /tmp/example-skill && cp -r /tmp/example-skill/skills/example-skill ~/.claude/skills/example-skillThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# Example Skill This is a demo skill showing how gitagent skills work. ## Usage Run the hello script: ```bash bash scripts/hello.sh ``` Scripts are relative to this skill's directory.
More from this repository