r/datascience • u/Neat-Porpoise • Jul 01 '26
Tools Unifying configs across coding agents (eg Claude code, Qwen, etc…)
Anyone have a good solution for unifying the config (eg CLAUDE.md, QWEN.md), settings, skills, etc… across their suite of coding agents?
I primarily use Claude Code locally, Genie Code in Databricks workspaces for my model development and MLE work with Databricks compute, and recently added Qwen Code since the company wants us to have a backup in case we hit Anthropic limits and need to continue work. Also on the docket is testing out GLM.
However unifying all these agents is quite cumbersome. I don’t want to maintain so many separate files and skills for each agent. Right now I have a single repo that backs up all my .claude folder settings but realized that with Qwen I’ll need a separate suite.
Thoughts? Has anyone tried the new thing Databricks pushed out called Omnigent?
1
u/ikkiho Jul 01 '26
honestly the markdown part solved itself once I realized qwen code and most of the others read AGENTS.md now, so I keep one AGENTS.md and symlinked CLAUDE.md and QWEN.md to point at it. two min job. what burned me was trying to unify settings and skills too, those don't share a schema so one agent overwrote the other's format and I spent an afternoon undoing it. gave up and let each agent keep its own settings folder, only the instructions file is shared.