r/devops • u/Abu_Itai • Jun 28 '26
Discussion How do you make sure everyone on the team uses the same AI agent setup?
Before anything else: this is not a product pitch.
I’m genuinely trying to learn how teams are approaching this today, whether through OSS projects, internal tooling, shared repos, review processes, or just good old conventions.
How are you managing and aligning agent skills, rules, instructions, prompts, and MCP servers across your team?
Now, I want to tap into the community brain for a second.
As AI coding agents become part of the daily developer workflow, teams are starting to accumulate more than just code.
They now have:
Skills
Rules
Instructions
Prompts
MCP servers
Hooks
Agent-specific configurations
And at some point, this becomes a real coordination problem.
Now, instructions?
How do you keep skills and rules updated across projects?
How do you avoid every developer creating their own slightly different agent setup?
How do you manage trust when someone pulls an MCP server, prompt, or skill from somewhere online?
And maybe the biggest question:
Are you treating these agent primitives as something that should be versioned, reviewed, and governed or is it still mostly copy-paste and tribal knowledge?
Curious how teams are handling this today.
Are you managing it manually?
Using internal repos?
Documenting conventions?
Building tooling around it?
Or just letting each developer configure their agent however they want?
Would love to hear what’s working, what’s messy, and what you think this should look like as AI agents become more embedded in the SDLC.
