Prompts You Can Reuse Forever
Your best prompts shouldn't live in your chat history. Refactor them into reusable assets that compound your investment over time.
As programmers, we like to abstract ideas and make everything reusable. This, of course, applies to the world of agentic programming.
Every tool has a way of orchestrating agents. With Copilot, which is what we're using in this video, you create and use them explicitly. Everything goes into the .github directory, and if you're paying attention, you can get your stored prompt to use your custom agent, which will automatically pull in your path-based instructions.
It's a new day people!
Updated on Feb 25, 2026