Microfrontend workspace built with Module Federation.
container: host applicationauth: authentication remotemarketing: marketing remotedashboard: dashboard remote
This repository includes GitHub Copilot customizations under .github/ to make repeated work more consistent.
.github/prompts/: one-off prompts for explanations or focused tasks.github/skills/: reusable workflows for recurring implementation and planning work.github/agents/: specialist agents for deeper frontend and deployment tasks
Use a prompt when you need a direct answer or a one-time change.
Examples:
- "Explain how
authis mounted incontainer." - "Review route sync between
containerandauth."
Use a skill when you want a repeatable structure or guardrails.
Examples:
- "Use
mfe-feature-implementationfor feature 'Add dashboard remote to container'." - "Use
breakdown-planfor feature 'Unified sign-in entry'."
packages/ contains the microfrontends.
.github/ contains Copilot prompts, skills, and agents for this workspace.