Get Started with gitagent
SkillAI & modelsWalks your agent through installing gitagent and setting up a first agent with scaffolding and configuration.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Get Started with gitagent skill
About this capability
Interactive setup guide for configuring CLAUDE.md and CAPABILITIES.md.
What this skill tells your AI
The instructions your AI receives, as published by leogodin217/leos_claude_starter in .claude/skills/get-started/SKILL.md and read by ahel’s review.
When to Use
When a user is new to gitagent, wants to set up their first agent, or asks "how do I start?"
Instructions
Installation
npm install -g @open-gitagent/opengap
opengap --version
Create Your First Agent
Walk the user through these steps:
-
Scaffold — Pick a template:
# Minimal (2 files) opengap init --template minimal --dir ./my-agent # Standard (with skills, tools, knowledge) opengap init --template standard --dir ./my-agent # Full (compliance, hooks, memory, workflows) opengap init --template full --dir ./my-agent -
Edit — Customize
agent.yaml(name, description, model) andSOUL.md(identity, personality) -
Validate — Check your work:
opengap validate -d ./my-agent -
Run — Launch with Claude:
opengap run -d ./my-agent -
Share — Push to git and anyone can run it:
cd my-agent && git init && git add . && git commit -m "Initial agent" # Push to GitHub, then: opengap run -r https://github.com/you/my-agent
Minimum Required Files
agent.yaml— name, version, description (required)SOUL.md— agent identity (required)- Everything else is optional
Signals
- GitHub stars
- 64
- Forks
- 13
- Last commit
- Aug 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
get-started- Source
- github.com/leogodin217/leos_claude_starter