mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Prototyping out some plugins
This commit is contained in:
10
plugins/azure-cloud-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/azure-cloud-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "azure-cloud-development",
|
||||
"description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
55
plugins/azure-cloud-development/README.md
Normal file
55
plugins/azure-cloud-development/README.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# Azure & Cloud Development Plugin
|
||||
|
||||
Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
copilot plugin install github/awesome-copilot/plugins/azure-cloud-development
|
||||
```
|
||||
|
||||
## Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `azure-principal-architect` | Principal-level Azure architecture guidance |
|
||||
| `azure-saas-architect` | SaaS architecture patterns on Azure |
|
||||
| `azure-logic-apps-expert` | Azure Logic Apps and workflow automation |
|
||||
| `azure-verified-modules-bicep` | Azure Verified Modules with Bicep |
|
||||
| `azure-verified-modules-terraform` | Azure Verified Modules with Terraform |
|
||||
| `terraform-azure-planning` | Plan Terraform deployments for Azure |
|
||||
| `terraform-azure-implement` | Implement Terraform configurations for Azure |
|
||||
|
||||
## Commands
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/azure-cloud-development:azure-resource-health-diagnose` | Diagnose Azure resource health issues |
|
||||
| `/azure-cloud-development:az-cost-optimize` | Optimize Azure costs |
|
||||
|
||||
## Usage Examples
|
||||
|
||||
### Architecture Review
|
||||
```
|
||||
@azure-principal-architect Review this architecture for a multi-region deployment
|
||||
```
|
||||
|
||||
### Infrastructure as Code
|
||||
```
|
||||
@terraform-azure-planning Help me plan a Terraform module for an AKS cluster
|
||||
```
|
||||
|
||||
### Cost Optimization
|
||||
```
|
||||
/azure-cloud-development:az-cost-optimize
|
||||
|
||||
Analyze my Azure subscription for cost savings
|
||||
```
|
||||
|
||||
## Source
|
||||
|
||||
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/azure-logic-apps-expert.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/azure-principal-architect.agent.md
|
||||
1
plugins/azure-cloud-development/agents/azure-saas-architect.md
Symbolic link
1
plugins/azure-cloud-development/agents/azure-saas-architect.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/azure-saas-architect.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/azure-verified-modules-bicep.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/azure-verified-modules-terraform.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/terraform-azure-implement.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/terraform-azure-planning.agent.md
|
||||
1
plugins/azure-cloud-development/commands/az-cost-optimize.md
Symbolic link
1
plugins/azure-cloud-development/commands/az-cost-optimize.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/az-cost-optimize.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/azure-resource-health-diagnose.prompt.md
|
||||
Reference in New Issue
Block a user