agntcms-section-new

Create agntcms sections with schema, component, and registration configurations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill facilitates the process of creating new sections within an agntcms instance by accepting a name and field list as inputs, streamlining the configuration process for developers.

Core Features & Use Cases

  • Section Creation: Develop new sections using a predefined name and list of fields.
  • Schema & Component Creation: Automates the generation of schema files, component files, and registration configurations for the sections.
  • Validation: Ensures that section names follow PascalCase format and that fields correspond to supported types.
  • Default Content: Allows setting up visually representative default content within the section schema.
  • Use Case: A developer could create a 'Hero' section with a title, image, and body text field by invoking the skill with the appropriate inputs.

Quick Start

Invoke the agntcms-section-new skill to create a section with name 'Hero', folder 'folder', schema 'schema', component 'component', and config registration 'config'.

Frequently Asked Questions about agntcms-section-new

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

FAQPage Schema
How do I automate section creation in agntcms?

To automate section creation in agntcms, provide a section name and field list as inputs to generate corresponding schema files, component files, and registration configurations automatically.

What format does the section name need to be in for agntcms?

The section name must be in PascalCase format for agntcms. This formatting requirement ensures proper schema design validation and correct configuration registration during the component creation process.

Can I set default content when generating a new section schema?

Yes, you can set default content when generating a new section schema. This allows you to establish visually representative default content directly within the section schema configuration during creation.

What files are generated when creating a new section?

Creating a new section generates schema files, component files, and configuration registrations. These outputs establish the dynamic website section structure and enable component rendering within the agntcms ecosystem.

Are there limitations on field types for agntcms section creation?

Yes, field types are limited to supported types during agntcms section creation. The skill applies schema design validation to ensure that all provided fields correspond to these allowed types before generating components.