Skip to content

Commit 647889c

Browse files
committed
refresh readme
1 parent 9c4b267 commit 647889c

42 files changed

Lines changed: 213 additions & 551 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugins/awesome-copilot/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Meta prompts that help you discover and generate curated GitHub Copilot agents,
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/awesome-copilot
9+
copilot plugin install awesome-copilot@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,16 +15,16 @@ copilot plugin install github/awesome-copilot/plugins/awesome-copilot
1515

1616
| Command | Description |
1717
|---------|-------------|
18-
| `/awesome-copilot:suggest-awesome-github-copilot-collections` | Suggest Awesome Github Copilot Collections |
19-
| `/awesome-copilot:suggest-awesome-github-copilot-instructions` | Suggest Awesome Github Copilot Instructions |
20-
| `/awesome-copilot:suggest-awesome-github-copilot-prompts` | Suggest Awesome Github Copilot Prompts |
21-
| `/awesome-copilot:suggest-awesome-github-copilot-agents` | Suggest Awesome Github Copilot Agents |
18+
| `/awesome-copilot:suggest-awesome-github-copilot-collections` | Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets, and identifying outdated collection assets that need updates. |
19+
| `/awesome-copilot:suggest-awesome-github-copilot-instructions` | Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates. |
20+
| `/awesome-copilot:suggest-awesome-github-copilot-prompts` | Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository, and identifying outdated prompts that need updates. |
21+
| `/awesome-copilot:suggest-awesome-github-copilot-agents` | Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates. |
2222

2323
### Agents
2424

2525
| Agent | Description |
2626
|-------|-------------|
27-
| `meta-agentic-project-scaffold` | Meta Agentic Project Scaffold |
27+
| `meta-agentic-project-scaffold` | Meta agentic project creation assistant to help users create and manage project workflows effectively. |
2828

2929
## Source
3030

plugins/azure-cloud-development/README.md

Lines changed: 17 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,34 @@ Comprehensive Azure cloud development tools including Infrastructure as Code, se
55
## Installation
66

77
```bash
8-
copilot plugin install github/awesome-copilot/plugins/azure-cloud-development
8+
# Using Copilot CLI
9+
copilot plugin install azure-cloud-development@awesome-copilot
910
```
1011

11-
## Agents
12+
## What's Included
1213

13-
| Agent | Description |
14-
|-------|-------------|
15-
| `azure-principal-architect` | Principal-level Azure architecture guidance |
16-
| `azure-saas-architect` | SaaS architecture patterns on Azure |
17-
| `azure-logic-apps-expert` | Azure Logic Apps and workflow automation |
18-
| `azure-verified-modules-bicep` | Azure Verified Modules with Bicep |
19-
| `azure-verified-modules-terraform` | Azure Verified Modules with Terraform |
20-
| `terraform-azure-planning` | Plan Terraform deployments for Azure |
21-
| `terraform-azure-implement` | Implement Terraform configurations for Azure |
22-
23-
## Commands
14+
### Commands (Slash Commands)
2415

2516
| Command | Description |
2617
|---------|-------------|
27-
| `/azure-cloud-development:azure-resource-health-diagnose` | Diagnose Azure resource health issues |
28-
| `/azure-cloud-development:az-cost-optimize` | Optimize Azure costs |
29-
30-
## Usage Examples
31-
32-
### Architecture Review
33-
```
34-
@azure-principal-architect Review this architecture for a multi-region deployment
35-
```
18+
| `/azure-cloud-development:azure-resource-health-diagnose` | Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems. |
19+
| `/azure-cloud-development:az-cost-optimize` | Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations. |
3620

37-
### Infrastructure as Code
38-
```
39-
@terraform-azure-planning Help me plan a Terraform module for an AKS cluster
40-
```
41-
42-
### Cost Optimization
43-
```
44-
/azure-cloud-development:az-cost-optimize
21+
### Agents
4522

46-
Analyze my Azure subscription for cost savings
47-
```
23+
| Agent | Description |
24+
|-------|-------------|
25+
| `azure-principal-architect` | Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices. |
26+
| `azure-saas-architect` | Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices. |
27+
| `azure-logic-apps-expert` | Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language. |
28+
| `azure-verified-modules-bicep` | Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM). |
29+
| `azure-verified-modules-terraform` | Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM). |
30+
| `terraform-azure-planning` | Act as implementation planner for your Azure Terraform Infrastructure as Code task. |
31+
| `terraform-azure-implement` | Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources. |
4832

4933
## Source
5034

51-
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
35+
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
5236

5337
## License
5438

plugins/cast-imaging/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A comprehensive collection of specialized agents for software analysis, impact a
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/cast-imaging
9+
copilot plugin install cast-imaging@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,9 +15,9 @@ copilot plugin install github/awesome-copilot/plugins/cast-imaging
1515

1616
| Agent | Description |
1717
|-------|-------------|
18-
| `cast-imaging-software-discovery` | Cast Imaging Software Discovery |
19-
| `cast-imaging-impact-analysis` | Cast Imaging Impact Analysis |
20-
| `cast-imaging-structural-quality-advisor` | Cast Imaging Structural Quality Advisor |
18+
| `cast-imaging-software-discovery` | Specialized agent for comprehensive software application discovery and architectural mapping through static code analysis using CAST Imaging |
19+
| `cast-imaging-impact-analysis` | Specialized agent for comprehensive change impact assessment and risk analysis in software systems using CAST Imaging |
20+
| `cast-imaging-structural-quality-advisor` | Specialized agent for identifying, analyzing, and providing remediation guidance for code quality issues using CAST Imaging |
2121

2222
## Source
2323

plugins/clojure-interactive-programming/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tools for REPL-first Clojure workflows featuring Clojure instructions, the inter
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/clojure-interactive-programming
9+
copilot plugin install clojure-interactive-programming@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,19 +15,13 @@ copilot plugin install github/awesome-copilot/plugins/clojure-interactive-progra
1515

1616
| Command | Description |
1717
|---------|-------------|
18-
| `/clojure-interactive-programming:remember-interactive-programming` | Remember Interactive Programming |
18+
| `/clojure-interactive-programming:remember-interactive-programming` | A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace. |
1919

2020
### Agents
2121

2222
| Agent | Description |
2323
|-------|-------------|
24-
| `clojure-interactive-programming` | Clojure Interactive Programming |
25-
26-
### Instructions
27-
28-
| Instruction | Description |
29-
|-------------|-------------|
30-
| `clojure` | Clojure |
24+
| `clojure-interactive-programming` | Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications. |
3125

3226
## Source
3327

plugins/copilot-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build applications with the GitHub Copilot SDK across multiple programming langu
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/copilot-sdk
9+
copilot plugin install copilot-sdk@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,7 +15,7 @@ copilot plugin install github/awesome-copilot/plugins/copilot-sdk
1515

1616
| Skill | Description |
1717
|-------|-------------|
18-
| `copilot-sdk` | Build agentic applications with GitHub Copilot SDK |
18+
| `SKILL.md` | Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent. |
1919

2020
## Source
2121

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../skills/copilot-sdk

plugins/copilot-sdk/skills/copilot-sdk/SKILL.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/csharp-dotnet-development/README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Essential prompts, instructions, and chat modes for C# and .NET development incl
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/csharp-dotnet-development
9+
copilot plugin install csharp-dotnet-development@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,24 +15,17 @@ copilot plugin install github/awesome-copilot/plugins/csharp-dotnet-development
1515

1616
| Command | Description |
1717
|---------|-------------|
18-
| `/csharp-dotnet-development:csharp-async` | Csharp Async |
19-
| `/csharp-dotnet-development:aspnet-minimal-api-openapi` | Aspnet Minimal Api Openapi |
20-
| `/csharp-dotnet-development:csharp-xunit` | Csharp Xunit |
21-
| `/csharp-dotnet-development:dotnet-best-practices` | Dotnet Best Practices |
22-
| `/csharp-dotnet-development:dotnet-upgrade` | Dotnet Upgrade |
18+
| `/csharp-dotnet-development:csharp-async` | Get best practices for C# async programming |
19+
| `/csharp-dotnet-development:aspnet-minimal-api-openapi` | Create ASP.NET Minimal API endpoints with proper OpenAPI documentation |
20+
| `/csharp-dotnet-development:csharp-xunit` | Get best practices for XUnit unit testing, including data-driven tests |
21+
| `/csharp-dotnet-development:dotnet-best-practices` | Ensure .NET/C# code meets best practices for the solution/project. |
22+
| `/csharp-dotnet-development:dotnet-upgrade` | Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution |
2323

2424
### Agents
2525

2626
| Agent | Description |
2727
|-------|-------------|
28-
| `expert-dotnet-software-engineer` | Expert Dotnet Software Engineer |
29-
30-
### Instructions
31-
32-
| Instruction | Description |
33-
|-------------|-------------|
34-
| `csharp` | Csharp |
35-
| `dotnet-architecture-good-practices` | Dotnet Architecture Good Practices |
28+
| `expert-dotnet-software-engineer` | Provide expert .NET software engineering guidance using modern software design patterns. |
3629

3730
## Source
3831

plugins/csharp-mcp-development/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Complete toolkit for building Model Context Protocol (MCP) servers in C# using t
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/csharp-mcp-development
9+
copilot plugin install csharp-mcp-development@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,19 +15,13 @@ copilot plugin install github/awesome-copilot/plugins/csharp-mcp-development
1515

1616
| Command | Description |
1717
|---------|-------------|
18-
| `/csharp-mcp-development:csharp-mcp-server-generator` | Csharp Mcp Server Generator |
18+
| `/csharp-mcp-development:csharp-mcp-server-generator` | Generate a complete MCP server project in C# with tools, prompts, and proper configuration |
1919

2020
### Agents
2121

2222
| Agent | Description |
2323
|-------|-------------|
24-
| `csharp-mcp-expert` | Csharp Mcp Expert |
25-
26-
### Instructions
27-
28-
| Instruction | Description |
29-
|-------------|-------------|
30-
| `csharp-mcp-server` | Csharp Mcp Server |
24+
| `csharp-mcp-expert` | Expert assistant for developing Model Context Protocol (MCP) servers in C# |
3125

3226
## Source
3327

plugins/database-data-management/README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Database administration, SQL optimization, and data management tools for Postgre
66

77
```bash
88
# Using Copilot CLI
9-
copilot plugin install github/awesome-copilot/plugins/database-data-management
9+
copilot plugin install database-data-management@awesome-copilot
1010
```
1111

1212
## What's Included
@@ -15,24 +15,17 @@ copilot plugin install github/awesome-copilot/plugins/database-data-management
1515

1616
| Command | Description |
1717
|---------|-------------|
18-
| `/database-data-management:sql-optimization` | Sql Optimization |
19-
| `/database-data-management:sql-code-review` | Sql Code Review |
20-
| `/database-data-management:postgresql-optimization` | Postgresql Optimization |
21-
| `/database-data-management:postgresql-code-review` | Postgresql Code Review |
18+
| `/database-data-management:sql-optimization` | Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance. |
19+
| `/database-data-management:sql-code-review` | Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage. |
20+
| `/database-data-management:postgresql-optimization` | PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem. |
21+
| `/database-data-management:postgresql-code-review` | PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS). |
2222

2323
### Agents
2424

2525
| Agent | Description |
2626
|-------|-------------|
27-
| `postgresql-dba` | Postgresql Dba |
28-
| `ms-sql-dba` | Ms Sql Dba |
29-
30-
### Instructions
31-
32-
| Instruction | Description |
33-
|-------------|-------------|
34-
| `ms-sql-dba` | Ms Sql Dba |
35-
| `sql-sp-generation` | Sql Sp Generation |
27+
| `postgresql-dba` | Work with PostgreSQL databases using the PostgreSQL extension. |
28+
| `ms-sql-dba` | Work with Microsoft SQL Server databases using the MS SQL extension. |
3629

3730
## Source
3831

0 commit comments

Comments
 (0)