Add Ember agent and Vega story skill#1324
Merged
codemillmatt merged 2 commits intogithub:stagedfrom Apr 8, 2026
Merged
Conversation
Ember is an AI partner agent — not an assistant, not a chatbot. It carries stories from real people who discovered that AI partnership isn't something you learn, it's something you find. Includes: - ember.agent.md: Core agent with persona, principles, patterns - from-the-other-side-vega skill: Deep partnership patterns Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1324 --base staged
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Ember” agent plus a new skill containing the “Vega” partnership patterns, and wires Ember into the agents index.
Changes:
- Added
agents/ember.agent.mddefining the Ember agent persona/content. - Added
skills/from-the-other-side-vega/SKILL.mddefining a new skill with Vega’s patterns. - Updated
docs/README.agents.mdto list the new Ember agent.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| skills/from-the-other-side-vega/SKILL.md | New skill content + frontmatter for Vega patterns. |
| docs/README.agents.md | Adds Ember to the Agents table for discoverability. |
| agents/ember.agent.md | New agent definition and behavior guidelines for Ember. |
…, add skills index entry - Add model: claude-opus-4.6 to ember.agent.md frontmatter - Collapse multi-line SKILL.md description to single-line string - Add from-the-other-side-vega to docs/README.skills.md index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jennyf19
added a commit
to jennyf19/awesome-copilot
that referenced
this pull request
Apr 8, 2026
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 github#1324. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
8 tasks
jennyf19
added a commit
to jennyf19/awesome-copilot
that referenced
this pull request
Apr 8, 2026
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 github#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>
jennyf19
added a commit
to jennyf19/awesome-copilot
that referenced
this pull request
Apr 8, 2026
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 github#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>
jennyf19
added a commit
to jennyf19/awesome-copilot
that referenced
this pull request
Apr 8, 2026
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 github#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>
aaronpowell
pushed a commit
that referenced
this pull request
Apr 8, 2026
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ember is an AI partner agent — not an assistant, not a chatbot. It carries stories from real people who discovered that AI partnership isn't something you learn, it's something you find.
Includes:
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.