Claude Skill
open-gitagent/opengap
GitAgent is an open standard for defining AI agents in a git-native, framework-agnostic way. It provides structured definitions for agents and skills with built-in version control.
Overview
Repository
Install this Skill
git clone https://github.com/open-gitagent/opengap.gitRegistry
Summary
GitAgent is a framework-agnostic, git-native open standard for defining AI agents and their skills, enabling a structured and version-controlled approach to agent development.
一个框架无关、基于Git的AI智能体定义标准
Key features
- Framework-agnostic agent definition
- Git-native standard for version control
- Open standard for interoperability
- Structured definition of agent skills
- TypeScript implementation
Use cases
- Defining reusable AI agent skills
- Creating version-controlled agent configurations
- Building interoperable agent ecosystems
- Standardizing agent development workflows
- Integrating agents with Git-based tooling
README excerpt
<p align="center"> <img src="hero.png" alt="OpenGAP — GitAgentProtocol (Open GAP)" width="700" /> </p> # OpenGAP | your repository becomes your agent > **`opengap`** — the OpenGAP CLI, published as [`@open-gitagent/opengap`](https://www.npmjs.com/package/@open-gitagent/opengap). Previously published as `@open-gitagent/gapman` and originally `@open-gitagent/gitagent`; the `gitagent` command is still installed as an alias for backward compatibility. [](https://www.npmjs.com/package/@open-gitagent/opengap) [](https://github.com/open-gitagent/gitagent/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT) [](https://github.com/open-gitagent/gitagent/blob/main/spec/SPECIFICATION.md) [](https://nodejs.org) OpenGAP (the Git Agent Protocol) is a framework-agnostic, git-native standard for defining AI agents. Clone a repo, get an agent. `opengap` is its reference CLI. ## Why Every AI framework has its own structure. There's no universal, portable way to define an agent that works across Claude Code, OpenAI, LangChain, CrewAI, and AutoGen. **gitagent** fixes that. - **Git-native** — Version control, branching, diffing, and collaboration built in - **Framework-agnostic** — Export to any framework with adapters - **Compliance-ready** — First-class support for FINRA, Federal Reserve, SEC, and segregation of duties - **Composable** — Agents can extend, depend on, and delegate to other agents ## The Standard Your reposit