marceloeatworld

Hyprland AI Skill — AI skill for Claude Code

AI community

Auto-updated Hyprland wiki documentation for AI coding assistants — works with 33+ tools via the Agent Skills standard (SKILL.md).

How to install Hyprland AI Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open marceloeatworld/hyprland-ai-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Hyprland AI Skill does

Auto-updated Hyprland wiki documentation for AI coding assistants — works with 33+ tools via the Agent Skills standard (SKILL.md).

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • Context Engineering Intro — GitHub Repo stars Context engineering - the new way of AI coding assistants Context engineering guide 12.8k ★
  • AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★

README

Hyprland AI Skill

Auto-updated [Hyprland](https://hypr.land/) documentation for AI coding assistants.

Uses the open [Agent Skills](https://agentskills.io) standard (SKILL.md). Works with **33+ AI coding assistants** including Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, Gemini CLI, Amp, OpenCode, Cline, Aider, Goose, Roo Code, and [many more](https://agentskills.io/clients).

References are **auto-generated** daily from the official [hyprland-wiki](https://github.com/hyprwm/hyprland-wiki) repository via GitHub Actions.

Install

Quick start

Clone into whichever directory your AI tool reads context from:

# Cursor
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .cursor/skills/hyprland

# Windsurf
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .windsurf/skills/hyprland

# GitHub Copilot
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .github/skills/hyprland

# Cline
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .cline/skills/hyprland

# Claude Code (global, all projects)
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git ~/.claude/skills/hyprland

# Claude Code (project-local)
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .claude/skills/hyprland

# OpenCode
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .opencode/skills/hyprland

# Aider
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .aider/skills/hyprland

# Amp
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .amp/skills/hyprland

# Gemini CLI
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .gemini/skills/hyprland

# OpenAI Codex
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .agents/skills/hyprland

# Cross-agent standard (works with any Agent Skills compatible tool)
git clone https://github.com/marceloeatworld/hyprland-ai-skill.git .agents/skills/hyprland

With