Skip to content

UKHomeOffice/core-cloud-migration-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

migration-playbook

This repository captures repeatable ACP to Core Cloud migration patterns in reusable formats.

This includes:

  • Copilot skills
  • Migration runbooks
  • Reusable scripts
  • Templates and reference examples

Skills

Current Skills

Skill Purpose
drone-to-github Converts Drone pipelines to GitHub Actions reusable workflow patterns

Adding A New Skill

  1. Create a new folder under skills/.
  2. Add SKILL.md with purpose, inputs, outputs, and validation rules.
  3. Add any skill-local assets or examples.

Install a Skill

Install a skill from this local repository:

gh skill install . <skill-name> --from-local

Install from GitHub:

gh skill install OWNER/REPO <skill-name>@tag

Call a Skill in Copilot Chat

After install, invoke it with / in Copilot Chat:

/<skill-name> <additional-context>

Notes

Refer to each skill's SKILL.md for technical behavior and contract details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors