Add Multi-Agent Best Practices section - #187
Open
timothylok wants to merge 1 commit into
Open
timothylok wants to merge 1 commit into
timothylok wants to merge 1 commit into
Conversation
|
Up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new Multi-Agent Best Practices section to the README.
The goal is to provide a minimal, practical guide for using the Karpathy-inspired guidelines consistently across multiple coding agents (Claude Code, Cursor, OpenCode).
Motivation
The repository already includes per-agent integrations (CLAUDE.md, CURSOR.md, AGENTS.md), but there was no unified explanation of how these skills should be reused across agents.
This section clarifies:
What “multi-agent” means in this context
How to maintain a single source of truth for skills
When per-agent overrides are appropriate
How to avoid conflicting or overlapping instructions
What’s Included
New Multi-Agent Best Practices section in README.md
Guidance on Claude Code, Cursor, and OpenCode usage
Common pitfalls and how to avoid them
Examples of consistent multi-agent behavior
Design Principles
The changes follow the repository’s core guidelines:
Simplicity First — concise, direct, no extra abstractions
Surgical Changes — only README.md modified
Goal-Driven Execution — clarifies how to achieve consistent agent behavior
Think Before Coding — encourages explicit reasoning across agents
Files Changed
README.md (new section added)
Impact
This improves clarity for users who work across multiple coding agents and want consistent behavior from Karpathy-style skills. No functional or behavioral changes to existing skill files.