On the Use of Agentic Coding Manifests: An Empirical Study of Claude Code
By: Worawalan Chatlatanagulchai , Kundjanasith Thonglek , Brittany Reid and more
Potential Business Impact:
Helps computers write code by themselves.
Agentic coding tools receive goals written in natural language as input, break them down into specific tasks, and write/execute the actual code with minimal human intervention. Key to this process are agent manifests, configuration files (such as Claude.md) that provide agents with essential project context, identity, and operational rules. However, the lack of comprehensive and accessible documentation for creating these manifests presents a significant challenge for developers. We analyzed 253 Claude.md files from 242 repositories to identify structural patterns and common content. Our findings show that manifests typically have shallow hierarchies with one main heading and several subsections, with content dominated by operational commands, technical implementation notes, and high-level architecture.
Similar Papers
Decoding the Configuration of AI Coding Agents: Insights from Claude Code Projects
Software Engineering
Helps AI build software by following rules.
On the Use of Agentic Coding: An Empirical Study of Pull Requests on GitHub
Software Engineering
AI helps programmers fix code, saving them time.
Agent READMEs: An Empirical Study of Context Files for Agentic Coding
Software Engineering
Helps computers write code safely and fast.