GitHub Copilot + braid
Install AI prompts to GitHub Copilot with braid
Install prompts to .github/copilot-instructions.md with a single CLI command. braid manages your standards across Copilot Chat, code review, and the coding agent. The CLI appends all your rules into GitHub's native instruction file, while skills and published workflows install to .github/skills/ as separate local bundles for on-demand use.
GitHub Copilot powers inline suggestions, chat, code review, and the autonomous coding agent. braid keeps rules in GitHub's native instruction format while installing skills and workflow bundles for on-demand use. This covers Copilot in VS Code, JetBrains IDEs, and the GitHub web editor.
How it works
Install via CLI
One command installs your prompt library to GitHub Copilot's local config files.
braid install -a github-copilotWhat you get
Via CLI
Workflows are a braid-native prompt type. Published workflows install through the same local bundle path as skills, so any tool with skill support can run them.