agntcms-structure

Explain the canonical Next.js-based agntcms project structure with four zones.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers developers to understand and effectively navigate the agntcms project structure, enhancing the development workflow and collaboration.

Core Features & Use Cases

  • Project Layout Education: Learn the agntcms project structure including frozen, user, content, and config zones.
  • Content File Format Understanding: Understand how content files like pages, globals, and drafts are formatted and managed.
  • Section Registration: Discover how to register and use sections within the agntcms framework.
  • Routing Model Insight: Gain insights into the routing model for serving content pages.
  • Content Editing Best Practices: Follow best practices for editing content in the agntcms ecosystem.

Quick Start

Load this skill first. Navigate to 'agntcms/sections/' to edit section configurations and register new sections.

Frequently Asked Questions about agntcms-structure

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

FAQPage Schema
What is the canonical project structure for a Next.js agntcms site?

The canonical agntcms project structure is a Next.js-based layout divided into four zones: frozen, user, content, and config. This organization standardizes section registration, page routing, and global content management.

How do I register and configure new sections in agntcms?

To register new sections in agntcms, navigate to the 'agntcms/sections/' directory to edit configuration files. This process defines how content sections are structured and served within the Next.js routing model.

How does routing work for content pages in a Next.js agntcms project?

Agntcms leverages the Next.js routing model to serve content pages. The system maps content files formatted within the content zone to their corresponding URLs, ensuring pages and globals are served correctly.

What are the best practices for editing content files in agntcms?

Best practices for editing content in agntcms require working strictly within the designated content zone. Adhering to the established file formats for pages, globals, and drafts ensures content integrity and proper routing.

What is the difference between frozen, user, content, and config zones in agntcms?

The agntcms framework separates the project into four zones: frozen, user, content, and config. This distinction organizes unchangeable core files, user-specific settings, editable content, and system configurations.