fluent-azure-grid-library

Manage Fluent UI grid templates for Azure portal pages with YAML-frontmatter metadata.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/unthinkmedia/my-skills --skill fluent-azure-grid-library
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fluent-azure-grid-library
Source: https://github.com/unthinkmedia/my-skills/tree/main/.github/skills/fluent-azure-grid-library
Command: npx skills add https://github.com/unthinkmedia/my-skills --skill fluent-azure-grid-library

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage reusable Fluent UI React grid/layout templates for Azure portal pages. This skill is a companion to fluent-azure-replicator — it owns the template library and matching algorithm.

Core Features & Use Cases

  • Template storage and lookup for grid templates used by Azure portal pages.
  • LIST, MATCH, CREATE, DIFF, and EXTEND operations to control the template lifecycle.
  • Pre-seeded templates and guidance for implementation.

Quick Start

Inspect the grid-template library at .github/skills/fluent-azure-grid-library/references/grid-templates/ and select a template to begin aligning a page layout.

Frequently Asked Questions about fluent-azure-grid-library

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage reusable Fluent UI grid templates for Azure portal pages?

You can manage reusable Fluent UI grid templates by using operations like LIST, MATCH, CREATE, DIFF, and EXTEND to control the template lifecycle, enforcing a standardized interface with slots, responsive rules, and changelog tracking.

What is the best way to find a matching grid template for an Azure portal page?

The best way to find a matching grid template is to use the matching algorithm, which evaluates available Fluent UI layout templates against your target Azure portal page to locate the most suitable structural fit.

How do I create new Fluent UI grid templates and sync improvements back to the source?

You create new Fluent UI grid templates by defining a standardized interface with slots and responsive rules, enforcing YAML-frontmatter metadata, and using the EXTEND operation to sync layout improvements back to the source.

Does the Azure grid template library require YAML frontmatter metadata?

Yes, the Azure grid template library requires YAML-frontmatter metadata to enforce a standardized grid template interface, ensuring consistent tracking of slots, responsive rules, and changelog updates across layout templates.

Can I use this template library alongside other Fluent UI Azure layout tools?

Yes, this template library works as a companion to Azure layout tools like fluent-azure-replicator, owning the grid template storage and matching algorithm while the replicator handles the actual page implementation.