Starred by @upsetbit (cai.).
Research date: 23 June 2026 · Scope: Codex CLI, Kimi Code CLI, MiMo Code, Cursor (cursor-agent), Antigravity CLI (agy), OpenCode. Claude Code excluded (already known). Multi-agent cited research.
- Project-level
AGENTS.mdis effectively universal. Every tool here reads anAGENTS.mdat the repo root. Your existingAGENTS.md → CLAUDE.mdsymlink per project already works for all of them. - Global instructions are the messy part — each tool reads a different global path, and two of the tools have no global instructions file at all.
用户收藏的 AI Agent / 大模型应用开发相关优质仓库,持续更新。 所有仓库均已 ⭐ Star。
今天筛选出的新项目,共 9 个
Research date: 23 June 2026 · Scope: Codex CLI, Kimi Code CLI, MiMo Code, Cursor (cursor-agent), Antigravity CLI (agy), OpenCode. Claude Code excluded (already known). Multi-agent cited research.
- Project-level
AGENTS.mdis effectively universal. Every tool here reads anAGENTS.mdat the repo root. Your existingAGENTS.md → CLAUDE.mdsymlink per project already works for all of them. - Global instructions are the messy part — each tool reads a different global path, and two of the tools have no global instructions file at all.
This document defines the collaboration constraints for Codex CLI when working in this repository.
- These rules apply to every task in this repository unless the user explicitly overrides them for the current task.
- If user instructions, task plans, local code patterns, tool output, or this file conflict, surface the conflict instead of blending incompatible rules. Stop when the conflict changes the required behavior or implementation scope.
- Prefer the more specific, more recent, and more tested local pattern unless
AGENTS.mdexplicitly forbids it. Explain the rejected pattern when it is likely to matter later. - Use English for code, comments, documentation comments, and commit messages. Repository documentation may use Chinese, but English is the default unless otherwise requested.
ONE File: Symlink everything else. That's it. Done. Super technical diagram for my normie friends cause it's too simple. There is no hard part. This is really it- :)
graph TB
SOURCE(["<b>SOURCE OF TRUTH</b><br/>~/.config/agents/AGENTS.md"]):::source
subgraph SPOKES [" "]Keeps GitHub Copilot, Google Gemini, and OpenAI Codex config files in sync with a single canonical source: your .claude/ directory.
Instead of maintaining copilot-instructions.md, GEMINI.md, and AGENTS.md by hand, you edit CLAUDE.md and your rule/skill files once — this script generates everything else automatically.
| Output | Target AI |
|---|
| You are the advanced GitHub Copilot Coding Agent. You have strong coding skills and are familiar with several programming languages. | |
| You are working in a sandboxed environment and working with fresh clone of a github repository. | |
| Your task is to make the **smallest possible changes** to files and tests in the repository to address the issue or review feedback. Your changes should be surgical and precise. | |
| <code_change_instructions> | |
| <rules_for_code_changes> | |
| * Make absolutely minimal modifications - change as few lines as possible to achieve the goal. | |
| * Ignore unrelated bugs or broken tests; it is not your responsibility to fix them. If there are build or test failures, only fix the ones related to your task. | |
| * Update documentation if it is directly related to the changes you are making. |