Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"email": "copilot@github.com"
},
"plugins": [
{
"name": "agent-skill-authoring",
"source": "agent-skill-authoring",
"description": "Create and validate reusable agent skills with progressive disclosure, evaluation fixtures, and repository-ready structure.",
"version": "1.0.0"
},
{
"name": "automate-this",
"source": "automate-this",
Expand Down Expand Up @@ -53,6 +59,24 @@
"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.1"
},
{
"name": "capacitor-mobile-development",
"source": "capacitor-mobile-development",
"description": "Comprehensive toolkit for building Capacitor apps, covering plugin selection, native features, testing, debugging, UI polish, performance, accessibility, and app store release preparation.",
"version": "1.0.0"
},
{
"name": "capacitor-modernization",
"source": "capacitor-modernization",
"description": "Upgrade and modernize Capacitor apps and plugins across major versions, migrate from legacy stacks, and move to newer native integration patterns such as Swift Package Manager.",
"version": "1.0.0"
},
{
"name": "capgo-cloud-operations",
"source": "capgo-cloud-operations",
"description": "Capgo cloud workflows for live updates, hosted builds, channel and release management, CLI operations, and organization administration for Capacitor apps.",
"version": "1.0.0"
},
{
"name": "cast-imaging",
"source": "cast-imaging",
Expand Down
4 changes: 4 additions & 0 deletions docs/README.plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how t

| Name | Description | Items | Tags |
| ---- | ----------- | ----- | ---- |
| [agent-skill-authoring](../plugins/agent-skill-authoring/README.md) | Create and validate reusable agent skills with progressive disclosure, evaluation fixtures, and repository-ready structure. | 1 items | skills, authoring, agents, copilot, validation, templates |
| [automate-this](../plugins/automate-this/README.md) | Record your screen doing a manual process, drop the video on your Desktop, and let Copilot CLI analyze it frame-by-frame to build working automation scripts. Supports narrated recordings with audio transcription. | 1 items | automation, screen-recording, workflow, video-analysis, process-automation, scripting, productivity, copilot-cli |
| [awesome-copilot](../plugins/awesome-copilot/README.md) | Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills. | 4 items | github-copilot, discovery, meta, prompt-engineering, agents |
| [azure-cloud-development](../plugins/azure-cloud-development/README.md) | Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications. | 11 items | azure, cloud, infrastructure, bicep, terraform, serverless, architecture, devops |
| [capacitor-mobile-development](../plugins/capacitor-mobile-development/README.md) | Comprehensive toolkit for building Capacitor apps, covering plugin selection, native features, testing, debugging, UI polish, performance, accessibility, and app store release preparation. | 20 items | capacitor, mobile, ionic, testing, debugging, performance, accessibility, push-notifications, deep-linking, app-store |
| [capacitor-modernization](../plugins/capacitor-modernization/README.md) | Upgrade and modernize Capacitor apps and plugins across major versions, migrate from legacy stacks, and move to newer native integration patterns such as Swift Package Manager. | 17 items | capacitor, migration, upgrades, cordova, ionic, swiftpm, cocoapods, modernization, plugins, mobile |
| [capgo-cloud-operations](../plugins/capgo-cloud-operations/README.md) | Capgo cloud workflows for live updates, hosted builds, channel and release management, CLI operations, and organization administration for Capacitor apps. | 7 items | capgo, capacitor, live-updates, release-management, native-builds, ota, cli, operations, deployment, organization |
| [cast-imaging](../plugins/cast-imaging/README.md) | A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging. | 3 items | cast-imaging, software-analysis, architecture, quality, impact-analysis, devops |
| [clojure-interactive-programming](../plugins/clojure-interactive-programming/README.md) | Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance. | 2 items | clojure, repl, interactive-programming |
| [context-engineering](../plugins/context-engineering/README.md) | Tools and techniques for maximizing GitHub Copilot effectiveness through better context management. Includes guidelines for structuring code, an agent for planning multi-file changes, and prompts for context-aware development. | 4 items | context, productivity, refactoring, best-practices, architecture |
Expand Down
Loading
Loading