Skip to content

Add Multi-Agent Best Practices section - #187

Open
timothylok wants to merge 1 commit into
multica-ai:mainfrom
timothylok:add-multi-agent-best-practices
Open

timothylok wants to merge 1 commit into
multica-ai:mainfrom
timothylok:add-multi-agent-best-practices

Conversation

@timothylok

Copy link
Copy Markdown

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.

@Atlantic83

Copy link
Copy Markdown

Up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants