AGENTS.md Generator
Supercharge AI coding tools like Cursor, Claude Code & Copilot. Automatically analyze any public GitHub repo and generate a comprehensive AGENTS.md file in seconds.
Understanding AGENTS.md
The emerging universal open standard to guide AI Coding Agents in software repositories.
What is an AGENTS.md file?
An AGENTS.md file is placed at the root of a project repository to serve as the master manual for AI coding assistants (such as Cursor, Claude Code, GitHub Copilot, and Windsurf).
Unlike human-centric README files, an AGENTS.md explicitly documents architecture blueprints, directory structures, style guides, test execution commands, and critical codebase constraints.
Why is it essential for modern AI dev?
- Prevents AI Hallucinations: Directs agents to exact helper utilities and prevents reinventing existing logic.
- Enforces Code Standards: Ensures generated code adheres strictly to existing linter, path, and naming conventions.
- Seamless Onboarding: New developers and AI agents can execute tests, builds, and scripts without trial & error.
How We Generate It Automatically
Our multi-step analysis pipeline extracts repository knowledge without wasting LLM context budget.
Smart Tree Scan
Fetches the recursive repository tree via GitHub REST API. Selects top priority configuration files, entry points, and documentation while ignoring lock files and build artifacts.
Gemini 3.5 Analysis
Passes structured codebase context into Gemini 3.5 Flash to identify frameworks, dependencies, design patterns, testing strategies, and build commands.
Live Streaming Output
Streams the formatted markdown directly to your browser with live preview, instant clipboard copying, and single-click AGENTS.md file download.
Powered by Zerops โ The Developer-First Cloud Platform
This project was built for the Zerops Hackathon and is running live on Zerops Node.js infrastructure. With Zerops, full-stack applications build and scale effortlessly using a simple, declarative zerops.yml configuration file.