dxb

Manage DXPR Builder pages via Drush commands with Bootstrap 5 markup.

1|3|Updated Jun 7, 2021
One-click install
npx skills add https://github.com/dxpr/dxpr_cms --skill dxb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dxb
Source: https://github.com/dxpr/dxpr_cms/tree/main/.agents/skills/dxb
Command: npx skills add https://github.com/dxpr/dxpr_cms --skill dxb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation and maintenance of complex web pages by providing a direct interface to the DXPR Builder, eliminating the need for manual drag-and-drop configuration for repetitive layout tasks.

Core Features & Use Cases

  • Drush-based Page Management: Execute commands to list templates, create pages, and update markup directly from the terminal.
  • Bootstrap 5 Integration: Automatically parses standard HTML into drag-and-drop editable components within the DXPR CMS environment.
  • Use Case: Quickly scaffold a new landing page by selecting a pre-defined template and injecting custom Bootstrap 5 content without leaving the command line.

Quick Start

Use the dxb skill to create a new page from the landing-page template and update its content with the provided Bootstrap 5 markup.

Frequently Asked Questions about dxb

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

FAQPage Schema
How do I create DXPR Builder pages using Drush commands?

You can create DXPR Builder pages by executing Drush commands to list templates, create entities, and update markup directly from the terminal. This allows scaffolding new landing pages without manual drag-and-drop configuration.

Does the DXPR drag-and-drop engine require specific Bootstrap 5 grid constraints?

Yes, the DXPR drag-and-drop engine requires adherence to specific Bootstrap 5 grid constraints and layout rules. Standard HTML is automatically parsed into editable components compatible with these structural requirements.

Can I update Drupal CMS page markup from the command line?

Yes, you can update Drupal CMS page markup from the command line. The Skill provides a direct interface to inject custom Bootstrap 5 content and update existing pages without leaving the terminal.

What is the best way to scaffold a Drupal landing page from a template?

The best way to scaffold a Drupal landing page is by selecting a pre-defined template via Drush and injecting custom Bootstrap 5 content. This programmatic approach eliminates repetitive manual drag-and-drop layout tasks.

Why do my custom HTML components not work with the DXPR CMS environment?

Custom HTML components may not work if they fail to adhere to the required Bootstrap 5 grid constraints and layout rules. Standard HTML must follow these specific structural limitations to ensure compatibility with the DXPR drag-and-drop engine.