Agent skill

fedora-hyprland-installer

Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
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.

Facts
Files in the skill folder: 22
SKILL.md size: 7 KB
Bundled scripts: yes
Declared author: maleksaadi0109
Path: skills/fedora-hyprland-installer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Resolve the Skill Directory
  2. When to Use
  3. Core Directives & Safety Rules
  4. Workflow Guide
  5. 1. Installation Workflow
  6. 2. Repair Workflow
  7. 3. Update Workflow
  8. 4. Uninstall Workflow
  9. Reference Manuals
  10. Examples
  11. Limitations
Ships with 21 files
  • LICENSE
  • README.md
  • references/amd.md
  • references/fedora.md
  • references/hyprland.md
  • references/intel.md
  • references/nvidia.md
  • references/portals.md
  • references/troubleshooting.md
  • references/wayland.md
  • scripts/backup.sh
  • scripts/configure.sh
  • scripts/detect-gpu.sh
  • scripts/detect-system.sh
  • scripts/install.sh
  • scripts/preflight.sh
  • scripts/repair.sh
  • scripts/uninstall.sh
  • scripts/verify.sh
  • tests/test-detection.sh
  • tests/test-scripts.sh
Commands it runs
bash "$SKILL_DIR/scripts/detect-system.sh"
bash "$SKILL_DIR/scripts/detect-gpu.sh"
bash "$SKILL_DIR/scripts/install.sh" --dry-run
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going