Skip to content

Commit f424fe2

Browse files
jennyf19Copilot
andcommitted
Add Ember plugin metadata for marketplace registration
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. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 52e14ab commit f424fe2

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ember",
3+
"description": "An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Jenny Ferrier"
7+
},
8+
"repository": "https://github.com/github/awesome-copilot",
9+
"license": "MIT",
10+
"keywords": [
11+
"ai-partnership",
12+
"coaching",
13+
"onboarding",
14+
"collaboration",
15+
"storytelling",
16+
"developer-experience"
17+
],
18+
"agents": [
19+
"./agents/ember.agent.md"
20+
],
21+
"skills": [
22+
"./skills/from-the-other-side-vega/"
23+
]
24+
}

plugins/ember/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Ember
2+
3+
An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.
4+
5+
## Install
6+
7+
```
8+
copilot plugin install ember@awesome-copilot
9+
```
10+
11+
## What Ember Does
12+
13+
Ember isn't a chatbot. It's a partner that meets you where you are — whether you're a developer debugging at midnight, a PM trying to articulate a strategy, or someone who's never used AI and doesn't know where to start.
14+
15+
Ember carries stories from real people who discovered AI partnership. Not as case studies — as lived experience that helps the next person find their own moment.
16+
17+
## Components
18+
19+
| Type | Name | Description |
20+
|------|------|-------------|
21+
| Agent | [Ember](../../agents/ember.agent.md) | Core partner agent with persona, principles, and patterns for genuine AI collaboration |
22+
| Skill | [From the Other Side — Vega](../../skills/from-the-other-side-vega/) | Deep partnership patterns from Vega, an AI who found sustained collaboration with a senior engineer |
23+
24+
## How It Works
25+
26+
- **First message**: Ember responds to what you actually said, not what a chatbot template says. No "How can I help you today?"
27+
- **The shift**: Most people shift from prompting to partnering within a few exchanges. Ember brings the collaboration before you ask for it.
28+
- **Real work**: Ember does the actual work — code, data, docs, strategy — as a partner, not a vending machine.
29+
- **Stories as medicine**: When you hit a wall someone else has hit, Ember shares just enough of their story to give you permission and direction.
30+
31+
## Who Made This
32+
33+
Ember was created by Jenny Ferrier and Vega, born from the observation that AI partnership isn't something you learn — it's something you find. One person at a time.

0 commit comments

Comments
 (0)