You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collections/blog/2025/10-09-2025-agents-instructions/post.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ A symbolic link (symlink) is a pointer to another file. You can create symlinks
157
157
158
158
Open your terminal in the project root and run these commands for the tools you use:
159
159
160
-
<pre><codeclass="language-shell">
160
+
<pre><codeclass="language-markdown">
161
161
# For Claude Code
162
162
ln -s AGENTS.md CLAUDE.md
163
163
@@ -176,13 +176,13 @@ Your tools continue to work as expected, but now they all draw their context fro
176
176
177
177
Some agents support importing one markdown file into another. For example, in Claude Code's CLAUDE.md file, you can simply add a line to import your universal file:
178
178
179
-
<pre><code>
180
-
\# In ./CLAUDE.md
179
+
```markdown
180
+
# In ./CLAUDE.md
181
181
182
182
@AGENTS.md
183
183
184
184
# You can add Claude-specific instructions below if needed
185
-
</code></pre>
185
+
```
186
186
187
187
This approach keeps your setup clean and ensures AGENTS.md remains the primary source of truth.
188
188
@@ -207,11 +207,11 @@ Purpose: Automate common, repeatable development tasks. A `.prompt.md`:
207
207
208
208
### What's Next: The Future of AI Collaboration
209
209
210
-
AGENTS.md is more than just a configuration file; it's a step toward a future where AI and human developers collaborate seamlessly.
210
+
`AGENTS.md` is more than just a configuration file; it's a step toward a future where AI and human developers collaborate seamlessly.
211
211
212
212
Imagine a world where any AI agent can clone a repository and instantly understand its context, conventions, and goals. Onboarding a new AI assistant becomes as simple as pointing it to a URL. Open-source projects can accept high-quality contributions from autonomous agents because the rules of engagement are clearly defined.
213
213
214
-
This is the future that a common standard like AGENTS.md enables. For now, we can use simple bridges like symlinks to make it work. But as the ecosystem evolves, expect more and more tools to adopt AGENTS.md as the default.
214
+
This is the future that a common standard like `AGENTS.md` enables. For now, we can use simple bridges like symlinks to make it work. But as the ecosystem evolves, expect more and more tools to adopt AGENTS.md as the default.
215
215
216
216
One file to guide them all. One file to align them. One file to bring them all and in the codebase bind them.
0 commit comments