agntcms-globals

Manage and render site-wide content blocks with draft and publish workflows.

Updated May 29, 2026
One-click install
npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-globals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcms-globals
Source: https://github.com/AlexHramovich/fr-preview-migration/tree/main/.claude/skills/globals
Command: npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-globals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the management of site-wide content blocks, like headers, footers, and announcement bars, and allows for dynamic layout adjustments.

Core Features & Use Cases

  • Global Content Management: Create, edit, and manage site-wide content blocks outside of page content.
  • Section Vocabulary: Utilize the same field types as sections, providing flexibility in content layout.
  • Lifecycle Management: Supports draft and publish workflows, version history, and inline editing for seamless content updates.
  • Integration: Seamlessly integrates with existing section definitions and the site's layout structure.
  • Use Case: For a website with a dynamic header and footer that need frequent updates without affecting individual pages.

Quick Start

To add a new global header, run 'create-global site-header --type SiteHeader --data { "brandName": "My Site", "logo": { "filename": "logo.png", "alt": "My Site logo" }, "navItems": [...] }'.

Frequently Asked Questions about agntcms-globals

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

FAQPage Schema
How do I manage site-wide content blocks like headers and footers separately from page content?

To manage site-wide content blocks like headers and footers separately, you can use a custom-defined section vocabulary to create, edit, and render global blocks outside of individual page content.

What is the best way to handle dynamic layout adjustments for announcement bars without altering individual pages?

Handling dynamic layout adjustments for announcement bars without altering individual pages requires a global content management system that supports custom section vocabularies and site-wide block rendering.

Can I use draft and publish workflows for site-wide content updates?

Yes, you can use draft and publish workflows for site-wide content updates, as the system supports lifecycle management including version history, draft cycles, publishing, and inline editing.

How do I create a new global header using a custom section vocabulary?

To create a new global header, run the 'create-global' command with the desired type, such as SiteHeader, and pass the necessary JSON data including brandName, logo, and navigation items.

Does the global content management system integrate with existing section definitions?

Yes, the global content management system seamlessly integrates with existing section definitions and the site's layout structure, utilizing the same field types as sections for flexible content layout.

What are the limitations of managing site-wide content blocks with custom section vocabularies?

Managing site-wide content blocks with custom section vocabularies requires defining specific section types like SiteHeader beforehand, meaning content blocks must conform to the established section field types and layout structure.