Agent skill
boost-union-config
Configure Moodle Boost Union theme settings and customizations. Use when theming Moodle, configuring layouts, or customizing Boost Union features.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/boost-union-config
SKILL.md
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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?