boost-union-config

Automate Moodle Boost Union theming configuration with SCSS overrides and cache purging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/astoeffer/plugin-marketplace --skill boost-union-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boost-union-config
Source: https://github.com/astoeffer/plugin-marketplace/tree/main/plugins/cloodle-moodle-theming/skills/boost-union-config
Command: npx skills add https://github.com/astoeffer/plugin-marketplace --skill boost-union-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures Moodle Boost Union theme settings and grandchild themes to achieve cohesive theming.

Core Features & Use Cases

  • SCSS Variable Edits: Extend Bootstrap overrides for brand colors and typography.
  • Component Styles: Customize components like buttons and cards.
  • Cache Purge: Clear Moodle caches after theme changes.

Quick Start

Edit SCSS variables and run the required cache purge to apply theme changes.

Frequently Asked Questions about boost-union-config

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

FAQPage Schema
How do I customize Moodle Boost Union theme colors and typography?

Customize Moodle Boost Union theme colors and typography by editing SCSS variables in theme/cloodle/scss/pre.scss to override Bootstrap defaults for brand colors and font settings. After saving changes, run cache purge commands to apply the theme updates.

What's the process for applying component style changes to Boost Union themes?

Apply component style changes by editing component styles in theme/cloodle/scss/post.scss for buttons, cards, and other elements. Save your SCSS modifications and execute the cache invalidation commands via Docker or PHP CLI to deploy the changes.

Can I automate Moodle theme configuration instead of manual setup?

Yes, automate Moodle Boost Union theme configuration to eliminate repetitive setup tasks. This Skill handles SCSS variable overrides, component refinements, and cache purging automatically within Cloodle environments, reducing manual effort.

Do I need to clear Moodle caches after editing theme SCSS files?

Yes, you must clear Moodle caches after editing theme SCSS files to ensure changes take effect. The Skill provides Docker and PHP CLI commands for cache purge operations following configuration updates.

How do I set up grandchild themes with Boost Union configuration?

Configure grandchild themes by extending Bootstrap overrides and component styles through SCSS edits in the theme directory. The Skill applies these settings to achieve cohesive theming across Boost Union grandchild theme structures.