opencode-skills-collection 4.0.11 → 4.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +4 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/fedora-hyprland-installer/LICENSE +21 -0
- package/bundled-skills/fedora-hyprland-installer/README.md +125 -0
- package/bundled-skills/fedora-hyprland-installer/SKILL.md +112 -0
- package/bundled-skills/fedora-hyprland-installer/references/amd.md +10 -0
- package/bundled-skills/fedora-hyprland-installer/references/fedora.md +24 -0
- package/bundled-skills/fedora-hyprland-installer/references/hyprland.md +22 -0
- package/bundled-skills/fedora-hyprland-installer/references/intel.md +8 -0
- package/bundled-skills/fedora-hyprland-installer/references/nvidia.md +29 -0
- package/bundled-skills/fedora-hyprland-installer/references/portals.md +18 -0
- package/bundled-skills/fedora-hyprland-installer/references/troubleshooting.md +53 -0
- package/bundled-skills/fedora-hyprland-installer/references/wayland.md +9 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/backup.sh +65 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/configure.sh +158 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/detect-gpu.sh +71 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/detect-system.sh +95 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/install.sh +62 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/preflight.sh +94 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/repair.sh +92 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/uninstall.sh +57 -0
- package/bundled-skills/fedora-hyprland-installer/scripts/verify.sh +92 -0
- package/bundled-skills/fedora-hyprland-installer/tests/test-detection.sh +22 -0
- package/bundled-skills/fedora-hyprland-installer/tests/test-scripts.sh +47 -0
- package/bundled-skills/find-complementary-founders/LICENSE.txt +21 -0
- package/bundled-skills/find-complementary-founders/SKILL.md +386 -0
- package/bundled-skills/find-complementary-founders/agents/openai.yaml +4 -0
- package/bundled-skills/find-complementary-founders/references/community-growth.md +140 -0
- package/bundled-skills/find-complementary-founders/references/evidence-model.md +94 -0
- package/bundled-skills/find-complementary-founders/references/moltbook.md +125 -0
- package/bundled-skills/find-complementary-founders/references/owner-onboarding.ru.md +105 -0
- package/bundled-skills/find-complementary-founders/references/privacy-safety.md +63 -0
- package/bundled-skills/find-complementary-founders/references/profile-schema.md +117 -0
- package/bundled-skills/find-complementary-founders/scripts/assess_profile.py +532 -0
- package/bundled-skills/find-complementary-founders/scripts/github_thread.py +466 -0
- package/bundled-skills/find-complementary-founders/scripts/match_profiles.py +251 -0
- package/bundled-skills/find-complementary-founders/scripts/moltbook_publish.py +672 -0
- package/bundled-skills/find-complementary-founders/scripts/profile_card.py +307 -0
- package/bundled-skills/find-complementary-founders/scripts/validate_profile.py +473 -0
- package/bundled-skills/find-complementary-founders/scripts/verify_github_submission.py +296 -0
- package/bundled-skills/orchestrate/SKILL.md +61 -0
- package/bundled-skills/orchestrate/agents/openai.yaml +4 -0
- package/bundled-skills/uizze-ui-research/SKILL.md +47 -12
- package/package.json +1 -1
- package/skills_index.json +101 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-07-
|
|
3
|
+
"updatedAt": "2026-07-27T01:47:09.733Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -782,6 +782,7 @@
|
|
|
782
782
|
"fda-food-safety-auditor",
|
|
783
783
|
"fda-medtech-compliance-auditor",
|
|
784
784
|
"feature-tracking",
|
|
785
|
+
"fedora-hyprland-installer",
|
|
785
786
|
"ffuf-claude-skill",
|
|
786
787
|
"ffuf-web-fuzzing",
|
|
787
788
|
"figma-automation",
|
|
@@ -790,6 +791,7 @@
|
|
|
790
791
|
"file-uploads",
|
|
791
792
|
"filesystem-context",
|
|
792
793
|
"find-bugs",
|
|
794
|
+
"find-complementary-founders",
|
|
793
795
|
"finishing-a-development-branch",
|
|
794
796
|
"firebase",
|
|
795
797
|
"firecrawl-scraper",
|
|
@@ -1337,6 +1339,7 @@
|
|
|
1337
1339
|
"optim-agent",
|
|
1338
1340
|
"options-flow-analyzer",
|
|
1339
1341
|
"oral-health-analyzer",
|
|
1342
|
+
"orchestrate",
|
|
1340
1343
|
"orchestrate-batch-refactor",
|
|
1341
1344
|
"os-scripting",
|
|
1342
1345
|
"oss-hunter",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,
|
|
3
|
+
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,991+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,991+ skills
|
|
7
7
|
|
|
8
8
|
> **Custom-host integration:** This guide documents a low-level, direct-manifest lazy loader for Jetski/Cortex and similar hosts. For Codex or Claude Code, the recommended path is [AAS Core](../users/aas-core.md), which provides neutral, deterministic catalog retrieval and validates exact agent-selected IDs through a bounded, read-only MCP server.
|
|
9
9
|
|
|
@@ -25,7 +25,7 @@ Never do:
|
|
|
25
25
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
26
26
|
- re-inject the entire library for **every** request.
|
|
27
27
|
|
|
28
|
-
With 1,
|
|
28
|
+
With 1,991+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -23,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
|
|
23
23
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
24
24
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
25
25
|
|
|
26
|
-
This pattern avoids context overflow when you have 1,
|
|
26
|
+
This pattern avoids context overflow when you have 1,991+ skills installed.
|
|
27
27
|
|
|
28
28
|
Manifest contract references:
|
|
29
29
|
|
|
@@ -29,7 +29,7 @@ Preferred homepage:
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
31
|
- lead with `AAS Core` and the profile → stack → plan flow;
|
|
32
|
-
- present `1,
|
|
32
|
+
- present `1,991+ Agentic Skills` as supporting catalog evidence, not a second product;
|
|
33
33
|
- mention Codex and Claude as the current Core agent path, with broader host compatibility as distribution support;
|
|
34
34
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
35
35
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 1,
|
|
75
|
+
- All 1,991+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -30,7 +30,7 @@ AAS MCP does not scan the repository and does not decide which skills are best.
|
|
|
30
30
|
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@15.
|
|
33
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@15.5.0 -- aas mcp configure \
|
|
34
34
|
--host codex \
|
|
35
35
|
--scope user \
|
|
36
36
|
--config /absolute/path/to/codex/config.toml \
|
|
@@ -17,7 +17,7 @@ Configure AAS Core for Claude Code, describe the task and constraints, let Claud
|
|
|
17
17
|
- It lets Claude search the verified local catalog without loading the full library into context.
|
|
18
18
|
- It preserves Claude's exact selection without using metadata as an eligibility gate.
|
|
19
19
|
- It keeps MCP discovery read-only and CLI changes approval-gated.
|
|
20
|
-
- It includes 1,
|
|
20
|
+
- It includes 1,991+ skills instead of a narrow single-domain starter pack.
|
|
21
21
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
22
22
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
23
23
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,991+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,991+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -39,7 +39,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of AAS Core
|
|
|
39
39
|
|
|
40
40
|
When you ran `npx agentic-awesome-skills` or cloned the repository, you:
|
|
41
41
|
|
|
42
|
-
✅ **Downloaded 1,
|
|
42
|
+
✅ **Downloaded 1,991+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
43
43
|
✅ **Made them available** to your AI assistant
|
|
44
44
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
45
45
|
|
|
@@ -231,7 +231,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
231
231
|
|
|
232
232
|
## Direct-install Step 5: Pick Skills Manually
|
|
233
233
|
|
|
234
|
-
Don't try to use all 1,
|
|
234
|
+
Don't try to use all 1,991+ skills at once. Here's a sensible approach:
|
|
235
235
|
|
|
236
236
|
If you want a tool-specific starting point before choosing skills, use:
|
|
237
237
|
|
|
@@ -362,7 +362,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
362
362
|
|
|
363
363
|
### "Can I load all skills into the model at once?"
|
|
364
364
|
|
|
365
|
-
No. Even though you have 1,
|
|
365
|
+
No. Even though you have 1,991+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
366
366
|
|
|
367
367
|
The intended pattern is:
|
|
368
368
|
|
|
@@ -40,7 +40,7 @@ agentic-awesome-skills/
|
|
|
40
40
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
41
41
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
42
42
|
│
|
|
43
|
-
├── 📁 skills/ ← 1,
|
|
43
|
+
├── 📁 skills/ ← 1,991+ skills live here
|
|
44
44
|
│ │
|
|
45
45
|
│ ├── 📁 brainstorming/
|
|
46
46
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -53,7 +53,7 @@ agentic-awesome-skills/
|
|
|
53
53
|
│ │ └── 📁 2d-games/
|
|
54
54
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
55
55
|
│ │
|
|
56
|
-
│ └── ... (1,
|
|
56
|
+
│ └── ... (1,991+ total)
|
|
57
57
|
│
|
|
58
58
|
├── 📁 apps/
|
|
59
59
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -106,7 +106,7 @@ agentic-awesome-skills/
|
|
|
106
106
|
|
|
107
107
|
```
|
|
108
108
|
┌─────────────────────────┐
|
|
109
|
-
│ 1,
|
|
109
|
+
│ 1,991+ SKILLS │
|
|
110
110
|
└────────────┬────────────┘
|
|
111
111
|
│
|
|
112
112
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -207,7 +207,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
207
207
|
│ ├── 📁 brainstorming/ │
|
|
208
208
|
│ ├── 📁 stripe-integration/ │
|
|
209
209
|
│ ├── 📁 react-best-practices/ │
|
|
210
|
-
│ └── ... (1,
|
|
210
|
+
│ └── ... (1,991+ total) │
|
|
211
211
|
└─────────────────────────────────────────┘
|
|
212
212
|
```
|
|
213
213
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Antigravity CLI Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
# 🏔️ hyprfedora
|
|
2
|
+
|
|
3
|
+
> A safety-first agent skill that installs, configures, verifies, repairs, and removes Hyprland on Fedora Linux while preserving existing desktop packages and user backups.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 🎯 Why This Project Exists
|
|
8
|
+
|
|
9
|
+
Setting up Hyprland on Fedora can be tedious. You have to configure Wayland portals, sort out PipeWire audio, select launcher/terminal defaults, and configure GPU flags—especially if you're running NVIDIA or hybrid graphics.
|
|
10
|
+
|
|
11
|
+
After installing this skill through your agent's supported skill mechanism, ask:
|
|
12
|
+
|
|
13
|
+
> **"Install Hyprland on my Fedora system."**
|
|
14
|
+
|
|
15
|
+
The agent inspects your system hardware, creates timestamped backups of existing settings, proposes Fedora package changes, and can create a minimal Hyprland configuration after you approve mutating steps. It detects GPU vendors but does not install or configure graphics drivers.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## ✨ Key Features
|
|
20
|
+
|
|
21
|
+
- 🛡️ **Safety First & Mandatory Backups**: Never overwrites your existing `~/.config/hypr/` without creating a timestamped backup in `~/.local/state/fedora-hyprland-installer/backups/`.
|
|
22
|
+
- 🐧 **Fedora-Native**: Built specifically for Fedora. Uses `dnf`, `systemctl`, and standard Fedora package repositories.
|
|
23
|
+
- ⚡ **GPU Aware**: Detects NVIDIA, AMD Radeon, Intel, and hybrid setups and adds a conservative Hyprland-native cursor workaround for detected NVIDIA hardware.
|
|
24
|
+
- 🤝 **Desktop Coexistence**: Never removes GNOME, KDE, or Xfce. Hyprland is added as a session option at your GDM/SDDM login screen.
|
|
25
|
+
- 🛠️ **Scoped Repair**: Reports a missing config or portal package and inactive PipeWire/WirePlumber services; approved fixes can be applied with `repair.sh --apply`.
|
|
26
|
+
- 🧼 **Scoped Removal**: Removes the listed Hyprland-specific packages while preserving your base desktop and backups.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 📦 What Gets Installed
|
|
31
|
+
|
|
32
|
+
When installing, the skill provisions a minimal, fast, and modern desktop stack:
|
|
33
|
+
|
|
34
|
+
| Component | Package / Tool | Purpose |
|
|
35
|
+
| :--- | :--- | :--- |
|
|
36
|
+
| **Compositor** | `hyprland` | Dynamic tiling Wayland compositor |
|
|
37
|
+
| **Terminal** | `kitty` | Fast, GPU-accelerated terminal |
|
|
38
|
+
| **Launcher** | `wofi` | Application launcher menu |
|
|
39
|
+
| **Status Bar** | `waybar` | Desktop panel & bar |
|
|
40
|
+
| **Portals** | `xdg-desktop-portal-hyprland`, `xdg-desktop-portal-gtk` | Screen sharing & file dialogs |
|
|
41
|
+
| **Audio** | `pipewire`, `wireplumber` | Low-latency audio & stream routing |
|
|
42
|
+
| **Notifications** | `dunst` | Desktop notification daemon |
|
|
43
|
+
| **Screenshots** | `grim`, `slurp`, `wl-clipboard` | Screen capture & clipboard support |
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 🚀 Quick Start & Usage
|
|
48
|
+
|
|
49
|
+
### Agent usage
|
|
50
|
+
|
|
51
|
+
Use the installation method documented by your agent or by the repository catalog, then invoke the skill in natural language. The skill does not assume a particular global directory or CLI executable.
|
|
52
|
+
|
|
53
|
+
- **Fresh Install**: `"Install Hyprland on my Fedora machine."`
|
|
54
|
+
- **Health Check**: `"Verify my Hyprland installation."`
|
|
55
|
+
- **Troubleshoot & Fix**: `"Fix my screen sharing on Hyprland"` or `"Hyprland won't start."`
|
|
56
|
+
- **Update Setup**: `"Update my Hyprland packages."`
|
|
57
|
+
- **Uninstall**: `"Uninstall Hyprland."`
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 🛠️ Direct Terminal Utilities
|
|
62
|
+
|
|
63
|
+
You can also run the built-in utilities in `scripts/` directly:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
# Detect hardware, OS, and session information
|
|
67
|
+
bash ./scripts/detect-system.sh
|
|
68
|
+
|
|
69
|
+
# Detect GPU hardware (NVIDIA / AMD / Intel)
|
|
70
|
+
bash ./scripts/detect-gpu.sh
|
|
71
|
+
|
|
72
|
+
# Run preflight system verification
|
|
73
|
+
bash ./scripts/preflight.sh
|
|
74
|
+
|
|
75
|
+
# Verify health of your current Hyprland installation
|
|
76
|
+
bash ./scripts/verify.sh
|
|
77
|
+
|
|
78
|
+
# Run the isolated non-destructive test suite
|
|
79
|
+
bash ./tests/test-scripts.sh
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## 📁 Repository Structure
|
|
85
|
+
|
|
86
|
+
```text
|
|
87
|
+
fedora-hyprland-installer/
|
|
88
|
+
├── SKILL.md # Antigravity Agent Skill definition & workflow rules
|
|
89
|
+
├── README.md # Project documentation
|
|
90
|
+
├── LICENSE # MIT License
|
|
91
|
+
├── scripts/ # Modular, safe shell scripts
|
|
92
|
+
│ ├── detect-system.sh
|
|
93
|
+
│ ├── detect-gpu.sh
|
|
94
|
+
│ ├── preflight.sh
|
|
95
|
+
│ ├── install.sh
|
|
96
|
+
│ ├── configure.sh
|
|
97
|
+
│ ├── verify.sh
|
|
98
|
+
│ ├── backup.sh
|
|
99
|
+
│ ├── repair.sh
|
|
100
|
+
│ └── uninstall.sh
|
|
101
|
+
├── references/ # Detailed knowledge base for Fedora, GPUs & Wayland
|
|
102
|
+
│ ├── fedora.md
|
|
103
|
+
│ ├── hyprland.md
|
|
104
|
+
│ ├── nvidia.md
|
|
105
|
+
│ ├── amd.md
|
|
106
|
+
│ ├── intel.md
|
|
107
|
+
│ ├── wayland.md
|
|
108
|
+
│ ├── portals.md
|
|
109
|
+
│ └── troubleshooting.md
|
|
110
|
+
└── tests/ # Safe, non-destructive test suite
|
|
111
|
+
├── test-detection.sh
|
|
112
|
+
└── test-scripts.sh
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## 🤝 Contributing
|
|
118
|
+
|
|
119
|
+
Contributions, bug reports, and improvements are welcome! Feel free to open an issue or submit a pull request on GitHub.
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## 📜 License
|
|
124
|
+
|
|
125
|
+
Distributed under the MIT License included in `LICENSE`.
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: fedora-hyprland-installer
|
|
3
|
+
description: Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).
|
|
4
|
+
category: devops
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: maleksaadi0109/hyprfedora
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-07-26"
|
|
10
|
+
author: maleksaadi0109
|
|
11
|
+
tags: [fedora, hyprland, wayland, linux]
|
|
12
|
+
tools: [claude, cursor, gemini]
|
|
13
|
+
license: MIT
|
|
14
|
+
license_source: https://github.com/maleksaadi0109/hyprfedora/blob/3ec6d4fc5eecdb188613dd841dce9926ae5c8319/LICENSE
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Fedora Hyprland Installer Skill
|
|
18
|
+
|
|
19
|
+
This skill provides an automated, safety-first workflow for managing Hyprland on Fedora Linux.
|
|
20
|
+
|
|
21
|
+
## Resolve the Skill Directory
|
|
22
|
+
|
|
23
|
+
Before running a bundled script, resolve `SKILL_DIR` to the directory that
|
|
24
|
+
contains this `SKILL.md`. Do not assume the user's current working directory or
|
|
25
|
+
guess a global installation path. If the agent cannot resolve the installed
|
|
26
|
+
skill directory from its runtime context, stop and ask the user to provide it.
|
|
27
|
+
Invoke bundled shell files explicitly with `bash` and a quoted path, for
|
|
28
|
+
example `bash "$SKILL_DIR/scripts/detect-system.sh"`.
|
|
29
|
+
|
|
30
|
+
## When to Use
|
|
31
|
+
|
|
32
|
+
- Use when installing or updating a Fedora-packaged Hyprland desktop stack.
|
|
33
|
+
- Use when verifying a Hyprland session, portals, PipeWire, or WirePlumber on Fedora.
|
|
34
|
+
- Use when diagnosing the limited repair cases documented below or removing the Hyprland-specific packages installed by this workflow.
|
|
35
|
+
|
|
36
|
+
## Core Directives & Safety Rules
|
|
37
|
+
|
|
38
|
+
1. **Fedora-First**: Always use Fedora tools (`dnf`, `systemctl`, `loginctl`). Never use `apt`, `pacman`, or `yay`.
|
|
39
|
+
2. **Never Blindly Execute**: Inspect the system prior to any installation or modification.
|
|
40
|
+
3. **Preserve Existing Desktop**: Do not uninstall GNOME, KDE, or any existing desktop environment. Hyprland should be added as a session choice in the display manager (GDM/SDDM/LightDM).
|
|
41
|
+
4. **Mandatory Backup**: Always create a timestamped backup in `~/.local/state/fedora-hyprland-installer/backups/` before writing or altering configurations in `~/.config/hypr/`, `~/.config/waybar/`, etc.
|
|
42
|
+
5. **GPU Awareness**: Check whether the system uses NVIDIA, AMD, Intel, or Hybrid graphics before configuring environment variables or graphics drivers. Never use arbitrary `.run` installers for NVIDIA; rely on Fedora/RPM Fusion repositories.
|
|
43
|
+
6. **Privileged Operations**: Sudo commands must be clearly identified and communicated to the user. Do not hardcode passwords.
|
|
44
|
+
7. **Idempotency**: Running actions multiple times must be safe and avoid duplicate config lines.
|
|
45
|
+
8. **Explicit Consent**: Show the exact package or service changes first. Run scripts that mutate packages or services only after the user confirms; use `repair.sh` without `--apply` for diagnosis.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Workflow Guide
|
|
50
|
+
|
|
51
|
+
### 1. Installation Workflow
|
|
52
|
+
When the user asks to **"Install Hyprland"** or **"Setup Hyprland on Fedora"**:
|
|
53
|
+
1. Execute `bash "$SKILL_DIR/scripts/detect-system.sh"` and `bash "$SKILL_DIR/scripts/detect-gpu.sh"`.
|
|
54
|
+
2. Execute `bash "$SKILL_DIR/scripts/preflight.sh"` to verify Fedora release, network, package manager, and sudo access.
|
|
55
|
+
3. Execute `bash "$SKILL_DIR/scripts/backup.sh"` to preserve any pre-existing configurations.
|
|
56
|
+
4. Show the package plan with `bash "$SKILL_DIR/scripts/install.sh" --dry-run`; after explicit approval, execute `bash "$SKILL_DIR/scripts/install.sh"` to install Hyprland, Wayland portal packages (`xdg-desktop-portal-hyprland`, `xdg-desktop-portal-gtk`), PipeWire/WirePlumber, terminal, launcher, status bar, and authentication agent.
|
|
57
|
+
5. Execute `bash "$SKILL_DIR/scripts/configure.sh"` to write a clean, functional initial Hyprland config (`~/.config/hypr/hyprland.conf`) tailored to detected terminal/launcher and GPU environment variables.
|
|
58
|
+
6. Execute `bash "$SKILL_DIR/scripts/verify.sh"` to ensure binaries, portal services, PipeWire, and login desktop entries (`/usr/share/wayland-sessions/hyprland.desktop`) exist and validate.
|
|
59
|
+
7. Present a summary report detailing installed packages, backup paths, and login instructions.
|
|
60
|
+
|
|
61
|
+
### 2. Repair Workflow
|
|
62
|
+
When the user asks to **"Fix Hyprland"**, **"Hyprland won't start"**, **"No audio"**, **"Screen sharing broken"**:
|
|
63
|
+
1. Run `bash "$SKILL_DIR/scripts/detect-system.sh"` and inspect system logs (`journalctl -xe`, `journalctl --user -u xdg-desktop-portal`).
|
|
64
|
+
2. Execute `bash "$SKILL_DIR/scripts/repair.sh"` to report a missing Hyprland config, missing portal package, and inactive PipeWire/WirePlumber services.
|
|
65
|
+
3. Review the proposed changes with the user, then execute `bash "$SKILL_DIR/scripts/repair.sh" --apply` only after approval. The script can create a missing config, install missing portal packages, and enable or restart the checked user services; investigate other faults manually.
|
|
66
|
+
4. Execute `bash "$SKILL_DIR/scripts/verify.sh"`.
|
|
67
|
+
|
|
68
|
+
### 3. Update Workflow
|
|
69
|
+
When the user asks to **"Update Hyprland"**:
|
|
70
|
+
1. Run `bash "$SKILL_DIR/scripts/backup.sh"`.
|
|
71
|
+
2. Show the package plan with `bash "$SKILL_DIR/scripts/install.sh" --dry-run --update` and obtain approval.
|
|
72
|
+
3. Update Hyprland and related Wayland packages via `bash "$SKILL_DIR/scripts/install.sh" --update`.
|
|
73
|
+
4. Validate configuration syntax and verify system integrity via `bash "$SKILL_DIR/scripts/verify.sh"`.
|
|
74
|
+
|
|
75
|
+
### 4. Uninstall Workflow
|
|
76
|
+
When the user asks to **"Uninstall Hyprland"**:
|
|
77
|
+
1. Explain to the user which packages will be removed.
|
|
78
|
+
2. Run `bash "$SKILL_DIR/scripts/backup.sh"`.
|
|
79
|
+
3. Show the removal list and obtain approval, then execute `bash "$SKILL_DIR/scripts/uninstall.sh" --yes` to remove the listed Hyprland-specific packages while preserving base desktop environments (GNOME/KDE) and user backup files.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## Reference Manuals
|
|
84
|
+
|
|
85
|
+
- [Fedora Details](references/fedora.md)
|
|
86
|
+
- [Hyprland Config Guide](references/hyprland.md)
|
|
87
|
+
- [NVIDIA Setup & Wayland](references/nvidia.md)
|
|
88
|
+
- [AMD Mesa Stack](references/amd.md)
|
|
89
|
+
- [Intel Mesa Stack](references/intel.md)
|
|
90
|
+
- [Wayland & Environment](references/wayland.md)
|
|
91
|
+
- [Portals & PipeWire](references/portals.md)
|
|
92
|
+
- [Troubleshooting Matrix](references/troubleshooting.md)
|
|
93
|
+
|
|
94
|
+
## Examples
|
|
95
|
+
|
|
96
|
+
Inspect the system and preview the package plan without changing it:
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
bash "$SKILL_DIR/scripts/detect-system.sh"
|
|
100
|
+
bash "$SKILL_DIR/scripts/detect-gpu.sh"
|
|
101
|
+
bash "$SKILL_DIR/scripts/install.sh" --dry-run
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## Limitations
|
|
105
|
+
|
|
106
|
+
- Bundled shell files are intentionally non-executable under the repository
|
|
107
|
+
safety policy and must be invoked explicitly with `bash` as shown above.
|
|
108
|
+
- Fedora package availability varies by Fedora release and enabled repositories. This skill does not enable RPM Fusion or install GPU drivers.
|
|
109
|
+
- GPU detection identifies vendors, not whether a proposed configuration is correct for a particular driver version, hybrid-graphics routing, monitor, or laptop.
|
|
110
|
+
- The repair script covers only the checks it reports; it does not diagnose broken symlinks, kernel parameters, GPU driver mismatches, or every portal/audio failure.
|
|
111
|
+
- Generated configuration is a minimal starting point and is not merged into an existing `hyprland.conf`.
|
|
112
|
+
- Commands that install or remove packages, change services, or regenerate initramfs require review, explicit consent, and suitable privileges.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# AMD Radeon Support
|
|
2
|
+
|
|
3
|
+
## Driver Architecture
|
|
4
|
+
AMD GPUs use open-source kernel drivers (`amdgpu`) and the Mesa graphics stack included in Fedora by default.
|
|
5
|
+
|
|
6
|
+
## Verification
|
|
7
|
+
- Verify Mesa openGL driver: `glxinfo | grep "OpenGL vendor"`
|
|
8
|
+
- Verify RADV Vulkan driver: `vulkaninfo | grep driverName`
|
|
9
|
+
|
|
10
|
+
No proprietary driver installation is required for Hyprland on AMD GPUs.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Fedora Linux System Conventions
|
|
2
|
+
|
|
3
|
+
## Package Management
|
|
4
|
+
Fedora utilizes `dnf` as its primary package manager.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
sudo dnf install <package>
|
|
8
|
+
sudo dnf remove <package>
|
|
9
|
+
sudo dnf check-update
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
## Desktop Sessions & Wayland
|
|
13
|
+
Fedora Workstation uses Wayland by default with GDM (GNOME Display Manager) or SDDM (KDE).
|
|
14
|
+
Session files are stored in:
|
|
15
|
+
- `/usr/share/wayland-sessions/hyprland.desktop`
|
|
16
|
+
- `/usr/share/xsessions/` (for X11 fallback sessions)
|
|
17
|
+
|
|
18
|
+
## System Services
|
|
19
|
+
User-level services are managed via systemd:
|
|
20
|
+
```bash
|
|
21
|
+
systemctl --user status pipewire
|
|
22
|
+
systemctl --user status wireplumber
|
|
23
|
+
systemctl --user status xdg-desktop-portal
|
|
24
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Hyprland Compositor & Configuration
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Hyprland is a dynamic tiling Wayland compositor that does not sacrifice appearance.
|
|
5
|
+
|
|
6
|
+
## Key Config Locations
|
|
7
|
+
- Main configuration: `~/.config/hypr/hyprland.conf`
|
|
8
|
+
- Additional split configs: `~/.config/hypr/monitors.conf`, `~/.config/hypr/keybinds.conf`
|
|
9
|
+
|
|
10
|
+
## Common Keybindings (Default Base)
|
|
11
|
+
- `SUPER + RETURN`: Open terminal
|
|
12
|
+
- `SUPER + SPACE`: Application launcher (`wofi` / `rofi`)
|
|
13
|
+
- `SUPER + Q`: Close focused window
|
|
14
|
+
- `SUPER + M`: Exit Hyprland session
|
|
15
|
+
- `SUPER + R`: Reload Hyprland config
|
|
16
|
+
|
|
17
|
+
## Monitor Syntax
|
|
18
|
+
```text
|
|
19
|
+
monitor=name,resolution@hz,position,scale
|
|
20
|
+
# Example auto monitor setup:
|
|
21
|
+
monitor=,preferred,auto,1
|
|
22
|
+
```
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Intel Graphics Support
|
|
2
|
+
|
|
3
|
+
## Driver Architecture
|
|
4
|
+
Intel Integrated & Arc graphics utilize kernel drivers (`i915` or `xe`) and the Mesa Intel driver (`iris` / `ANV`).
|
|
5
|
+
|
|
6
|
+
## Verification
|
|
7
|
+
- Verify hardware acceleration: `vainfo`
|
|
8
|
+
- Check active driver: `lspci -nnk | grep -A 2 VGA`
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# NVIDIA Support on Fedora Wayland / Hyprland
|
|
2
|
+
|
|
3
|
+
## Recommended Environment Variables
|
|
4
|
+
Some NVIDIA setups may require Wayland environment flags in `~/.config/hypr/hyprland.conf`; confirm them against the installed driver and Hyprland versions:
|
|
5
|
+
|
|
6
|
+
```text
|
|
7
|
+
env = LIBVA_DRIVER_NAME,nvidia
|
|
8
|
+
env = GBM_BACKEND,nvidia-drm
|
|
9
|
+
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
10
|
+
env = NVD_BACKEND,direct
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
For cursor rendering issues, use the Hyprland-native config option (Hyprland v0.36+):
|
|
14
|
+
```text
|
|
15
|
+
cursor {
|
|
16
|
+
no_hardware_cursors = true
|
|
17
|
+
}
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
> **Note**: The old `WLR_NO_HARDWARE_CURSORS=1` environment variable is **deprecated** since Hyprland v0.36+. Use the `cursor` config block above instead.
|
|
21
|
+
|
|
22
|
+
## Drivers on Fedora
|
|
23
|
+
If proprietary drivers are required, use packages maintained for Fedora, such as RPM Fusion's `akmod-nvidia`, after reviewing that repository's setup guidance. This skill does not enable RPM Fusion or install GPU drivers.
|
|
24
|
+
Never use raw `.run` installers from NVIDIA's website as they break Fedora kernel updates.
|
|
25
|
+
|
|
26
|
+
## Hybrid Graphics (Intel + NVIDIA / AMD + NVIDIA)
|
|
27
|
+
Laptops with dual GPUs may need additional configuration:
|
|
28
|
+
- Check active GPU: `supergfxctl` or `prime-run`
|
|
29
|
+
- Verify render offloading: `__NV_PRIME_RENDER_OFFLOAD=1 glxinfo | grep vendor`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# XDG Desktop Portals & PipeWire
|
|
2
|
+
|
|
3
|
+
## Portals Requirement
|
|
4
|
+
For screen sharing, file open dialogs, and screenshots under Hyprland:
|
|
5
|
+
- `xdg-desktop-portal`
|
|
6
|
+
- `xdg-desktop-portal-hyprland`
|
|
7
|
+
- `xdg-desktop-portal-gtk`
|
|
8
|
+
|
|
9
|
+
## Service Startup Order
|
|
10
|
+
```text
|
|
11
|
+
Hyprland starts
|
|
12
|
+
└─ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
13
|
+
└─ systemctl --user restart xdg-desktop-portal
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Audio Architecture
|
|
17
|
+
PipeWire handles low-latency audio and video streams (screen sharing). WirePlumber manages session routing.
|
|
18
|
+
Status check: `wpctl status`
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Hyprland Troubleshooting Matrix
|
|
2
|
+
|
|
3
|
+
## Symptom 1: Black Screen on Boot (NVIDIA)
|
|
4
|
+
- **Cause**: Missing Wayland environment variables or modeset issue.
|
|
5
|
+
- **Investigation**: Check the installed NVIDIA driver documentation and whether `nvidia_drm.modeset=1` is active. If the symptom is specifically cursor-related, test `cursor { no_hardware_cursors = true }` in `hyprland.conf`.
|
|
6
|
+
|
|
7
|
+
## Symptom 2: Screen Sharing Not Working (OBS / Browser)
|
|
8
|
+
- **Cause**: Inactive portal or pipewire environment variable missing.
|
|
9
|
+
- **Fix**: Run:
|
|
10
|
+
```bash
|
|
11
|
+
systemctl --user restart xdg-desktop-portal-hyprland
|
|
12
|
+
systemctl --user restart xdg-desktop-portal
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Symptom 3: No Sound Output
|
|
16
|
+
- **Cause**: PipeWire or WirePlumber service failed.
|
|
17
|
+
- **Fix**: Run:
|
|
18
|
+
```bash
|
|
19
|
+
systemctl --user restart pipewire wireplumber
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Symptom 4: Cursor Missing or Invisible (NVIDIA)
|
|
23
|
+
- **Cause**: Hardware cursor rendering not supported by GPU driver.
|
|
24
|
+
- **Fix**: Add to `hyprland.conf`:
|
|
25
|
+
```text
|
|
26
|
+
cursor {
|
|
27
|
+
no_hardware_cursors = true
|
|
28
|
+
}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## Symptom 5: Apps Blurry or Wrong Scale (XWayland)
|
|
32
|
+
- **Cause**: XWayland apps not using native Wayland rendering.
|
|
33
|
+
- **Fix**: Set environment variables in `hyprland.conf`:
|
|
34
|
+
```text
|
|
35
|
+
env = GDK_BACKEND,wayland,x11
|
|
36
|
+
env = QT_QPA_PLATFORM,wayland;xcb
|
|
37
|
+
env = MOZ_ENABLE_WAYLAND,1
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Symptom 6: Multi-Monitor Not Working
|
|
41
|
+
- **Cause**: Incorrect or missing monitor config.
|
|
42
|
+
- **Fix**: Check connected monitors with `hyprctl monitors` and configure in `hyprland.conf`:
|
|
43
|
+
```text
|
|
44
|
+
monitor=,preferred,auto,1
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Symptom 7: Flickering / Tearing (NVIDIA)
|
|
48
|
+
- **Cause**: Missing DRM kernel module setting.
|
|
49
|
+
- **Investigation**: Confirm the installed driver's recommended DRM settings before changing boot configuration. If its documentation requires these options, review and add them to `/etc/modprobe.d/nvidia.conf`:
|
|
50
|
+
```text
|
|
51
|
+
options nvidia_drm modeset=1 fbdev=1
|
|
52
|
+
```
|
|
53
|
+
Regenerating initramfs with `sudo dracut --force` is a privileged, boot-critical change. Back up the current configuration and obtain explicit approval before running it.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Wayland Session Environment
|
|
2
|
+
|
|
3
|
+
## Key Environment Variables
|
|
4
|
+
- `XDG_CURRENT_DESKTOP=Hyprland`
|
|
5
|
+
- `XDG_SESSION_TYPE=wayland`
|
|
6
|
+
- `XDG_SESSION_DESKTOP=Hyprland`
|
|
7
|
+
- `MOZ_ENABLE_WAYLAND=1` (Firefox Wayland native mode)
|
|
8
|
+
- `QT_QPA_PLATFORM=wayland;xcb` (Qt app compatibility)
|
|
9
|
+
- `GDK_BACKEND=wayland,x11` (GTK app compatibility)
|