Add plugins for all collections

Generate plugin directories for 36 collections not previously represented:
- awesome-copilot, cast-imaging, clojure-interactive-programming, copilot-sdk
- csharp-dotnet-development, csharp-mcp-development, database-data-management
- dataverse-sdk-for-python, devops-oncall, edge-ai-tasks, frontend-web-dev
- go-mcp-development, java-development, java-mcp-development, kotlin-mcp-development
- mcp-m365-copilot, openapi-to-application-* (5 variants), partners
- pcf-development, php-mcp-development, power-apps-code-apps, power-bi-development
- power-platform-mcp-connector-development, python-mcp-development
- ruby-mcp-development, rust-mcp-development, security-best-practices
- structured-autonomy, swift-mcp-development, technical-spike
- typescript-mcp-development, typespec-m365-copilot

Each plugin includes:
- .github/plugin/plugin.json with metadata
- README.md with installation instructions
- Symlinks to canonical agents, commands, and skills

Updated marketplace.json to include all 40 plugins.
This commit is contained in:
Aaron Powell
2026-02-03 16:40:57 +11:00
parent b16eb45d99
commit 003a01cc7e
189 changed files with 2078 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "dataverse-sdk-for-python",
"description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT"
}

View File

@@ -0,0 +1,47 @@
# Dataverse SDK for Python Plugin
Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts.
## Installation
```bash
# Using Copilot CLI
copilot plugin install github/awesome-copilot/plugins/dataverse-sdk-for-python
```
## What's Included
### Commands (Slash Commands)
| Command | Description |
|---------|-------------|
| `/dataverse-sdk-for-python:dataverse-python-quickstart` | Dataverse Python Quickstart |
| `/dataverse-sdk-for-python:dataverse-python-advanced-patterns` | Dataverse Python Advanced Patterns |
| `/dataverse-sdk-for-python:dataverse-python-production-code` | Dataverse Python Production Code |
| `/dataverse-sdk-for-python:dataverse-python-usecase-builder` | Dataverse Python Usecase Builder |
### Instructions
| Instruction | Description |
|-------------|-------------|
| `dataverse-python-sdk` | Dataverse Python Sdk |
| `dataverse-python-api-reference` | Dataverse Python Api Reference |
| `dataverse-python-modules` | Dataverse Python Modules |
| `dataverse-python-best-practices` | Dataverse Python Best Practices |
| `dataverse-python-advanced-features` | Dataverse Python Advanced Features |
| `dataverse-python-agentic-workflows` | Dataverse Python Agentic Workflows |
| `dataverse-python-authentication-security` | Dataverse Python Authentication Security |
| `dataverse-python-error-handling` | Dataverse Python Error Handling |
| `dataverse-python-file-operations` | Dataverse Python File Operations |
| `dataverse-python-pandas-integration` | Dataverse Python Pandas Integration |
| `dataverse-python-performance-optimization` | Dataverse Python Performance Optimization |
| `dataverse-python-real-world-usecases` | Dataverse Python Real World Usecases |
| `dataverse-python-testing-debugging` | Dataverse Python Testing Debugging |
## Source
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
## License
MIT

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-advanced-patterns.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-production-code.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-quickstart.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-usecase-builder.prompt.md