Warning
We're making big changes to Canopy for L&G's brand modernisation throughout 2025-2026.
We want to keep you up to date with the planned roll out and give you the support you need.
Please email us and let us know which application or project you are using Canopy for and we'll get in touch.
An Angular implementation of the Legal & General design system.
Interested in contributing?
Want to learn how to use it in a project?
Have an issue you would like to raise?
Want to request a modification or a new feature?
Want to apply a migration with AI assistance?
Want to use Canopy components correctly with AI assistance?
Canopy publishes installable skills that work with GitHub Copilot.
# List all available skills
npx skills add Legal-and-General/canopy --list
# Install a migration skill (guides your agent through a major version upgrade)
npx skills add Legal-and-General/canopy --skill canopy-v23-migration
# Install a single best practice skill — pin to the Canopy version in your package.json (available from v24.0.0)
npx skills add Legal-and-General/canopy/skills/best-practice#vx.x.x --skill canopy-button
# Install all best practice skills — pinned to a specific version (available from v24.0.0)
npx skills add Legal-and-General/canopy/skills/best-practice#vx.x.x --skill '*'
# Install all available skills
npx skills add Legal-and-General/canopy --skill '*'See docs/COPILOT_SKILLS.md for the full list of available skills.
