Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Guides installation of gitagent and creation of first agent with scaffolding, configuration, and validation. Use when the user is new to gitagent, asks how to get started, wants to install gitagent, set up their first agent, or says 'how do I start?'
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -46% | 0% |
When a user is new to gitagent, wants to set up their first agent, or asks "how do I start?"
bashnpm install -g @open-gitagent/opengap opengap --version
Walk the user through these steps:
bash # 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
agent.yaml (name, description, model) and SOUL.md (identity, personality)bash opengap validate -d ./my-agent
bash opengap run -d ./my-agent
bash 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
agent.yaml — name, version, description (required)SOUL.md — agent identity (required)Other measured skills in the registry, with their headline benchmark lift.