Configure Moodle Boost Union theme settings and customizations. Use when theming Moodle, configuring layouts, or customizing Boost Union features.
/plugin marketplace add astoeffer/moodle-plugin-marketplace/plugin install cloodle-moodle-theming@astoeffer-dev-pluginsThis skill is limited to using the following tools:
Configure Boost Union theme settings and grandchild theme development.
/opt/cloodle/apps/moodle/public/theme/cloodle//opt/cloodle/apps/moodle/public/theme/boost_union/docker exec cloodle-devModify /theme/cloodle/scss/pre.scss for Bootstrap variable overrides:
$primary: #6e66cc;
$body-color: #423653;
$font-family-sans-serif: "Outfit", sans-serif;
Modify /theme/cloodle/scss/post.scss for component refinements:
.btn-primary {
border-radius: 500px;
}
docker exec cloodle-dev php /workspace/apps/moodle/admin/cli/purge_caches.php
| 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 |
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.