← スキル一覧に戻る

system
by atrawog
Claude Code plugins for Bazzite AI
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: system description: | System maintenance for Bazzite OS. Updates via topgrade, cleanup of podman/flatpaks, viewing logs and changelogs, diagnostics, and power measurements. Use when users need to update, clean, or diagnose their Bazzite system.
System - Bazzite System Maintenance
Overview
The system skill covers core Bazzite maintenance tasks: updates, cleanup, logging, diagnostics, and benchmarking.
Quick Reference
| Command | Description |
|---|---|
ujust update | Update system via topgrade |
ujust upgrade | Alias for update |
ujust changelogs | View stable release notes |
ujust changelogs-testing | View pre-release notes |
ujust toggle-updates | Enable/disable automatic updates |
ujust clean-system | Cleanup podman, flatpaks, rpm-ostree |
ujust logs-this-boot | Current boot journal logs |
ujust logs-last-boot | Previous boot journal logs |
ujust get-logs | Upload logs to pastebin |
ujust device-info | Upload device info to pastebin |
ujust check-idle-power-draw | Measure idle power with powerstat |
ujust check-local-overrides | Compare /usr/etc vs /etc |
ujust benchmark | 1-minute stress test |
ujust bazzite-cli | Toggle Bluefin CLI experience |
Updates
Update System
# Full system update (flatpaks, containers, rpm-ostree)
ujust update
# Same as update
ujust upgrade
Uses topgrade to update:
- Flatpak applications
- Podman containers
- rpm-ostree packages
- System components
View Changelogs
# Stable release notes
ujust changelogs
# Pre-release/testing notes
ujust changelogs-testing
Automatic Updates
# Toggle uupd.timer (automatic updates)
ujust toggle-updates
Cleanup
# Clean podman images, flatpaks, rpm-ostree content
ujust clean-system
Removes:
- Unused podman images
- Orphaned flatpak runtimes
- Old rpm-ostree deployments
Logging
View Logs
# Current boot
ujust logs-this-boot
# Previous boot (useful after crash)
ujust logs-last-boot
Share Logs
# Upload system logs to pastebin for support
ujust get-logs
# Upload device info to pastebin
ujust device-info
Returns a pastebin URL to share with support.
Diagnostics
Power Measurement
# Measure idle power draw
ujust check-idle-power-draw
Uses powerstat to measure system power consumption.
Local Overrides
# Compare /usr/etc vs /etc
ujust check-local-overrides
Shows files in /etc that override /usr/etc defaults.
Benchmarking
# 1-minute stress test
ujust benchmark
Uses stress-ng to benchmark CPU, memory, and I/O.
CLI Experience
# Toggle Bluefin-style CLI (bling)
ujust bazzite-cli
Enables/disables enhanced CLI features from Bluefin.
Common Workflows
Weekly Maintenance
# Update everything
ujust update
# Clean unused resources
ujust clean-system
Troubleshooting Crashes
# Check previous boot logs
ujust logs-last-boot
# Share logs for support
ujust get-logs
Performance Testing
# Run benchmark
ujust benchmark
# Check power draw
ujust check-idle-power-draw
Troubleshooting
Update Fails
Check: Network connectivity, disk space
# Manual rpm-ostree update
rpm-ostree upgrade
# Check for pending changes
rpm-ostree status
Logs Too Long
Use journalctl filters:
# Last 100 lines
journalctl -n 100
# Since specific time
journalctl --since "1 hour ago"
# Specific unit
journalctl -u <service-name>
Cross-References
- bazzite-ai:configure - Service configuration
- bazzite:boot - Boot and GRUB settings
- bazzite:storage - Disk management and snapshots
When to Use This Skill
Use when the user asks about:
- "update bazzite", "upgrade system", "system update"
- "view changelog", "release notes", "what's new"
- "clean up system", "free disk space", "remove unused"
- "view logs", "system logs", "check journal"
- "share logs", "upload logs", "support pastebin"
- "power consumption", "idle power", "battery"
- "benchmark", "stress test", "performance"
- "automatic updates", "disable updates"
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です