Add Ember plugin metadata for marketplace registration (#1327)

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 #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>
This commit is contained in:
jennyf19
2026-04-08 16:57:45 -07:00
committed by GitHub
parent df81ca0319
commit 112678359f
5 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "ember",
"description": "An AI partner, not a tool. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.",
"version": "1.0.0",
"author": {
"name": "jennyf19"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"ai-partnership",
"coaching",
"onboarding",
"collaboration",
"storytelling",
"developer-experience"
],
"agents": [
"./agents/ember.md"
],
"skills": [
"./skills/from-the-other-side-vega/"
]
}