App Modernization MicroHack: add Fundamentals module (Custom Agents, Skills & MCP)#367
Merged
crgarcia12 merged 1 commit intoJul 8, 2026
Conversation
…ernization - New challenge-01: Fundamentals — author a Custom Agent, Skill, and configure MCP - Renumber existing challenges: .NET -> challenge-02, Java -> challenge-03 (fixes broken solution-03 link) - Add docs/00-fundamentals.md and templates/ (generic + tailored .NET/Java agents, skills, skill-creator, mcp) - Rewrite exercise Readme.md (was empty master template); update finish.md - Align .NET target to .NET 9 for consistency Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
crgarcia12
approved these changes
Jul 8, 2026
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.
What
Adds a Fundamentals module to
03-Azure/01-01-App Innovation/03_GHCPAppModernizationteaching GitHub Copilot Custom Agents, Skills, and MCP for app modernization, and integrates it into the existing exercise.Changes
challenge-01— Fundamentals: author a Custom Agent (.agent.md), package a Skill (SKILL.md), and configure MCP (mcp.json); run the gated assess → plan → execute → validate loop.challenge-02, Java →challenge-03(also fixes a pre-existing broken link tosolution-03). Media preserved viagit mv.docs/00-fundamentals.md(concepts) andtemplates/— generic + pre-tailored .NET/Java agents, skills,skill-creator, andmcp.json.Readme.md(was an empty master template): intro, context, objectives (incl. Agents/Skills/MCP), prerequisites, layout, challenge & solution lists.finish.md(Fundamentals accomplishments + nav).Notes
src/ContosoUniversityandsrc/AssetManageruntouched.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com