Skip to main content
ClaudeWave
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
Copy
git clone --depth 1 https://github.com/open-gitagent/gitagent /tmp/example-skill && cp -r /tmp/example-skill/skills/example-skill ~/.claude/skills/example-skill
Then start a new Claude Code session; the skill loads automatically.

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.