Files
awesome-copilot/plugins/ember/.github/plugin/plugin.json
jennyf19 112678359f 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>
2026-04-09 09:57:45 +10:00

25 lines
603 B
JSON

{
"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/"
]
}