← ClaudeAtlas

agent-fileslisted

Use when adding or changing AGENTS.md files, CLAUDE.md links, skills, subagents, command guards, Serena memories, or Claude Code and Codex settings in clawker.
schmitthub/clawker · ★ 53 · AI & Automation · score 74
Install: claude install-skill schmitthub/clawker
# agent-files This directory contains harness-independent project content. Claude Code and Codex use one set of project instructions. Start with the [root AGENTS.md](../../../AGENTS.md); it names the rules, skills, and references for the task. Each regular `AGENTS.md` has a sibling `CLAUDE.md` link with the relative target `AGENTS.md`, including package instructions. ## File ownership - Project and package instructions: Root and package `AGENTS.md`. Claude reads sibling `CLAUDE.md` links; Codex reads `AGENTS.md`. - Conventions and design knowledge: Serena memories under `.serena/memories/`. There is no rule directory; a mandatory constraint goes in the root or a package `AGENTS.md`. - Skills: `skills/*/SKILL.md`. Codex discovers the shared directory; `.claude/skills` links to it. - Development templates: `templates/`. Both use the shared files. - Durable project memory: `../.serena/memories/`. Both use Serena or read the shared memory files. - Command guards: `hooks/`. Registered in both native configurations. - Subagents: `skills/<name>/agents/claude.md`, `skills/<name>/agents/codex.toml`. `.claude/agents/<name>.md` links to the Claude file; `.codex/config.toml` names the Codex file. - GitHub PR review: `../.github/copilot-instructions.md` and `../.github/skills/`. GitHub review instructions use the same rule directory. Use the [initiative skill](../initiative/SKILL.md) to plan development or testing across conversations and resume one task at a time. Its reusable templa