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
| Skill | Purpose |
|---|---|
| drone-to-github | Converts Drone pipelines to GitHub Actions reusable workflow patterns |
- Create a new folder under
skills/. - Add
SKILL.mdwith purpose, inputs, outputs, and validation rules. - Add any skill-local assets or examples.
Install a skill from this local repository:
gh skill install . <skill-name> --from-localInstall from GitHub:
gh skill install OWNER/REPO <skill-name>@tagAfter install, invoke it with / in Copilot Chat:
/<skill-name> <additional-context>
Refer to each skill's SKILL.md for technical behavior and contract details.