LAP Implementations Skills — Examples for GitHub Copilot
Legacy Application Modernisation (LAP) Skills are reusable capability packages that agents discover and load automatically. Unlike Instructions (which are always injected) or Agents (which you invoke explicitly), a Skill activates itself when Copilot decides it is relevant to the current task — based on a short description you write in the skill file.
Skills follow the Agent Skills open standard (opens in new tab) and work across multiple AI coding assistants — not just GitHub Copilot.
Available examples
The following skills are available as ZIP downloads. Extract each archive into your repository’s .github/skills/ directory.
| Skill |
Download |
Purpose |
| LAP Innovation Architecture Guidance |
Download ZIP |
Guidance for creating architecture outputs during LAP modernisation. |
| LAP Innovation Cloud Tier Requirements |
Download ZIP |
Cloud platform and service-tier requirements for LAP architecture work. |
| LAP Innovation Curate Transcript |
Download ZIP |
Curate transcript content for evidence-based LAP analysis. |
| LAP Innovation HTML Pack |
Download ZIP |
Produce an HTML documentation pack from LAP analysis outputs. |
| LAP Innovation Image to HTML |
Download ZIP |
Convert supplied images into HTML material for LAP analysis. |
| LAP Innovation Infrastructure Diagram |
Download ZIP |
Create infrastructure diagrams from evidenced LAP architecture requirements. |
| LAP Innovation Validate Mermaid |
Download ZIP |
Validate Mermaid diagrams used in LAP documentation and architecture outputs. |
Back to Getting Started