agntcms-sections

Create and register AgntCMS sections with folders and config entries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of the complex and error-prone process of creating sections in AgntCMS by simplifying it into a two-step workflow that ensures all necessary files and configurations are present.

Core Features & Use Cases

  • Folder Creation: Automate the creation of required folders under agntcms/sections/.
  • Configuration Registration: Automatically register the new section in agntcms/config.ts for seamless integration.
  • Use Case: For developers building or maintaining AgntCMS websites, this Skill ensures that each new section is correctly set up with both the necessary files and the configuration to function properly.

Quick Start

Use the agntcms-sections skill to create a new section and register it in the configuration. Run: create-section MyNewSection.

Frequently Asked Questions about agntcms-sections

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

FAQPage Schema
How do I automate section creation in AgntCMS to avoid manual configuration errors?

Automating AgntCMS section creation requires a two-step workflow that generates the required directory structures and automatically registers the configuration entries to prevent manual setup errors.

What is the best way to register a new section in the AgntCMS configuration?

The best way to register a new section in AgntCMS is by running the create-section command, which automatically updates the config.ts file and sets up the necessary folders for seamless integration.

How does the AgntCMS section management workflow handle directory structures?

The AgntCMS section management workflow handles directory structures by automatically creating the required folders under the agntcms/sections path during the section initialization process.

Do I need to manually update config.ts when adding sections to AgntCMS?

You do not need to manually update config.ts when adding sections to AgntCMS, because the section creation workflow automatically registers new sections within the configuration file.

Can I use the AgntCMS section workflow for maintaining existing website sections?

You can use the AgntCMS section workflow for maintaining existing websites by ensuring each section is correctly set up with the necessary files and configuration to function properly.