From b115b75d83b0dc1f986e943f96c8fb40a5cff0af Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 8 Sep 2026 18:04:15 +0000 Subject: [PATCH] :books: Add CLAUDE.md pointer and Claude Code skills symlink CLAUDE.md points Claude Code to AGENTS.md as the canonical project instruction file, and .claude/skills symlinks the opencode skills so both tools discover the same single source of truth. The root .gitignore keeps ignoring new files under those paths; the tracked entries are unaffected from now on. AI-assisted-by: omen-alpha --- .claude/skills | 1 + CLAUDE.md | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 .claude/skills create mode 100644 CLAUDE.md diff --git a/.claude/skills b/.claude/skills new file mode 120000 index 0000000000..e5da19da9a --- /dev/null +++ b/.claude/skills @@ -0,0 +1 @@ +../.opencode/skills \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..70bf134a48 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,3 @@ +Read and follow the instructions in `AGENTS.md`. + +Treat `AGENTS.md` as the canonical project instruction file.