Skip to content

Add detailed descriptions for new plugins and skills in the Plugin Marketplace documentation#1540

Merged
gunzip merged 8 commits intomainfrom
docs/copilot-docs
Apr 2, 2026
Merged

Add detailed descriptions for new plugins and skills in the Plugin Marketplace documentation#1540
gunzip merged 8 commits intomainfrom
docs/copilot-docs

Conversation

@gunzip
Copy link
Copy Markdown
Contributor

@gunzip gunzip commented Mar 31, 2026

Enhance the Plugin Marketplace documentation by providing comprehensive descriptions for new plugins and their associated skills and commands, improving clarity and usability for developers.

@gunzip gunzip requested a review from a team as a code owner March 31, 2026 13:35
Copilot AI review requested due to automatic review settings March 31, 2026 13:35
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 31, 2026

⚠️ No Changeset found

Latest commit: 53edc23

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enhances the Plugin Marketplace documentation by adding an “Available Plugins” section that describes the plugins, their skills, commands, and agents to improve discoverability and usability for developers.

Changes:

  • Added a new “Available Plugins” section to enumerate marketplace plugins.
  • Documented plugin-provided skills/commands/agents with short descriptions.

Comment thread apps/website/docs/coding-with-ai/plugin-marketplace.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Comment thread apps/website/docs/coding-with-ai/plugin-marketplace.md Outdated
Copy link
Copy Markdown
Contributor

@christian-calabrese christian-calabrese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: The changeset file is missing

@kin0992
Copy link
Copy Markdown
Contributor

kin0992 commented Apr 1, 2026

issue: The changeset file is missing

gently reminder: we migrated to nx, so please create a changelog file with pnpm nx release plan command instead of pnpm changeset

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-1540.westeurope.1.azurestaticapps.net

@gunzip
Copy link
Copy Markdown
Contributor Author

gunzip commented Apr 2, 2026

@christian-calabrese added version plan

@gunzip gunzip merged commit 3aaa696 into main Apr 2, 2026
10 checks passed
@gunzip gunzip deleted the docs/copilot-docs branch April 2, 2026 12:28
@dx-pagopa-bot dx-pagopa-bot mentioned this pull request Apr 2, 2026
Krusty93 pushed a commit that referenced this pull request Apr 3, 2026
This PR was opened by the [Nx
Release](https://github.com/pagopa/dx/tree/main/actions/nx-release)
GitHub Action. When you're ready to do a release, you can merge this and
the packages will be published automatically. If you're not ready to do
a release yet, that's fine, whenever you add more Nx version plans to
main, this PR will be updated.

# Releases
## @pagopa/dx-cli@0.19.0

### 🚀 Features
- Update dx doctor to check for Nx
([#1554](#1554))
- Generated workspaces now use Nx instead of Turborepo
([#1551](#1551))
- Remove environment initialization from init command
([#1552](#1552))
### ❤️ Thank You
- Copilot @Copilot
- Luca Cavallaro

## docs@0.15.0

### 🚀 Features
- Add website docs for DX Copilot plugins
([#1540](#1540))
### 🩹 Fixes
- Update docs with new nx-release action page
([#1486](#1486),
[#1510](#1510))
- Improve documentation for monorepositories and dx-cli init command
([#1487](#1487))
- Align documentation for Nx Release instead of Changeset, add new page
for Version Plans ([#1570](#1570))
### ❤️ Thank You
- Andrea Grillo
- Copilot @Copilot
- Danilo Spinelli @gunzip
- Luca Cavallaro
- Mario Mupo @mamu0

## github_environment_bootstrap@1.1.8

### 🩹 Fixes
- Do not use the `has_downloads` attribute since it's been deprecated
([#1568](#1568))
### ❤️ Thank You
- Marco Comi @kin0992

## setup-telemetry-action@0.1.6

### 🩹 Fixes
- Upgrade node version to node24
([#1567](#1567))
### ❤️ Thank You
- Andrea Grillo
- Copilot @Copilot
- Marco Comi

<!-- nx-release-tags:
[{"path":"apps/cli","tag":"@pagopa/dx-cli@0.19.0","version":"0.19.0"},{"path":"apps/website","tag":"docs@0.15.0","version":"0.15.0"},{"path":"infra/modules/github_environment_bootstrap","tag":"github_environment_bootstrap@1.1.8","version":"1.1.8"},{"path":"actions/setup-telemetry","tag":"setup-telemetry-action@0.1.6","version":"0.1.6"}]
-->

Co-authored-by: dx-pagopa-bot <dx-pagopa-bot@users.noreply.github.com>
dx-pagopa-bot added a commit to pagopa-dx/terraform-github-github-environment-bootstrap that referenced this pull request Apr 3, 2026
This PR was opened by the [Nx
Release](https://github.com/pagopa/dx/tree/main/actions/nx-release)
GitHub Action. When you're ready to do a release, you can merge this and
the packages will be published automatically. If you're not ready to do
a release yet, that's fine, whenever you add more Nx version plans to
main, this PR will be updated.

# Releases
## @pagopa/dx-cli@0.19.0

### 🚀 Features
- Update dx doctor to check for Nx
([#1554](pagopa/dx#1554))
- Generated workspaces now use Nx instead of Turborepo
([#1551](pagopa/dx#1551))
- Remove environment initialization from init command
([#1552](pagopa/dx#1552))
### ❤️ Thank You
- Copilot @Copilot
- Luca Cavallaro

## docs@0.15.0

### 🚀 Features
- Add website docs for DX Copilot plugins
([#1540](pagopa/dx#1540))
### 🩹 Fixes
- Update docs with new nx-release action page
([#1486](pagopa/dx#1486),
[#1510](pagopa/dx#1510))
- Improve documentation for monorepositories and dx-cli init command
([#1487](pagopa/dx#1487))
- Align documentation for Nx Release instead of Changeset, add new page
for Version Plans ([#1570](pagopa/dx#1570))
### ❤️ Thank You
- Andrea Grillo
- Copilot @Copilot
- Danilo Spinelli @gunzip
- Luca Cavallaro
- Mario Mupo @mamu0

## github_environment_bootstrap@1.1.8

### 🩹 Fixes
- Do not use the `has_downloads` attribute since it's been deprecated
([#1568](pagopa/dx#1568))
### ❤️ Thank You
- Marco Comi @kin0992

## setup-telemetry-action@0.1.6

### 🩹 Fixes
- Upgrade node version to node24
([#1567](pagopa/dx#1567))
### ❤️ Thank You
- Andrea Grillo
- Copilot @Copilot
- Marco Comi

<!-- nx-release-tags:
[{"path":"apps/cli","tag":"@pagopa/dx-cli@0.19.0","version":"0.19.0"},{"path":"apps/website","tag":"docs@0.15.0","version":"0.15.0"},{"path":"infra/modules/github_environment_bootstrap","tag":"github_environment_bootstrap@1.1.8","version":"1.1.8"},{"path":"actions/setup-telemetry","tag":"setup-telemetry-action@0.1.6","version":"0.1.6"}]
-->

Co-authored-by: dx-pagopa-bot <dx-pagopa-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants