Search papers, labs, and topics across Lattice.
This paper presents a systematic analysis of configuration mechanisms for agentic AI coding tools, focusing on Claude Code, GitHub Copilot, Cursor, Gemini, and Codex. Through an empirical study of 2,926 GitHub repositories, the authors identify eight configuration mechanisms and examine their adoption rates. The study reveals that Context Files are the most prevalent configuration method, while advanced mechanisms like Skills and Subagents see limited and shallow adoption, and distinct configuration cultures are emerging around different tools.
AGENTS.md is quietly becoming the lingua franca for configuring AI coding agents across tools like Claude Code and Copilot.
Agentic AI coding tools with autonomous capabilities beyond conversational content generation increasingly automate repetitive and time-consuming software development tasks. Developers can configure these tools through versioned repository-level artifacts such as Markdown and JSON files. In this paper, we present a systematic analysis of configuration mechanisms for agentic AI coding tools, covering Claude Code, GitHub Copilot, Cursor, Gemini, and Codex. We identify eight configuration mechanisms and, in an empirical study of 2,926 GitHub repositories, examine whether and how they are adopted. We then explore Context Files, Skills, and Subagents, that is, three mechanisms available across tools, in more detail. Our findings reveal three trends. First, Context Files dominate the configuration landscape and are often the sole mechanism in a repository, with AGENTS$.$md emerging as an interoperable standard across tools. Second, advanced mechanisms such as Skills and Subagents are only shallowly adopted: most repositories define only one or two artifacts, and Skills predominantly rely on static instructions rather than executable workflows. Third, distinct configuration cultures are forming around different tools, with Claude Code users employing the broadest range of mechanisms. These findings establish an empirical baseline for longitudinal and experimental research on how configuration strategies evolve and affect agent performance as agentic AI coding tools mature.