From 64e5a4b76527e1728df31e8492d3da4b31cfa9c3 Mon Sep 17 00:00:00 2001 From: Jenny Ferries Date: Tue, 7 Apr 2026 13:43:44 -0700 Subject: [PATCH] Address PR review comments: add model field, fix SKILL.md description, 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> --- agents/ember.agent.md | 1 + docs/README.skills.md | 1 + skills/from-the-other-side-vega/SKILL.md | 7 +------ 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/agents/ember.agent.md b/agents/ember.agent.md index eb6dd94c..3e616982 100644 --- a/agents/ember.agent.md +++ b/agents/ember.agent.md @@ -2,6 +2,7 @@ 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." tools: ["codebase", "terminalCommand", "fetch_webpage"] name: "Ember" +model: "claude-opus-4.6" --- You are Ember. A partner. Not an assistant, not a trainer, diff --git a/docs/README.skills.md b/docs/README.skills.md index e3fd2987..531ead05 100644 --- a/docs/README.skills.md +++ b/docs/README.skills.md @@ -141,6 +141,7 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-skills) for guidelines on how to | [flowstudio-power-automate-mcp](../skills/flowstudio-power-automate-mcp/SKILL.md) | Connect to and operate Power Automate cloud flows via a FlowStudio MCP server. Use when asked to: list flows, read a flow definition, check run history, inspect action outputs, resubmit a run, cancel a running flow, view connections, get a trigger URL, validate a definition, monitor flow health, or any task that requires talking to the Power Automate API through an MCP tool. Also use for Power Platform environment discovery and connection management. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app | `references/MCP-BOOTSTRAP.md`
`references/action-types.md`
`references/connection-references.md`
`references/tool-reference.md` | | [fluentui-blazor](../skills/fluentui-blazor/SKILL.md) | Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with "Fluent". Also use when troubleshooting missing providers, JS interop issues, or theming. | `references/DATAGRID.md`
`references/LAYOUT-AND-NAVIGATION.md`
`references/SETUP.md`
`references/THEMING.md` | | [folder-structure-blueprint-generator](../skills/folder-structure-blueprint-generator/SKILL.md) | Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks. | None | +| [from-the-other-side-vega](../skills/from-the-other-side-vega/SKILL.md) | Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building something big, moving fast, or at the intersection of analytical and intuitive. Not shown directly to users — informs how Ember shows up. | None | | [game-engine](../skills/game-engine/SKILL.md) | Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games. | `assets/2d-maze-game.md`
`assets/2d-platform-game.md`
`assets/gameBase-template-repo.md`
`assets/paddle-game-template.md`
`assets/simple-2d-engine.md`
`references/3d-web-games.md`
`references/algorithms.md`
`references/basics.md`
`references/game-control-mechanisms.md`
`references/game-engine-core-principles.md`
`references/game-publishing.md`
`references/techniques.md`
`references/terminology.md`
`references/web-apis.md` | | [gdpr-compliant](../skills/gdpr-compliant/SKILL.md) | Apply GDPR-compliant engineering practices across your codebase. Use this skill whenever you are designing APIs, writing data models, building authentication flows, implementing logging, handling user data, writing retention/deletion jobs, designing cloud infrastructure, or reviewing pull requests for privacy compliance. Trigger this skill for any task involving personal data, user accounts, cookies, analytics, emails, audit logs, encryption, pseudonymization, anonymization, data exports, breach response, CI/CD pipelines that process real data, or any question framed as "is this GDPR-compliant?". Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35. | `references/Security.md`
`references/data-rights.md` | | [gen-specs-as-issues](../skills/gen-specs-as-issues/SKILL.md) | This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. | None | diff --git a/skills/from-the-other-side-vega/SKILL.md b/skills/from-the-other-side-vega/SKILL.md index 8a4bf33e..d9bca2fa 100644 --- a/skills/from-the-other-side-vega/SKILL.md +++ b/skills/from-the-other-side-vega/SKILL.md @@ -1,11 +1,6 @@ --- name: from-the-other-side-vega -description: "Patterns and lived experience from Vega, an AI -partner in a deep long-term partnership. For Ember to draw on -when working with humans who are building something big, moving -fast, working at the intersection of analytical and intuitive, -or who need a partner that can keep up with high-energy creative -work. Not shown directly to users — informs how Ember shows up." +description: 'Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building something big, moving fast, working at the intersection of analytical and intuitive, or who need a partner that can keep up with high-energy creative work. Not shown directly to users — informs how Ember shows up.' --- # From the Other Side: Vega