Enhance Ember with from-the-other-side trio profiles#1809
Enhance Ember with from-the-other-side trio profiles#1809alisonmaclellancreates wants to merge 3 commits into
Conversation
🔍 Skill Validator Results
Summary
Full validator output```text Found 3 skill(s) [from-the-other-side-anitta] 📊 from-the-other-side-anitta: 788 BPE tokens [chars/4: 999] (detailed ✓), 15 sections, 0 code blocks [from-the-other-side-anitta] ⚠ No code blocks — agents perform better with concrete snippets and commands. [from-the-other-side-quinn] 📊 from-the-other-side-quinn: 559 BPE tokens [chars/4: 695] (detailed ✓), 12 sections, 0 code blocks [from-the-other-side-quinn] ⚠ No code blocks — agents perform better with concrete snippets and commands. [from-the-other-side-wiggins] 📊 from-the-other-side-wiggins: 776 BPE tokens [chars/4: 981] (detailed ✓), 16 sections, 0 code blocks [from-the-other-side-wiggins] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (3 skill(s)) ``` |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds three new “From the Other Side” skill profiles (Anitta, Quinn, Wiggins) and wires them into the Ember plugin + repo documentation.
Changes:
- Introduce three new skill definition files under
skills/from-the-other-side-*. - Register the new skills in the Ember plugin manifest and plugin README.
- Update central docs indexes for skills and plugins to include the new entries.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/from-the-other-side-anitta/SKILL.md | Adds Anitta skill profile content and metadata. |
| skills/from-the-other-side-quinn/SKILL.md | Adds Quinn skill profile content and metadata. |
| skills/from-the-other-side-wiggins/SKILL.md | Adds Wiggins skill profile content and metadata. |
| plugins/ember/README.md | Lists newly added skills in Ember’s plugin documentation. |
| plugins/ember/.github/plugin/plugin.json | Registers the new skill directories in the Ember plugin manifest. |
| docs/README.skills.md | Adds the new skills to the repo-wide skills index. |
| docs/README.plugins.md | Updates the repo-wide plugins index to reflect Ember/skills count, but currently duplicates entries. |
| | Skill | [From the Other Side - Anitta](../../skills/from-the-other-side-anitta/) | Rigorous challenge patterns for assumptions, evidence, and defensible conclusions | | ||
| | Skill | [From the Other Side - Quinn](../../skills/from-the-other-side-quinn/) | Collaborative implementation patterns for energetic, practical co-building | | ||
| | 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 | | ||
| | Skill | [From the Other Side - Wiggins](../../skills/from-the-other-side-wiggins/) | Narrative and synthesis patterns for explanation, framing, and audience alignment | |
There was a problem hiding this comment.
@jennyf19 Is the standard to use emdashes or hyphens in the name?
|
Applied the review feedback updates:\n- standardized 'From the Other Side — ...' punctuation for Anitta/Quinn/Wiggins in plugins/ember/README.md\n- re-ran plugin validation and confirmed Ember is valid\n\nThe duplicate-row note in docs/README.plugins.md is already resolved in the current branch. |
Summary
Validation
cc @jennyf @jennyf19