personal-ai-infrastructure

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Personal AI Context Repository

Software engineering context system for coding agents, (loosely) inspired by Daniel Miessler's Personal AI Infrastructure.

install

curl -fsSL https://raw.githubusercontent.com/cardoso-neto/personal-ai-infra/master/gitless-install.sh | bash

file structure

AGENTS.md vs CLAUDE.md

  • agents.md works across most coding agent implementations (Auggie, Gemini CLI, Codex, etc.).
  • CLAUDE.md is Claude Code-specific.
    • Ours just points to AGENTS.md (maintaining a single source of truth).
    • Claude Code doesn't natively support the AGENTS.md yet.

philosophy

  • Prevent common AI failure modes
  • Software engineering best practices
  • Easily share and version control AI instructions

roadmap

  • document how to use write repo-specific instructions
  • create an auto-updating thing
    • can't rely on git alone
  • what about people who'll install in a project instead of their $HOME?
  • some sort of "approval" system for skills (e.g.: "Anthropic approved this skill.")