Notes on my VsVim configuration
Personal Copilot skills live under copilot\skills\.
To register this location with GitHub Copilot CLI:
/skills add C:\repos\dotfiles\copilot\skills
After adding or editing a skill, reload them with:
/skills reload
Personal Copilot instructions live under copilot\instructions\AGENTS.md.
The shell profiles in this repo add COPILOT_CUSTOM_INSTRUCTIONS_DIRS to include:
C:\repos\dotfiles\copilot\instructions
If you want to confirm they loaded, use:
/instructions
This repo also includes a single-file .NET runner for Ralph using GitHub Copilot CLI:
dotnet run .\copilot\ralph\ralph.cs -- 10
The bundled runner prompt lives next to the script under copilot\ralph\prompt.md.
It looks for these work files in the current working directory:
prd.jsonprogress.txt(created automatically if needed)
It also expects copilot to be installed and already authenticated locally.