Honlsoft logo

Honlsoft

BlogProjectsAboutLinksFitness

Tag archive

Posts tagged GitHub Copilot

2 posts tagged with GitHub Copilot.

March 19, 2026

Parallelizing Chess Engine Work with GitHub Copilot CLI

I had the day off for spring break to spend time with family, but everyone was still asleep and I had a quiet block of time in the morning. Instead of scrolling, I decided to use that time to level up my AI workflow. Over the last few weeks, GitHub Copilot has shifted for me from a tool that answers questions and occasionally completes code to something closer to an entry-level co-contributor.

February 13, 2026

How to Create a Custom GitHub Copilot Agent

I’ve been trying to use Copilot more for focused workflows lately, and one of the best upgrades is creating custom agents for specific tasks. Instead of re-explaining context in every prompt, I can encode behavior once in an agent profile and reuse it. In this article, I'll share how I created a custom Copilot agent for authoring blog post which actually helped me with the rough draft of this blog article.