telexed ~ c / 3c58ed6c-eaaradar:50 · agent_toolLIVE
← back
NO.
#3c58ed6c
Topic
AGENTS & TOOLS
Source
Hacker News · AI Agent
Published
2026-03-14 13:41:25
Importance
★ 5/10 — radar 50
`GitAgent`, a git-native spec for portable AI agents
FIG-0351:1

`GitAgent`, a git-native spec for portable AI agents

Agent behavior becomes repo files, so prompts, skills, and reviews fit normal Git flows. Useful if you want one agent definition to target multiple runtimes without rebuilding the stack each time.

[ KEY POINTS ]
  1. An agent is defined by three files: agent.yaml, SOUL.md, and SKILL.md; setup is simple and diffable.
  2. Exports target multiple runtimes including Claude Code, OpenAI Agents SDK, CrewAI, Google ADK, and LangChain, reducing framework lock-in.
  3. Git-native workflow is the real pitch: versioning, branching, PR review, git diff, and git blame for agent behavior.
  4. npx @open-gitagent/gitagent run -r <repo> -a claude runs an agent repo directly, so distribution and reuse look like normal code sharing.
  5. Optional compliance commands such as GitAgent audit and validation in GitHub Actions hint at enterprise ambitions; for small teams, portability matters more.
Originalwww.gitagent.sh/Read original →

// related