What problem does it solve? Developers working on the ISLAMU Event platform need consistent rules for implementing and modifying footer features across multi-tenant instances, including template selection, link management, and instance-level governance locks that restrict tenant customization. ## Core Features & Use Cases - Footer Configuration Rules: Documents the AppSetting-based footer.* key system, four server-rendered Blazor templates, and the hardcoded list of 10 social platforms mapped to MudBlazor icons. - CQRS Endpoint Reference: Covers 11 FooterController endpoints with their auth requirements, including the anonymous public config endpoint and the dedicated link-group reorder route. - Governance Locking: Explains the five footer.lock_tenant_* settings, the instance-vs-tenant resolution order, and the silent-ignore behavior in single-tenant mode. - Use Case: When adding a new footer link management feature, load this Skill to follow the existing CQRS command patterns, respect governance lock checks returning 403, and reuse the established admin UI dialog components. ## Quick Start Load the footer-management skill before modifying footer settings, link groups, templates, or governance locking behavior in the codebase.