← スキル一覧に戻る

boost-union-config
by astoeffer
⭐ 0🍴 1📅 2026年1月24日
SKILL.md
name: boost-union-config description: Configure Moodle Boost Union theme settings and customizations. Use when theming Moodle, configuring layouts, or customizing Boost Union features. allowed-tools: Read, Write, Grep, Glob
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 |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です