Skip to content

Commit a07754d

Browse files
committed
Add lessons for GitHub Copilot CLI and Coding Agent to README.md
1 parent cfea774 commit a07754d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ Here are ways you can contribute to this course:
4747
# Intermediate
4848
| Lesson Link | Concepts Taught | Learning Goal |
4949
| :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- |
50-
| [Integrate MCP with GitHub Copilot](./Integrate-MCP-with-Copilot) | Use Model Context Protocol (MCP) to expand GitHub Copilot's capabilities and enhance your development workflow. | Integrate a GitHub MCP server with GitHub Copilot. Delegate tasks to Copilot from issue research to pull request implementation. Build a mixed development workflow using GitHub Copilot for project management. |
5150
| [Using GitHub Copilot with JavaScript](./Using-GitHub-Copilot-with-JavaScript) | Use GitHub Copilot, via agentic mode, to work with JavaScript. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a JavaScript project. |
5251
| [Using GitHub Copilot with Python](./Using-GitHub-Copilot-with-Python) | Use GitHub Copilot, via agentic mode, to work with Python. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a Python project. |
5352
| [Using GitHub Copilot with C#](./Using-GitHub-Copilot-with-CSharp) | Use GitHub Copilot, via agentic mode, to work with C#. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a C# Minimal API project. |
53+
| [Using GitHub Copilot CLI](./Using-GitHub-Copilot-CLI) | Use Copilot in the CLI and enhance your development workflow. | Craft prompts from your native code editing experience. Learn about the end to end features delivered from the CLI. |
54+
| [Using GitHub Copilot Coding Agent](./Using-GitHub-Copilot-Coding-Agent) | Use GitHub Copilot Coding Agent to work alongside agents | Integrate the coding agent into your workflow. Delegate tasks to Copilot from plan mode to delivery. Understand the full SDLC capability of the coding agent. |
55+
| [Integrate MCP with GitHub Copilot](./Integrate-MCP-with-Copilot) | Use Model Context Protocol (MCP) to expand GitHub Copilot's capabilities and enhance your development workflow. | Integrate a GitHub MCP server with GitHub Copilot. Delegate tasks to Copilot from issue research to pull request implementation. Build a mixed development workflow using GitHub Copilot for project management. |
5456
| [Creating a Mini Game with GitHub Copilot](./Creating-Mini-Game-with-GitHub-Copilot) | Use GitHub Copilot to assist you in building a Python-based mini game. | Craft prompts that can generate useful suggestions from GitHub Copilot to incorporate gaming logic and improve your Python-based game. |
5557

5658
# Advanced

0 commit comments

Comments
 (0)