Workshop

Agentic Coding in VS Code

VS Code Copilot's agent mode has a deep customization surface — instructions, prompts, skills, agents, subagents, hooks, MCP — but the docs are scattered and the concepts don't obviously connect. This workshop builds the mental model from scratch, walks through two real projects, and ends with hands-on group work. No vibe-coding: every concept earns its place.

Companion reference: The full Agentic Coding Best Practices doc is embedded at the end of this workshop — a comprehensive cross-platform reference covering Claude Code and VS Code Copilot together, including anti-patterns, model selection, and the complete project pipeline.

Who this is for

This workshop is designed for three types of people who keep running into the same wall with VS Code Copilot’s agent mode:

What you’ll have by the end

Three concrete deliverables — one per layer of the reliability stack:

  1. A working .github/copilot-instructions.md that constrains the agent’s behavior for a real project context — the foundation every other asset builds on
  2. A reusable .prompt.md file that captures a repeatable workflow as a named /command — the first step up the reusability ladder
  3. A SKILL.md bundled with a script and a template — a multi-step capability that loads on demand and can be moved across projects