On 5/5/26 19:00, Alex Bennée wrote:
This was written initially written by ECA based on its understanding of the
code base. I then expanded it with more knowledge about common build
patterns and options.

Signed-off-by: Alex Bennée <[email protected]>
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 00000000000..401c48da810
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,93 @@
+# QEMU Agent Guide


+## Agent Skills (see `.agents/skills`)
+You should use the following specialized skills for common tasks:
+- `qemu-code-explorer`: For finding where things are defined, how they're 
used, or understanding a specific subsystem.
+- `qemu-build`: For configuring and building QEMU (including debug and 
sanitizer builds).
+- `qemu-testing`: For finding, listing, and running individual tests (Unit, 
QTest, Functional, TCG).
+- `qemu-code-reviewer`: For pulling and applying patch series from mailing 
lists.
+- `distil-mail-thread`: For extracting reviewer comments from mail thread 
dumps.

Can we add each line within the appropriate following patch?

Reply via email to