@DanKornas: Writing a good AGENTS.md shouldn’t take weeks of source digging. mimeo is a Python tool that turns an expert’s body of …
Summary
mimeo is an open-source Python tool that automatically generates AGENTS.md or SKILL.md files from an expert's body of work, helping coding agents install better defaults.
View Cached Full Text
Cached at: 05/23/26, 10:16 PM
Writing a good AGENTS.md shouldn’t take weeks of source digging.
mimeo is a Python tool that turns an expert’s body of work into a ready-to-use Agent Skill or AGENTS.md for your coding agent.
It helps you install better defaults into an agent by discovering sources, fetching transcripts/articles, distilling the recurring ideas, clustering them, and writing the final markdown artifact.
Key features:
• Two output formats – generate a SKILL.md with references, an AGENTS.md, or both • Source discovery pipeline – searches across essays, talks, interviews, podcasts, books, papers, and more • Full-content extraction – uses web extraction, YouTube captions, and optional local Whisper transcription for podcasts • Quote verification – checks clustered quotes against fetched source text and logs an audit trail • Critique pass – runs an adversarial-editor review and writes a scored issue report before you ship
It’s open-source (MIT license).
Link in the reply
Similar Articles
Do agents.md files help coding agents?
This paper evaluates whether repository-level context files like AGENTS.md or CLAUDE.md improve coding agent performance, finding that LLM-generated context files offer little benefit and may reduce efficiency, while developer-written files are better but still not clearly advantageous.
@dongxi_nlp: https://x.com/dongxi_nlp/status/2066290950352081336
This article discusses the design concept of how Markdown files (such as AGENTS.md and SKILL.md) in Coding Agents effectively influence agent behavior through the Harness mechanism, emphasizing the importance of loading different contexts at the right time.
@DivyanshT91162: You can clone Andrej Karpathy’s entire AGENTS.md workflow into Codex in under 2 minutes. Just: 1. Open his repo 2. Copy…
A tweet explains how to clone Andrej Karpathy's AGENTS.md workflow into Codex by pasting the 65-line file into Global Custom Instructions, making Codex behave more like a structured autonomous coding agent.
@Av1dlive: If you haven't set up Agents.md in Codex yet you can just copy the homework from Andrej Karpathy. Here's the exact setu…
A quick tip showing how to copy Andrej Karpathy's 65-line Agents.md config into Codex Global Custom Instructions for an effective minimalist setup.
I was tired of maintaining skill.md files, so I built an open-source CLI that creates, manages, and observes skills using a Github repo. You can monitor, track, and share skills between sessions of any agent, all while iteratively improving/versioning them.
An open-source CLI tool that creates, manages, and versions agent skills via GitHub repos, enabling reliable sharing and observation across sessions.