Install
$ agentstack add skill-firstp1ck-pi-coding-agent-forge-hyprland-local ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Hyprland Local Wiki
Use the local official Hyprland Wiki clone before web sources. Optimize for source-backed answers with bounded output and local path citations.
Corpus profile
- Local checkout path:
~/.hyprwiki - Upstream repository:
https://github.com/hyprwm/hyprland-wiki.git - Parser/format: Markdown with frontmatter-title handling and fenced-code-aware heading extraction
- Indexed extensions:
.md,.mdx - Setup command:
/hyprwiki-local-setup - Smoke test:
/hyprwiki-smoke-testorhyprwiki_smoke_test({ maxSearchResults: 5 })
Required workflow
- Run
hyprwiki_search({ query, limit: 5, includeSnippets: false })for the user's Hyprland topic. - Use
hyprwiki_sections({ page, maxSections: 40-80 })when the right page is found but the relevant heading is unclear. - Prefer exact
hyprwiki_extract({ page, section, maxChars: 4000-8000, maxSections: 2-5 })for final evidence. - Use query extraction only for exploration, then switch to exact section headings when available.
- Use
hyprwiki_read({ page, maxChars })only for broad context or when no relevant heading is identifiable. - Use
hyprwiki_related({ page, limit: 5-10 })when the issue spans connected Hyprland topics. - Compare documentation guidance with local config/system evidence when relevant.
- Cite local paths and section names in final answers.
- Prefer read-only diagnostics and ask before destructive or user-facing changes.
Search hints
- Monitors:
monitor resolution scale,hyprctl monitors,workspace monitor. - Window rules:
windowrule float opacity,window rules class title,workspace rules. - Input/keybinds:
keyboard kb_layout keybinds,bind dispatcher,touchpad gestures. - Portals/screen sharing:
xdg desktop portal screenshare,xdg-desktop-portal-hyprland. - NVIDIA:
nvidia wayland env,nvidia multi gpu,GBM. - Plugins:
hyprpm plugins,using plugins,plugin guidelines.
Source priority
- Local official Hyprland Wiki via
hyprwiki_*tools. - Local user config/system evidence (
hyprctl, config files, logs) when relevant. - Official online Hyprland Wiki/GitHub only when local docs are missing, stale, or insufficient.
- Other sources only when necessary and clearly labeled.
Tool usage
hyprwiki_search({ query, limit, includeSnippets }): find candidate pages. Keeplimitat 5 unless exploring broadly; snippets default off.hyprwiki_sections({ page, maxSections }): inspect headings before extracting from large pages.hyprwiki_extract({ page, section, maxChars, maxSections }): retrieve focused exact sections; best for final answers.hyprwiki_extract({ page, query, maxChars, maxSections }): retrieve query-relevant sections; best for exploration.hyprwiki_read({ page, maxChars }): retrieve broad page text; use sparingly.hyprwiki_related({ page, limit }): discover linked local pages.hyprwiki_smoke_test({ maxSearchResults }): verify parser/search/extract/read behavior after package or corpus updates.
Read-only diagnostics examples
Use only when relevant:
hyprctl version
hyprctl monitors
hyprctl clients
hyprctl activewindow
hyprctl getoption general:gaps_in
journalctl --user -b -u hyprland --no-pager
Ask before editing Hyprland config, restarting the compositor/session, disabling portals, changing GPU environment, or installing/removing plugins.
Token/output discipline
- Prefer
search -> sections -> exact section extractfor final answers. - Keep search limits small (
limit: 5-10) and snippets off unless needed. - Use
maxSectionsaround 2-5 andmaxCharsaround 4000-8000 for focused extracts. - If
omittedSectionCountortruncated: trueaffects confidence, say so explicitly.
Citation format
Use local source citations like:
Sources:
- ~/.hyprwiki/content/Configuring/Basics/Monitors.md — General
- ~/.hyprwiki/content/Configuring/Basics/Window-Rules.md — Window Rules
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Firstp1ck
- Source: Firstp1ck/pi-coding-agent-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.