fedora-hyprland-installer
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).
npx skills add sickn33/agentic-awesome-skills --skill fedora-hyprland-installer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Fedora Hyprland Installer Skill This skill provides an automated, safety-first workflow for managing Hyprland on Fedora Linux. ## Resolve the Skill Directory Before running a bundled script, resolve `SKILL_DIR` to the directory that contains this `SKILL.md`. Do not assume the user's current working directory or guess a global installation path. If the agent cannot resolve the installed skill directory from its runtime context, stop and ask the user to provide it. Invoke bundled shell files explicitly with `bash` and a quoted path, for example `bash "$SKILL_DIR/scripts/detect-system.sh"`. ## When to Use - Use when installing or updating a Fedora-packaged Hyprland desktop stack. - Use when verifying a Hyprland session, portals, PipeWire, or WirePlumber on Fedora. - Use when diagnosing the limited repair cases documented below or removing the Hyprland-specific packages installed by this workflow. ## Core Directives & Safety Rules 1. **Fedora-First**: Always use Fedora tools (`dnf`, `systemctl`, `loginctl`). Never use `apt`, `pacman`, or `yay`. 2. **Never Blindly Execute**: Inspect the system prior to any installation or modification. 3. **Preserve Existing Desktop**: Do not uninstal
- Resolve the Skill Directory
- When to Use
- Core Directives & Safety Rules
- Workflow Guide
- 1. Installation Workflow
- 2. Repair Workflow
- 3. Update Workflow
- 4. Uninstall Workflow
- Reference Manuals
- Examples
- Limitations
bash "$SKILL_DIR/scripts/detect-system.sh" bash "$SKILL_DIR/scripts/detect-gpu.sh" bash "$SKILL_DIR/scripts/install.sh" --dry-run
What does the fedora-hyprland-installer skill do?
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill fedora-hyprland-installer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.