This repository contains the project for a guided workshop to explore GitHub Copilot CLI and Agentic Workflows. The project is a website for a fictional game crowd-funding company, with an ASP.NET Core backend using Entity Framework Core and Blazor frontend with Tailwind CSS for styling.
The workshop is split into two parts:
- Part 1: Building with Copilot CLI — Learn to use custom instructions, MCP servers, code generation, agent skills, and custom agents to build features for the Tailspin Toys app.
- Part 2: Automating with Agentic Workflows — Create scheduled workflows and ChatOps slash commands using
gh awto automate your development lifecycle.
Create your own repository from this template first, then either:
- create a Codespace from your repository, or
- clone your repository locally.
Start with workshop/00-prereqs.md for the full setup flow.
To begin the workshop, start at workshop/README.md
Or, if just want to run the app...
A script file has been created to launch the site. You can run it by:
# Linux/macOS/Codespaces
./scripts/start-app.sh
# Windows (PowerShell)
.\scripts\start-app.ps1Then navigate to the website to see the site!
This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE for the full terms.
This project is provided as-is, and may be updated over time. If you have questions, please open an issue.