Claude Skill
open-gitagent/opengap
GitAgent 是一个开放标准,用于以 Git 原生、框架无关的方式定义 AI 智能体。它为智能体和技能提供结构化定义,并内置版本控制功能。
概览
仓库信息
安装这个 Skill
git clone https://github.com/open-gitagent/opengap.gitRegistry 信息
项目简介
GitAgent 是一个框架无关、基于 Git 的开放标准,用于定义 AI 智能体及其技能,为智能体开发提供结构化和版本控制的方法。
A framework-agnostic, git-native standard for defining AI agents
要点
- 框架无关的智能体定义
- 基于 Git 的版本控制标准
- 促进互操作性的开放标准
- 智能体技能的结构化定义
- TypeScript 实现
使用场景
- 定义可复用的 AI 智能体技能
- 创建版本控制的智能体配置
- 构建可互操作的智能体生态系统
- 标准化智能体开发工作流
- 将智能体与基于 Git 的工具集成
README 摘要
<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