Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
Scanned 5/27/2026
Install via CLI
openskills install open-gitagent/gitagent---
name: example-skill
description: Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
---
# 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.
No comments yet. Be the first to comment!
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.