Skip to content

Latest commit

ย 

History

History
59 lines (39 loc) ยท 2.15 KB

File metadata and controls

59 lines (39 loc) ยท 2.15 KB

๐ŸŽฎ VS Code GitHub Copilot Agent Lab

๐Ÿ“š Lab Guide โ€ข โ† README


Duration: ~1 hour
Level: Intermediate
Stack: Python / FastAPI / Jinja2 / HTMX

Welcome to Soc Ops โ€” a hands-on workshop where you'll transform a simple Social Bingo app into something amazing using VS Code's Agent Mode with GitHub Copilot.


๐Ÿ“‹ Quick Checklist

Before you begin, verify:

  • VS Code v1.107+ (no pending updates)
  • Signed in with GitHub Copilot (Free, Pro, Business, or Enterprise)

โš ๏ธ Free-tier users: Cloud Agents are not available on free-tier Copilot plans. The workshop provides alternative instructions wherever Cloud Agents are used.

  • Git installed
  • Python 3.13 & uv installed
  • Chat panel open and Agent ready

๐Ÿ’ก Tip: Use the DevContainer for a pre-configured environment!


๐ŸŽฏ What You'll Learn

# Skill Description
1 Context Engineering Teach AI about your codebase with instructions
2 Agentic Primitives Use Copilot CLI sessions, cloud agents, and custom workflows
3 Design-First Development Let AI iterate on UI while you guide the vision
4 Test-Driven Development Use TDD agents for reliable feature development

๐Ÿ“š Lab Parts

Part Title Time Description
01 Setup & Context Engineering 15 min Clone, configure, and teach the AI about your project
02 Design-First Frontend 15 min Redesign the UI with creative themes
03 Custom Quiz Master 10 min Create your own quiz themes with custom agents
04 Multi-Agent Development 20 min Build new features with TDD and design agents

๐Ÿ’ก Pro Tips

  1. Keep the browser open โ€” Watch live updates as you code
  2. Commit often โ€” Save working states frequently
  3. Use checkpoints โ€” Revert unexpected changes with chat Checkpoints & Undo
  4. ๐Ÿ“Œ Pin this guide โ€” Keep it visible while you work