Convert all prompts to skills and update plugin manifests

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 04:34:07 +00:00
parent f4f0dc3d8a
commit 59d1c8b43e
179 changed files with 26388 additions and 115 deletions

View File

@@ -17,10 +17,10 @@
"agents": [
"./agents/meta-agentic-project-scaffold.md"
],
"commands": [
"./commands/suggest-awesome-github-copilot-skills.md",
"./commands/suggest-awesome-github-copilot-instructions.md",
"./commands/suggest-awesome-github-copilot-prompts.md",
"./commands/suggest-awesome-github-copilot-agents.md"
"skills": [
"./skills/suggest-awesome-github-copilot-skills/",
"./skills/suggest-awesome-github-copilot-instructions/",
"./skills/suggest-awesome-github-copilot-prompts/",
"./skills/suggest-awesome-github-copilot-agents/"
]
}

View File

@@ -26,8 +26,8 @@
"./agents/terraform-azure-planning.md",
"./agents/terraform-azure-implement.md"
],
"commands": [
"./commands/azure-resource-health-diagnose.md",
"./commands/az-cost-optimize.md"
"skills": [
"./skills/azure-resource-health-diagnose/",
"./skills/az-cost-optimize/"
]
}

View File

@@ -15,7 +15,7 @@
"agents": [
"./agents/clojure-interactive-programming.md"
],
"commands": [
"./commands/remember-interactive-programming.md"
"skills": [
"./skills/remember-interactive-programming/"
]
}

View File

@@ -17,9 +17,9 @@
"agents": [
"./agents/context-architect.md"
],
"commands": [
"./commands/context-map.md",
"./commands/what-context-needed.md",
"./commands/refactor-plan.md"
"skills": [
"./skills/context-map/",
"./skills/what-context-needed/",
"./skills/refactor-plan/"
]
}

View File

@@ -16,14 +16,14 @@
"agents": [
"./agents/expert-dotnet-software-engineer.md"
],
"commands": [
"./commands/csharp-async.md",
"./commands/aspnet-minimal-api-openapi.md",
"./commands/csharp-xunit.md",
"./commands/csharp-nunit.md",
"./commands/csharp-mstest.md",
"./commands/csharp-tunit.md",
"./commands/dotnet-best-practices.md",
"./commands/dotnet-upgrade.md"
"skills": [
"./skills/csharp-async/",
"./skills/aspnet-minimal-api-openapi/",
"./skills/csharp-xunit/",
"./skills/csharp-nunit/",
"./skills/csharp-mstest/",
"./skills/csharp-tunit/",
"./skills/dotnet-best-practices/",
"./skills/dotnet-upgrade/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/csharp-mcp-expert.md"
],
"commands": [
"./commands/csharp-mcp-server-generator.md"
"skills": [
"./skills/csharp-mcp-server-generator/"
]
}

View File

@@ -21,10 +21,10 @@
"./agents/postgresql-dba.md",
"./agents/ms-sql-dba.md"
],
"commands": [
"./commands/sql-optimization.md",
"./commands/sql-code-review.md",
"./commands/postgresql-optimization.md",
"./commands/postgresql-code-review.md"
"skills": [
"./skills/sql-optimization/",
"./skills/sql-code-review/",
"./skills/postgresql-optimization/",
"./skills/postgresql-code-review/"
]
}

View File

@@ -13,10 +13,10 @@
"integration",
"sdk"
],
"commands": [
"./commands/dataverse-python-quickstart.md",
"./commands/dataverse-python-advanced-patterns.md",
"./commands/dataverse-python-production-code.md",
"./commands/dataverse-python-usecase-builder.md"
"skills": [
"./skills/dataverse-python-quickstart/",
"./skills/dataverse-python-advanced-patterns/",
"./skills/dataverse-python-production-code/",
"./skills/dataverse-python-usecase-builder/"
]
}

View File

@@ -16,8 +16,8 @@
"agents": [
"./agents/azure-principal-architect.md"
],
"commands": [
"./commands/azure-resource-health-diagnose.md",
"./commands/multi-stage-dockerfile.md"
"skills": [
"./skills/azure-resource-health-diagnose/",
"./skills/multi-stage-dockerfile/"
]
}

View File

@@ -22,8 +22,8 @@
"./agents/expert-react-frontend-engineer.md",
"./agents/electron-angular-native.md"
],
"commands": [
"./commands/playwright-explore-website.md",
"./commands/playwright-generate-test.md"
"skills": [
"./skills/playwright-explore-website/",
"./skills/playwright-generate-test/"
]
}

View File

@@ -18,7 +18,7 @@
"agents": [
"./agents/go-mcp-expert.md"
],
"commands": [
"./commands/go-mcp-server-generator.md"
"skills": [
"./skills/go-mcp-server-generator/"
]
}

View File

@@ -15,10 +15,10 @@
"junit",
"javadoc"
],
"commands": [
"./commands/java-docs.md",
"./commands/java-junit.md",
"./commands/java-springboot.md",
"./commands/create-spring-boot-java-project.md"
"skills": [
"./skills/java-docs/",
"./skills/java-junit/",
"./skills/java-springboot/",
"./skills/create-spring-boot-java-project/"
]
}

View File

@@ -20,7 +20,7 @@
"agents": [
"./agents/java-mcp-expert.md"
],
"commands": [
"./commands/java-mcp-server-generator.md"
"skills": [
"./skills/java-mcp-server-generator/"
]
}

View File

@@ -18,7 +18,7 @@
"agents": [
"./agents/kotlin-mcp-expert.md"
],
"commands": [
"./commands/kotlin-mcp-server-generator.md"
"skills": [
"./skills/kotlin-mcp-server-generator/"
]
}

View File

@@ -18,9 +18,9 @@
"agents": [
"./agents/mcp-m365-agent-expert.md"
],
"commands": [
"./commands/mcp-create-declarative-agent.md",
"./commands/mcp-create-adaptive-cards.md",
"./commands/mcp-deploy-manage-agents.md"
"skills": [
"./skills/mcp-create-declarative-agent/",
"./skills/mcp-create-adaptive-cards/",
"./skills/mcp-deploy-manage-agents/"
]
}

View File

@@ -18,7 +18,7 @@
"agents": [
"./agents/openapi-to-application.md"
],
"commands": [
"./commands/openapi-to-application-code.md"
"skills": [
"./skills/openapi-to-application-code/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/openapi-to-application.md"
],
"commands": [
"./commands/openapi-to-application-code.md"
"skills": [
"./skills/openapi-to-application-code/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/openapi-to-application.md"
],
"commands": [
"./commands/openapi-to-application-code.md"
"skills": [
"./skills/openapi-to-application-code/"
]
}

View File

@@ -18,7 +18,7 @@
"agents": [
"./agents/openapi-to-application.md"
],
"commands": [
"./commands/openapi-to-application-code.md"
"skills": [
"./skills/openapi-to-application-code/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/openapi-to-application.md"
],
"commands": [
"./commands/openapi-to-application-code.md"
"skills": [
"./skills/openapi-to-application-code/"
]
}

View File

@@ -19,7 +19,7 @@
"agents": [
"./agents/php-mcp-expert.md"
],
"commands": [
"./commands/php-mcp-server-generator.md"
"skills": [
"./skills/php-mcp-server-generator/"
]
}

View File

@@ -19,7 +19,7 @@
"agents": [
"./agents/power-platform-expert.md"
],
"commands": [
"./commands/power-apps-code-app-scaffold.md"
"skills": [
"./skills/power-apps-code-app-scaffold/"
]
}

View File

@@ -23,10 +23,10 @@
"./agents/power-bi-performance-expert.md",
"./agents/power-bi-visualization-expert.md"
],
"commands": [
"./commands/power-bi-dax-optimization.md",
"./commands/power-bi-model-design-review.md",
"./commands/power-bi-performance-troubleshooting.md",
"./commands/power-bi-report-design-consultation.md"
"skills": [
"./skills/power-bi-dax-optimization/",
"./skills/power-bi-model-design-review/",
"./skills/power-bi-performance-troubleshooting/",
"./skills/power-bi-report-design-consultation/"
]
}

View File

@@ -17,8 +17,8 @@
"agents": [
"./agents/power-platform-mcp-integration-expert.md"
],
"commands": [
"./commands/power-platform-mcp-connector-suite.md",
"./commands/mcp-copilot-studio-server-generator.md"
"skills": [
"./skills/power-platform-mcp-connector-suite/",
"./skills/mcp-copilot-studio-server-generator/"
]
}

View File

@@ -26,14 +26,14 @@
"./agents/implementation-plan.md",
"./agents/research-technical-spike.md"
],
"commands": [
"./commands/breakdown-feature-implementation.md",
"./commands/breakdown-feature-prd.md",
"./commands/breakdown-epic-arch.md",
"./commands/breakdown-epic-pm.md",
"./commands/create-implementation-plan.md",
"./commands/update-implementation-plan.md",
"./commands/create-github-issues-feature-from-implementation-plan.md",
"./commands/create-technical-spike.md"
"skills": [
"./skills/breakdown-feature-implementation/",
"./skills/breakdown-feature-prd/",
"./skills/breakdown-epic-arch/",
"./skills/breakdown-epic-pm/",
"./skills/create-implementation-plan/",
"./skills/update-implementation-plan/",
"./skills/create-github-issues-feature-from-implementation-plan/",
"./skills/create-technical-spike/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/python-mcp-expert.md"
],
"commands": [
"./commands/python-mcp-server-generator.md"
"skills": [
"./skills/python-mcp-server-generator/"
]
}

View File

@@ -19,7 +19,7 @@
"agents": [
"./agents/ruby-mcp-expert.md"
],
"commands": [
"./commands/ruby-mcp-server-generator.md"
"skills": [
"./skills/ruby-mcp-server-generator/"
]
}

View File

@@ -21,7 +21,7 @@
"agents": [
"./agents/rust-mcp-expert.md"
],
"commands": [
"./commands/rust-mcp-server-generator.md"
"skills": [
"./skills/rust-mcp-server-generator/"
]
}

View File

@@ -17,7 +17,7 @@
"optimization",
"best-practices"
],
"commands": [
"./commands/ai-prompt-engineering-safety-review.md"
"skills": [
"./skills/ai-prompt-engineering-safety-review/"
]
}

View File

@@ -7,9 +7,9 @@
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"commands": [
"./commands/structured-autonomy-generate.md",
"./commands/structured-autonomy-implement.md",
"./commands/structured-autonomy-plan.md"
"skills": [
"./skills/structured-autonomy-generate/",
"./skills/structured-autonomy-implement/",
"./skills/structured-autonomy-plan/"
]
}

View File

@@ -22,7 +22,7 @@
"agents": [
"./agents/swift-mcp-expert.md"
],
"commands": [
"./commands/swift-mcp-server-generator.md"
"skills": [
"./skills/swift-mcp-server-generator/"
]
}

View File

@@ -16,7 +16,7 @@
"agents": [
"./agents/research-technical-spike.md"
],
"commands": [
"./commands/create-technical-spike.md"
"skills": [
"./skills/create-technical-spike/"
]
}

View File

@@ -23,11 +23,11 @@
"./agents/tdd-refactor.md",
"./agents/playwright-tester.md"
],
"commands": [
"./commands/playwright-explore-website.md",
"./commands/playwright-generate-test.md",
"./commands/csharp-nunit.md",
"./commands/java-junit.md",
"./commands/ai-prompt-engineering-safety-review.md"
"skills": [
"./skills/playwright-explore-website/",
"./skills/playwright-generate-test/",
"./skills/csharp-nunit/",
"./skills/java-junit/",
"./skills/ai-prompt-engineering-safety-review/"
]
}

View File

@@ -17,7 +17,7 @@
"agents": [
"./agents/typescript-mcp-expert.md"
],
"commands": [
"./commands/typescript-mcp-server-generator.md"
"skills": [
"./skills/typescript-mcp-server-generator/"
]
}

View File

@@ -15,9 +15,9 @@
"agent-development",
"microsoft-365"
],
"commands": [
"./commands/typespec-create-agent.md",
"./commands/typespec-create-api-plugin.md",
"./commands/typespec-api-operations.md"
"skills": [
"./skills/typespec-create-agent/",
"./skills/typespec-create-api-plugin/",
"./skills/typespec-api-operations/"
]
}