Torvald Baade Bringsvor’s Post

Our team uses GitHub Copilot with AGENTS.md files in each repository to give the AI context about our projects. Over time, we noticed the same dependency upgrade patterns being copy-pasted across multiple repositories: Framework migration steps Library compatibility matrices Known breaking changes and their fixes CI configuration patterns Instead of maintaining the same knowledge in 6+ places, we consolidated it into a single GitHub Copilot Agent Skill — a structured knowledge file that Copilot loads on demand when you need it. The result: 1,136 lines removed from scattered documentation files One source of truth, updated as we learn Today: the skill diagnosed a failing dependency upgrade in minutes — it already knew the root cause and the exact fix from the last time we solved a similar problem The real win isn't the line count. It's that next time someone on the team hits a dependency upgrade failure, the AI assistant already knows the solution from the last time we solved it. Knowledge that used to live in someone's head now lives in the toolchain. If you're using GitHub Copilot with AGENTS.md files, Copilot Agent Skills are worth looking into. Curious if others have found similar patterns for sharing AI context within a team. #GitHubCopilot #DeveloperExperience #DevOps #KnowledgeManagement

Using Beads or any memory layer that updates context as part of finalizing a feature. Could be JSONL submitted along with the PR, or submitting scoped pieces of code (either based on function-type or endgoal) to an external database along with embeddings describing the use, reasoning and an eventual proposition to make it a decision record if it could possibly supersede an existing asset. Agents could then pull the latest pattern for a specific problem using a CLI or a skill.

Like
Reply

To view or add a comment, sign in

Explore content categories