Agent Skill
2/7/2026

slide-fixer

Automatically fix slide issues detected by verification - splits overflowing slides, repairs broken images, and resolves layout problems. Preserves all content by adding slides rather than reducing.

M
msbart2
0GitHub Stars
1Views
npx skills add MSBart2/CopilotTraining

SKILL.md

Nameslide-fixer
DescriptionAutomatically fix slide issues detected by verification - splits overflowing slides, repairs broken images, and resolves layout problems. Preserves all content by adding slides rather than reducing.

GitHub Copilot Training & Thought Leadership

Hands-on training, technical deep-dives, and executive strategy for AI-assisted development


🎯 What's Inside

Three content tracks for different audiences, each with accompanying Slidev presentations:

πŸ—οΈ Workshop Training β€” 7 Modules

Hands-on, story-driven training with progressive skill-building for developers and teams.

ModuleTopic
00 β€” OrientationTraining philosophy and the Shift
01 β€” InstructionsRepository instructions and architecture docs
02 β€” Agent Plan ModeStructured AI collaboration
03 β€” Custom PromptsReusable prompt workflows
04 β€” Agent SkillsSkills for targeted capabilities
05 β€” MCP ServersExternal system integration
06 β€” Custom AgentsAutonomous agent workflows

Uses persona-driven narratives and a production application template (FanHub).


πŸ’Ό Executive Talks β€” 3 Talks

Thought leadership for technical leaders making strategic decisions about AI adoption.

TalkFocus
Agentic DeliveryAgents with instruments and guardrails
Agentic LaborWhat missions agents can fly beyond code generation
Agentic EconomicsEconomic models for AI-assisted development ROI

πŸ”§ Technical Deep-Dives

Technical presentations for practitioners exploring specific capabilities and patterns.

πŸ’¬ Copilot Surfaces

TalkFocus
Copilot ChatContext mastery for AI collaboration β€” #file, @workspace, #codebase
Copilot Chat InternalsUnder the hood diagnostics and Chat Debug View
Copilot CLINatural language to shell commands and scripting workflows
Copilot WebAI assistance beyond the IDE β€” PR reviews, issue triage
Copilot MemoryCross-session context persistence and workflow patterns
Terminal SandboxingSafe agentic execution with network and filesystem controls

🧩 Context & Customization

TalkFocus
Copilot HooksProgrammable governance β€” prevention, audit trails, compliance
Copilot SDKEmbedding AI agents in custom tools and applications
Copilot PrimitivesThe 4 configuration primitives β€” instructions, prompts, skills, agents
MCP AppsRich UI in chat responses with component-based MCP tools

πŸ€– Agent Architecture

TalkFocus
Agent TeamsCoordinated specialists β€” planners, reviewers, testers collaborating
Multi-Step TasksContext isolation with subagents for complex workflows
Parallel ExecutionSimultaneous agents on different branches via Git worktree

πŸš€ Agentic Transformation

TalkFocus
Agentic JourneyThe 5-phase path from "assign to copilot" to full SDLC automation
Agentic SDLCRewire repos, PRs, and CI/CD for AI-as-labor delivery agents
Enterprise PatternsScaling Copilot across organizations with measurable ROI

See DECISION-GUIDE.md for choosing the right talk for your audience.


πŸ“½οΈ Slide Decks

All content has accompanying Slidev presentations deployed to GitHub Pages.

CategoryDecksLive URL Pattern
Workshop7/CopilotTraining/workshop/{module}/
Tech Talks16/CopilotTraining/tech-talks/{topic}/
Exec Talks3/CopilotTraining/exec-talks/{topic}/

Slides are built and deployed automatically on push to main. PRs that touch slides are validated with a build check before merge.


πŸš€ Getting Started

If you want to...Start here
Build hands-on AI skillsWorkshop Module 00
Understand strategic implicationsAgentic Delivery
Deep-dive a specific capabilityTech Talk Decision Guide

πŸ—οΈ Training Philosophy

The Shift: Syntax Wizards β†’ Markdown Whisperers

Old MetricsNew Metrics
Syntax memorizationClear articulation of intent
Clever code only you understandCode anyone can maintain
Fast typingFast thinking and design
Being the "only expert"Scaling knowledge across the team

In the age of AI assistance, the bottleneck isn't "can you write the code?" β€” it's "do you know what to build?"

πŸ’‘ Markdown Is the Medium: Every .md file you writeβ€”instructions, prompts, agents, skillsβ€”is a direct conversation with AI. The most effective teams won't be those with the most elegant syntax; they'll be those with the best prose. Syntax is what AI writes for you. Markdown is what you write for AI.

Four Principles

PrincipleCore Message
πŸ” Clarity Beats ClevernessUnderstandable code trumps clever code
🎯 Intent Over ImplementationDescribe WHAT, not HOW
πŸ“š Documentation Is LeverageWrite once, benefit infinitely
βš–οΈ Human Judgment Is Non-NegotiableAI proposes, you decide

πŸ”§ Content Development

New tech talks are generated through an automated 4-phase workflow:

  1. Research β€” Copilot CLI gathers source material and examples from URLs
  2. Plan β€” Content outline committed for review
  3. Build β€” README.md generated from approved plan (/approve-plan)
  4. Slides β€” Slidev deck generated from README

See the Tech Talks Creation Guide for detailed instructions on both the issue-based and local IDE workflows.

Copilot Agents & Skills

Content development is powered by custom Copilot agents and skills that run inside VS Code:

Agent / SkillPurpose
@Module CreatorEnd-to-end workshop module generation
@Module PlannerResearch and plan module outlines
@Tech Talk GeneratorResearch and generate tech talk content
@Slide GeneratorCreate Slidev slides from README files
@exercise-author skillCreate exercise files from module plans

Agent definitions live in .github/agents/ and skills in .github/skills/.

Authoring Resources


πŸ“š Official Documentation


πŸ“œ License

This content is open source under the MIT License.


Built with ❀️ by developers who believe clarity beats cleverness

Skills Info
Original Name:slide-fixerAuthor:msbart2