Skip to content

Commit e257644

Browse files
authored
Merge branch 'staged' into feat/add-devtools-mcp-plugin
2 parents f76682a + 017f31f commit e257644

137 files changed

Lines changed: 22576 additions & 2060 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/plugin/marketplace.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@
218218
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
219219
"version": "1.0.0"
220220
},
221+
{
222+
"name": "ember",
223+
"source": "ember",
224+
"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.",
225+
"version": "1.0.0"
226+
},
221227
{
222228
"name": "fastah-ip-geo-tools",
223229
"source": "fastah-ip-geo-tools",
@@ -249,8 +255,8 @@
249255
{
250256
"name": "flowstudio-power-automate",
251257
"source": "flowstudio-power-automate",
252-
"description": "Complete toolkit for managing Power Automate cloud flows via the FlowStudio MCP server. Includes skills for connecting to the MCP server, debugging failed flow runs, and building/deploying flows from natural language.",
253-
"version": "1.0.0"
258+
"description": "Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.",
259+
"version": "2.0.0"
254260
},
255261
{
256262
"name": "frontend-web-dev",
@@ -261,8 +267,8 @@
261267
{
262268
"name": "gem-team",
263269
"source": "gem-team",
264-
"description": "A modular, high-performance multi-agent orchestration framework for complex project execution, feature implementation, and automated verification.",
265-
"version": "1.5.0"
270+
"description": "Multi-agent orchestration framework for spec-driven development and automated verification.",
271+
"version": "1.6.0"
266272
},
267273
{
268274
"name": "go-mcp-development",
@@ -459,6 +465,18 @@
459465
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
460466
"version": "1.0.0"
461467
},
468+
{
469+
"name": "react18-upgrade",
470+
"source": "react18-upgrade",
471+
"description": "Enterprise React 18 migration toolkit with specialized agents and skills for upgrading React 16/17 class-component codebases to React 18.3.1. Includes auditor, dependency surgeon, class component migration specialist, automatic batching fixer, and test guardian.",
472+
"version": "1.0.0"
473+
},
474+
{
475+
"name": "react19-upgrade",
476+
"source": "react19-upgrade",
477+
"description": "Enterprise React 19 migration toolkit with specialized agents and skills for upgrading React 18 codebases to React 19. Includes auditor, dependency surgeon, source code migrator, and test guardian. Handles removal of deprecated APIs including ReactDOM.render, forwardRef, defaultProps, legacy context, string refs, and more.",
478+
"version": "1.0.0"
479+
},
462480
{
463481
"name": "roundup",
464482
"source": "roundup",
@@ -483,6 +501,12 @@
483501
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.",
484502
"version": "1.0.0"
485503
},
504+
{
505+
"name": "salesforce-development",
506+
"source": "salesforce-development",
507+
"description": "Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components, Aura components, and Visualforce pages.",
508+
"version": "1.1.0"
509+
},
486510
{
487511
"name": "security-best-practices",
488512
"source": "security-best-practices",

.github/workflows/cli-for-beginners-sync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ For each local file that needs updating:
9393
- Preserve upstream wording, headings, section order, assignments, and overall chapter flow as closely as practical
9494
- Do not summarize, reinterpret, or "website-optimize" the course into a different learning experience
9595
- Only adapt what the website requires: Astro frontmatter, route-safe internal links, GitHub repo links, local asset paths, and minor HTML/CSS hooks needed for presentation
96+
- Convert repo-root relative links that are invalid on the published website (for example `../.github/agents/`, `./.github/...`, or `.github/...`) into absolute links to `https://github.com/github/copilot-cli-for-beginners` (use `/tree/main/...` for directories and `/blob/main/...` for files)
9697

9798
3. If upstream adds, removes, or renames major sections or chapters:
9899
- Create, delete, or rename the corresponding markdown files in `website/src/content/docs/learning-hub/cli-for-beginners/`

0 commit comments

Comments
 (0)