dxt

Manages DXPR Theme settings via Drush commands for Drupal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the need for manual, error-prone edits to Drupal configuration YAML files by providing a structured, command-line interface for managing DXPR Theme settings.

Core Features & Use Cases

  • Centralized Theme Control: Manage layout, typography, colors, and header settings directly from the terminal.
  • Palette Management: Easily generate, apply, and map color palettes to Bootstrap classes without manual CSS overrides.
  • Use Case: When a design update requires changing the site's primary brand color and font sizes, use this skill to apply these changes globally across the theme in seconds, ensuring consistency and proper CSS rebuilding.

Quick Start

Use the dxt skill to list all available theme configuration sections and then update the body font size to 16 pixels.

Frequently Asked Questions about dxt

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

FAQPage Schema
How do I manage Drupal theme settings from the command line instead of editing YAML files?

You can manage Drupal theme settings from the command line by using Drush commands to adjust DXPR Theme visual configurations. This approach replaces manual YAML file edits with a structured CLI for applying color palettes, typography, and layout changes globally.

Can I change Bootstrap color palettes in Drupal without writing custom CSS overrides?

Yes, you can change Bootstrap color palettes without custom CSS overrides by using Drush to generate, apply, and map color palettes to Bootstrap classes. The skill triggers a CSS rebuilding process to ensure the visual updates take effect globally.

Do I need a Drupal environment with DXPR Theme installed to use this CLI configuration tool?

Yes, you need an active Drupal environment with the DXPR Theme module installed. The tool requires this specific setup to execute configuration schema validation and successfully rebuild the CSS for your theme.

What's the best way to update typography and header styling globally in a Drupal distribution?

The best way to update typography and header styling globally is by running Drush commands to modify DXPR Theme settings. This ensures design updates like font sizes and header layouts are applied consistently across the entire Drupal distribution in seconds.

Why does my Drupal theme configuration fail to apply without proper CSS rebuilding?

Drupal theme configuration changes require proper CSS rebuilding to take visual effect because the system needs to regenerate stylesheets from the updated settings. Using Drush commands to apply changes ensures schema validation and CSS rebuilding happen automatically.

Are manual Drupal configuration YAML edits necessary when using Drush for theme adjustments?

No, manual configuration YAML edits are not necessary. The skill provides a structured command-line interface that eliminates error-prone manual edits by directly managing DXPR Theme settings like layout, typography, colors, and header configurations from the terminal.