Omarchy Skill Manager banner
Firstp1ck Firstp1ck

Omarchy Skill Manager

Development community

Description

Link unchanged local Agent Skills across Pi, OpenCode, Claude Code, Cursor and Codex CLI from Omarchy.

Installation

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

README

Skill Manager for Omarchy

Link your unchanged local skills across Pi, OpenCode, Claude Code, Cursor, and Codex CLI from one native Omarchy GUI.

Main Window

![Skill Manager with sidebar navigation and a wide list of sample skills](preview.png)

Actual 0.5.3 Quickshell UI with isolated sample skills, styled to match Omarchy Keybindings.

What you can do

  • Find skills in standard locations, installed Pi packages, enabled local Codex plugins, or another local folder.
  • Link selected skills to any of the five coding tools without copying their contents.
  • Keep original names, instructions, scripts, references, and permissions unchanged.
  • Review potential compatibility problems before confirming links.
  • Maintain a user-wide or project catalog, recheck sources, and unlink managed entries without deleting originals.

Skill Manager is GUI-only. Cursor disabling remains excluded; linking, not enforcing isolation, is the main purpose.

Before you link

**Links use live originals.** Later edits at a source become visible through its links without another approval. Editing through a link edits the original too. Keep that source available and review updates there. Removing or moving it can break its links.

A shared format is not a guarantee of equivalent behavior. Skills can reference harness-specific tools, metadata, runtimes, services, or credentials. The app warns about potential issues; it does not translate instructions, rewrite frontmatter, install integrations, or claim verified compatibility.

The plugin runs unsandboxed with your user permissions. It does not execute skill scripts, contact a server, install packages, elevate privileges, or change project trust. Shared discovery roots may expose a skill to tools you did not explicitly select.

Requirements

  • Omarchy Quattro with its Quickshell plugin host.
  • Python 3.11+ at /usr/bin/python3.
  • PyYAML 6, provided by Arch's python-yaml package.

If missing, install the dependency yourself: