You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create website/src/pages/llms.txt.ts as an Astro static endpoint
- Remove generateLlmsTxt function from generate-website-data.mjs
- llms.txt is now generated at build time by Astro alongside other pages
"> A community-driven collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot experiences across various domains, languages, and use cases.\n\n";
710
-
711
-
// Add overview section
712
-
content+="## Overview\n\n";
713
-
content+=
714
-
"This repository provides resources to customize and enhance GitHub Copilot:\n\n";
715
-
content+=
716
-
"- **Agents**: Specialized GitHub Copilot agents that integrate with MCP servers\n";
717
-
content+=
718
-
"- **Prompts**: Task-specific prompts for code generation and problem-solving\n";
719
-
content+=
720
-
"- **Instructions**: Coding standards and best practices applied to specific file patterns\n";
721
-
content+=
722
-
"- **Skills**: Self-contained folders with instructions and bundled resources for specialized tasks\n\n";
"> A community-driven collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot experiences across various domains, languages, and use cases.\n\n";
21
+
22
+
// Add overview section
23
+
content+="## Overview\n\n";
24
+
content+=
25
+
"This repository provides resources to customize and enhance GitHub Copilot:\n\n";
26
+
content+=
27
+
"- **Agents**: Specialized GitHub Copilot agents that integrate with MCP servers\n";
28
+
content+=
29
+
"- **Prompts**: Task-specific prompts for code generation and problem-solving\n";
30
+
content+=
31
+
"- **Instructions**: Coding standards and best practices applied to specific file patterns\n";
32
+
content+=
33
+
"- **Skills**: Self-contained folders with instructions and bundled resources for specialized tasks\n\n";
0 commit comments