Updating collection tags
This commit is contained in:
parent
ad4ccee098
commit
c5ab60f93c
@ -16,7 +16,7 @@ Curated collections of related prompts, instructions, and chat modes organized a
|
|||||||
|
|
||||||
| Name | Description | Items | Tags |
|
| Name | Description | Items | Tags |
|
||||||
| ---- | ----------- | ----- | ---- |
|
| ---- | ----------- | ----- | ---- |
|
||||||
| [⭐ Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 10 items | tag1, tag2, tag3 |
|
| [⭐ Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 10 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance |
|
||||||
| [Azure & Cloud Development](collections/azure-cloud-development.md) | Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications. | 18 items | azure, cloud, infrastructure, bicep, terraform, serverless, architecture, devops |
|
| [Azure & Cloud Development](collections/azure-cloud-development.md) | Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications. | 18 items | azure, cloud, infrastructure, bicep, terraform, serverless, architecture, devops |
|
||||||
| [C# .NET Development](collections/csharp-dotnet-development.md) | Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices. | 7 items | csharp, dotnet, aspnet, testing |
|
| [C# .NET Development](collections/csharp-dotnet-development.md) | Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices. | 7 items | csharp, dotnet, aspnet, testing |
|
||||||
| [C# MCP Server Development](collections/csharp-mcp-development.md) | Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 3 items | csharp, mcp, model-context-protocol, dotnet, server-development |
|
| [C# MCP Server Development](collections/csharp-mcp-development.md) | Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 3 items | csharp, mcp, model-context-protocol, dotnet, server-development |
|
||||||
|
|||||||
@ -23,7 +23,7 @@ Discover our curated collections of prompts, instructions, and chat modes organi
|
|||||||
|
|
||||||
| Name | Description | Items | Tags |
|
| Name | Description | Items | Tags |
|
||||||
| ---- | ----------- | ----- | ---- |
|
| ---- | ----------- | ----- | ---- |
|
||||||
| [Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 10 items | tag1, tag2, tag3 |
|
| [Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 10 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance |
|
||||||
|
|
||||||
|
|
||||||
## MCP Server
|
## MCP Server
|
||||||
|
|||||||
@ -1,7 +1,19 @@
|
|||||||
id: partners
|
id: partners
|
||||||
name: Partners
|
name: Partners
|
||||||
description: Custom agents that have been created by GitHub partners
|
description: Custom agents that have been created by GitHub partners
|
||||||
tags: [tag1, tag2, tag3]
|
tags:
|
||||||
|
[
|
||||||
|
devops,
|
||||||
|
security,
|
||||||
|
database,
|
||||||
|
cloud,
|
||||||
|
infrastructure,
|
||||||
|
observability,
|
||||||
|
feature-flags,
|
||||||
|
cicd,
|
||||||
|
migration,
|
||||||
|
performance,
|
||||||
|
]
|
||||||
items:
|
items:
|
||||||
- path: agents/amplitude-experiment-implementation.agent.md
|
- path: agents/amplitude-experiment-implementation.agent.md
|
||||||
kind: agent
|
kind: agent
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Custom agents that have been created by GitHub partners
|
Custom agents that have been created by GitHub partners
|
||||||
|
|
||||||
**Tags:** tag1, tag2, tag3
|
**Tags:** devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance
|
||||||
|
|
||||||
## Items in this Collection
|
## Items in this Collection
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user