Skip to content

Commit 2e702e1

Browse files
Merge pull request #1 from github-samples/update-readme
Update README.md's samples section with new resources
2 parents dec8f47 + 1b637a6 commit 2e702e1

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,29 @@ To get started with the Copilot in a Box materials, click on the [Releases](http
88

99
The following resources are useful for learning more about GitHub Copilot. Have something to add? Please submit a pull request!
1010

11+
### Samples
12+
13+
- [skills/getting-started-with-github-copilot](https://github.com/skills/getting-started-with-github-copilot) (< 1hr)
14+
- An exercise which introduces GitHub Copilot from the groundup. It includes a series of steps that help you learn about Code Completions, Chat and more.
15+
- [skills/integrate-mcp-with-copilot](https://github.com/skills/integrate-mcp-with-copilot) (< 1hr)
16+
- An exercise which introduces GitHub Copilot Agent Mode and the concept of Model Context Protocol (MCP) servers.
17+
- [github-samples/game-of-life-walkthrough](https://github.com/github-samples/game-of-life-walkthrough) (< 1hr)
18+
- A self-guided walkthrough that introduces GitHub Copilot (including Chat, Edits, Copilot instructions), leading up to a GitHub-themed Game of Life implementation on GitHub Pages.
19+
- [github-samples/copilot-hack](https://github.com/github-samples/copilot-hack)
20+
- A set of challenges focused on GitHub Copilot. The challenges are more open-ended than the exercises in the other repositories, and are designed to encourage attendees to think through how they would use GitHub Copilot in their own projects.
21+
- [microsoft/CopilotHackathon](https://github.com/microsoft/CopilotHackathon)
22+
- A library of GitHub Copilot challenges, including a variety of samples (NodeJS, .NET, Java, Data Scientists, Python Engineers).
23+
- [github-samples/pets-workshop](https://github.com/github-samples/pets-workshop)
24+
- Two versions of a workshop that can be used either:
25+
- 1h version that introduces the core capabilities of GitHub Copilot
26+
- Full day version that introduces the wider GitHub platform including Codespaces, GitHub Advanced Security, GitHub Actions, as well as the core capabilities of GitHub Copilot.
1127
### Guides
1228

1329
- [How to write better prompts for GitHub Copilot](https://github.blog/developer-skills/github/how-to-write-better-prompts-for-github-copilot/)
1430
- [Copilot Chat Cookbook](https://github.blog/developer-skills/github/how-to-write-better-prompts-for-github-copilot/)
1531
- [How to refactor code with GitHub Copilot](https://github.blog/ai-and-ml/github-copilot/how-to-refactor-code-with-github-copilot/)
1632
- [How to debug code with GitHub Copilot](https://github.blog/ai-and-ml/github-copilot/how-to-debug-code-with-github-copilot/)
1733

18-
### Samples
19-
20-
- [github-samples/game-of-life-walkthrough](https://docs.github.com/en/copilot/example-prompts-for-github-copilot-chat)
21-
- [github-samples/copilot-hack](https://github.com/github-samples/copilot-hack)
22-
- [microsoft/CopilotHackathon](https://github.com/microsoft/CopilotHackathon)
23-
- [github-samples/pets-workshop](https://github.com/github-samples/pets-workshop)
24-
2534
### Videos
2635

2736
- [Live demo: GitHub Copilot in Visual Studio Code](https://www.youtube.com/watch?v=dSbv-1KGu2U)

0 commit comments

Comments
 (0)