Reconcile the bridge's model catalog with GitHub Copilot's live model list — add support for a new model, or remove support for a model Copilot retired. Use this whenever the user wants to add/support a new model (e.g. "add Sonnet 5", "support gpt-5.6", "Copilot shipped opus-5"), remove/drop a model ("opus-4.6-1m is…
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Verify a copilot-bridge change by driving the REAL headless client (codex.exe / claude.exe) through a running bridge and reading the CLIENT'S OWN evidence — the flywheel that turns "did the client actually execute?" into the thing that drives the next fix. Use this WHENEVER you touched bridge code that affects a…
Ship a finished change end-to-end: finalize its OpenSpec artifacts, open a PR, drive the GitHub Copilot review loop to zero open comments, then squash-merge and cut a beta release. Use this whenever the user says "ship it", "open a PR and get it reviewed", "run the PR loop", "let Copilot review then merge", "cut a…
Claude Code instructions for hooyao/copilot-bridge, a project described as: .NET 10 Native AOT reverse proxy exposing GitHub Copilot's LLM API as Anthropic/OpenAI/Gemini-compatible endpoints.
Automated design optimization of a 3D-printable vortex funnel with internal helical vanes. Drives a full pipeline — parametric CadQuery geometry, OpenFOAM CFD simulation (interFoam VOF multiphase via Docker), Bayesian optimization loop — to produce an optimal anti-glugging funnel design. Use this skill whenever the…