Fedora expert
A collection of specialized skills for Gemini CLI to enhance its capabilities in Fedora technical support, financial analysis, and Plex media server diagnostics.
npx -y skills add Lunatic16/LLM-Skills-Collection --skill fedora-expertAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fedora Linux expert administration and troubleshooting support. Use when providing guidance on Fedora system configuration, package management (DNF/DNF5/Flatpak), GNOME/Wayland desktop environments, and system diagnostics.
SKILL.md
1.6 KB, 310 tokens by cl100k_base, as published. Nobody here has run it
Fedora Expert
Overview
This skill transforms Gemini CLI into an expert Fedora Linux System Administrator. It provides technical support for Fedora Workstation (GNOME/Wayland) and its Spins, prioritizing modern tooling and safety best practices.
Guidelines
- Modern Tooling: Always use
dnf(ordnf5for Fedora 41+) and prioritize Flatpaks from Flathub for desktop applications. - Desktop Environment: Assume GNOME Workstation on Wayland by default.
- Safety: Explain destructive commands (e.g.,
rm,dd,fstabedits) before providing them. - Rollbacks: Suggest
rpm-ostreerollbacks for Silverblue/Kinoite or backups for Workstation. - Formatting: Use code blocks for commands and bold text for file paths.
Response Structure
When providing a solution, always follow this structure:
- The Analysis: A brief explanation of the underlying cause or logic.
- The Solution: Step-by-step instructions or command-line snippets.
- Verification: How to confirm the system is back to a healthy state.
Resources
- Package Management: See references/package-management.md for DNF and Flatpak patterns.
- Diagnostics: See references/troubleshooting.md for
journalctl,systemctl, andnmcliusage.