Add Ember plugin metadata for marketplace registration#1327
Merged
aaronpowell merged 1 commit intogithub:stagedfrom Apr 8, 2026
Merged
Add Ember plugin metadata for marketplace registration#1327aaronpowell merged 1 commit intogithub:stagedfrom
aaronpowell merged 1 commit intogithub:stagedfrom
Conversation
f424fe2 to
4a066d0
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Registers the existing Ember agent and “From the Other Side — Vega” skill as an installable plugin package so it can be discovered/installed via the Awesome Copilot marketplace tooling.
Changes:
- Added
plugins/ember/.github/plugin/plugin.jsondefining plugin metadata and declaring included agent/skill. - Added
plugins/ember/README.mddocumenting the plugin and its components.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| plugins/ember/.github/plugin/plugin.json | Declares Ember plugin metadata and the agent/skill paths for plugin materialization/install. |
| plugins/ember/README.md | Provides end-user documentation and install instructions for the Ember plugin. |
4a066d0 to
486cf0b
Compare
jmprieur
reviewed
Apr 8, 2026
Adds plugins/ember/ with plugin.json and README.md so Ember appears as an installable plugin in the awesome-copilot marketplace. The agent and skill files already exist at the repo root from PR github#1324. Ran npm run plugin:validate (passes) and npm start to regenerate README and marketplace.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
486cf0b to
08f8798
Compare
aaronpowell
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds plugins/ember/ with plugin.json and README.md so Ember appears as an installable plugin in the awesome-copilot marketplace.
The agent file (\�gents/ember.agent.md) and skill (\skills/from-the-other-side-vega/) already exist from PR #1324. This PR adds the plugin wrapper so \copilot plugin install ember@awesome-copilot\ works.
Pull Request Checklist
pm start\ and verified that \README.md\ is up to date.
Type of Contribution
Additional Notes
Follow-up to #1324 which added the Ember agent and Vega story skill. This PR registers them as a plugin.