mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
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>
25 lines
603 B
JSON
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/"
|
|
]
|
|
}
|