pyprland

Extract Pyprland Skill metadata from SKILL.md frontmatter into YAML.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/quantmind-br/skills --skill pyprland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pyprland
Source: https://github.com/quantmind-br/skills/tree/main/pyprland
Command: npx skills add https://github.com/quantmind-br/skills --skill pyprland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pyprland Skill units centralize the discovery, documentation, and metadata generation for Hyprland plugins, enabling consistent activation and quick integration across environments.

Core Features & Use Cases

  • Provides a standard frontmatter-driven entry point for each Skill, including name, description, compatibility, and optional metadata.
  • Validates the Skill's root requirements (SKILL.md presence, frontmatter fields, and documentation assets) and outputs a machine-readable YAML block for cataloging.
  • Facilitates automated tooling for plugin discovery and activation within Hyprland ecosystems, including Scratchpads, Expose, Wallpapers, Monitors, Magnify, Menubar, and DPMS toggles.

Quick Start

Review the pyprland Skill's SKILL.md to extract its identity and use it to generate a structured YAML metadata block for cataloging.

Frequently Asked Questions about pyprland

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate consistent metadata for Hyprland plugins?

Generating metadata for Hyprland plugins involves inspecting SKILL.md frontmatter to extract name and description, validating mandatory fields, and outputting a structured YAML block for cataloging and discovery.

What is the standard way to document a Pyprland plugin for automated discovery?

Documenting a Pyprland plugin requires a root SKILL.md file containing frontmatter with mandatory name and description fields to ensure the plugin is valid and discoverable by automated tooling.

Does Pyprland support metadata generation for scratchpads and wallpaper plugins?

Yes, Pyprland supports metadata generation for various Hyprland plugins including Scratchpads, Expose, Wallpapers, Monitors, Magnify, Menubar, and DPMS toggles by validating their SKILL.md documentation assets.

How do I validate that a Hyprland plugin meets Skill discoverability requirements?

Validating a Hyprland plugin's discoverability requires checking that the root directory contains a SKILL.md file and verifying its frontmatter includes the mandatory name and description fields before generating a YAML metadata block.

What fields are included in the YAML metadata block for a Hyprland Skill?

The YAML metadata block for a Hyprland Skill includes fields for name, tagline, description, request, complexity, category, keywords, dependencies, and components to facilitate automated plugin activation and cataloging.

Why does my Hyprland plugin fail the Skill validation process?

Hyprland plugin validation fails when the root directory lacks a SKILL.md file or the frontmatter is missing mandatory name and description fields required for automated discovery and metadata extraction.