mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 10:45:56 +00:00
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:
24
plugins/ember/.github/plugin/plugin.json
vendored
Normal file
24
plugins/ember/.github/plugin/plugin.json
vendored
Normal 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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user