talk
Stop Copy-Pasting Your AI Agent Config
Manage Shared Agent Setup Across Teams and Projects with APM
Abstract
Every new project starts with copy-pasting agent instructions, skills, hooks and custom agents from the last one. Improvements have to be propagated everywhere, and within months you have a dozen repos running subtly different versions of the same setup.
I fixed this for our team by building a shared Git repo of composable agent packages, managed by APM (Agent Package Manager) and installed in one command. In this session, I’ll walk through how I structured the repo, how each project declares only the packages it needs, how you can mix in community-built skills alongside your own, and how APM deploys the right config to the right tool. You’ll leave with a concrete setup you can bring to your own team that same week.