boost-union-config
Boost Union Configuration Skill
Configure Boost Union theme settings and grandchild theme development.
Trigger
- Moodle theme configuration requests
- SCSS customization in theme_cloodle
- Boost Union Flavours or Smart Menus setup
Server Paths
- Theme location:
/opt/cloodle/apps/moodle/public/theme/cloodle/ - Boost Union:
/opt/cloodle/apps/moodle/public/theme/boost_union/ - Container:
docker exec cloodle-dev
Actions
1. Edit SCSS Variables
Modify /theme/cloodle/scss/pre.scss for Bootstrap variable overrides:
$primary: #6e66cc;
$body-color: #423653;
$font-family-sans-serif: "Outfit", sans-serif;
2. Add Component Styles
Modify /theme/cloodle/scss/post.scss for component refinements:
.btn-primary {
border-radius: 500px;
}
3. Purge Theme Cache
docker exec cloodle-dev php /workspace/apps/moodle/admin/cli/purge_caches.php
Key Files
| File | Purpose |
|---|---|
version.php |
Theme identification |
config.php |
SCSS callbacks |
lib.php |
SCSS content functions |
scss/pre.scss |
Bootstrap overrides |
scss/post.scss |
Component styles |
More from astoeffer/plugin-marketplace
moodle-standards
Moodle coding standards with PSR-12 compliance and Frankenstyle naming. Use when developing Moodle plugins, writing PHP code for Moodle, or ensuring code quality compliance.
9psr12-moodle
Automatically validate and fix Moodle PHP code for PSR-12 compliance with Moodle-specific exceptions (lowercase_with_underscores naming, frankenstyle prefixes). Activates when working with Moodle plugin PHP files or when code standards issues are detected.
4h5p-patterns
Create interactive H5P content for Moodle and web platforms. Use when building interactive exercises, quizzes, or multimedia learning content.
2ai-gateway
Build AI gateway services for routing and managing LLM requests. Use when implementing API proxies, rate limiting, or multi-provider AI services.
2design-tokens
Manage design tokens for consistent theming across platforms. Use when defining colors, typography, spacing, or other design system values.
1chatbot-widget
Build embeddable chatbot widgets for web applications. Use when creating chat UIs, iframe embeds, or widget-based AI interfaces.
1