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
"> 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";
0 commit comments