From 8831bf9a4b432c1c8a57bb589a71e116f859a777 Mon Sep 17 00:00:00 2001 From: Kiran Kashyap Date: Mon, 9 Mar 2026 21:24:47 +0530 Subject: [PATCH] docs: add per-language custom instruction links to FAQ Add links to the language-specific Copilot custom instructions for Node.js, Python, .NET, and Go under the FAQ section. Also removes a broken collection link. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4770ed0b..d4899588a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,12 @@ Yes, the GitHub Copilot SDK allows you to define custom agents, skills, and tool ### Are there instructions for Copilot to speed up development with the SDK? -Yes, check out the custom instructions at [`github/awesome-copilot`](https://github.com/github/awesome-copilot/blob/main/collections/copilot-sdk.md). +Yes, check out the custom instructions for each SDK: + +- **[Node.js / TypeScript](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-nodejs.instructions.md)** +- **[Python](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-python.instructions.md)** +- **[.NET](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-csharp.instructions.md)** +- **[Go](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-go.instructions.md)** ### What models are supported?