Skip to content

Instantly share code, notes, and snippets.

@Shoora
Shoora / my-github-stars.md
Created June 24, 2026 04:31 — forked from upsetbit/my-github-stars.md
GitHub Stars
@Shoora
Shoora / coding-agents-memory-config-research.md
Created June 24, 2026 03:31 — forked from hungson175/coding-agents-memory-config-research.md
Unifying AGENTS.md / CLAUDE.md long-term-memory instruction files across coding agents (Codex, Kimi Code, MiMo Code, Cursor, Antigravity CLI, OpenCode) — research, June 2026

Unifying the "long-term memory" instruction file (AGENTS.md / CLAUDE.md) across coding agents

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.


TL;DR

  1. Project-level AGENTS.md is effectively universal. Every tool here reads an AGENTS.md at the repo root. Your existing AGENTS.md → CLAUDE.md symlink per project already works for all of them.
  2. 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.
@Shoora
Shoora / hermes-list.md
Created June 24, 2026 02:38 — forked from PangTianHua/hermes-list.md
AI Agent / 大模型应用开发优质仓库收藏

GitHub Hermes List

用户收藏的 AI Agent / 大模型应用开发相关优质仓库,持续更新。 所有仓库均已 ⭐ Star。


🔥 今日新发现(2026-06-24)

今天筛选出的新项目,共 9 个

@hungson175
hungson175 / coding-agents-memory-config-research.md
Created June 23, 2026 00:19
Unifying AGENTS.md / CLAUDE.md long-term-memory instruction files across coding agents (Codex, Kimi Code, MiMo Code, Cursor, Antigravity CLI, OpenCode) — research, June 2026

Unifying the "long-term memory" instruction file (AGENTS.md / CLAUDE.md) across coding agents

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.


TL;DR

  1. Project-level AGENTS.md is effectively universal. Every tool here reads an AGENTS.md at the repo root. Your existing AGENTS.md → CLAUDE.md symlink per project already works for all of them.
  2. 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.
@QianFuv
QianFuv / AGENTS.md
Last active August 26, 2026 17:28
AGENTS.md

AGENTS.md

This document defines the collaboration constraints for Codex CLI when working in this repository.

Scope and Precedence

  • 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.md explicitly 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.
@ronaldpetty
ronaldpetty / masr.md
Last active August 26, 2026 17:30
Multi-agent single repo (MASR) workflow

Multi-Agent Git Branch + Worktree Workflow

Assumptions:

main branch has normal project code only.
agent/codex branch has main + AGENTS.md.
agent/claude branch has main + CLAUDE.md.
main should not keep AGENTS.md or CLAUDE.md.
task details are passed as URLs in the agent prompt.
@chrisjunlee
chrisjunlee / agents-symlinks.md
Last active August 26, 2026 17:34
Simplifying AGENTS.md with Symlinks — one file, many AI coding agents
@paulbreuler
paulbreuler / README.md
Last active August 26, 2026 17:35
generate-ai-configs.ts — transpiles .claude/ sources into GitHub Copilot, Gemini, and Codex config files

generate-ai-configs

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.

What it generates

Output Target AI
@CypherpunkSamurai
CypherpunkSamurai / github-agent.prompt.txt
Last active April 1, 2026 04:53
Github Agent Prompt
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.
@shalomb
shalomb / kiro-social-login-workaround.md
Created December 13, 2025 22:08
Kiro CLI Social Login Workaround for Remote/SSH Environments

Kiro CLI Social Login Workaround for Remote/SSH Environments

Problem

Kiro CLI blocks social login (Google/GitHub) when running in remote environments (SSH sessions), showing:

Social login is not supported in remote environments. 
Please use BuilderID or Identity Center authentication.

Root Cause