npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@firstpick/pi-extension-quickshell-wiki-local

v0.2.0

Published

Offline Quickshell guides, full published API and core Qt references for desktop-shell development, with newest-release setup and local citations.

Readme

Quickshell docs local for Pi

Give Pi offline Quickshell and Qt documentation to build panels, widgets and the services behind a desktop shell.

What you can do

  • Search Quickshell's guides and complete published API reference, including audio, media, battery, tray, notifications and compositor integrations.
  • Look up Qt QML, Quick, Controls, Layouts and related UI references alongside Quickshell types.
  • Download the newest published Quickshell documentation release automatically.
  • Extract specific properties, methods and signals with local citations and source versions.
  • Keep your previous download usable if an update fails, or restore it without network access.

Install

This package is prepared locally and has not yet been published. After publication:

pi install npm:@firstpick/pi-extension-quickshell-wiki-local

You need Pi and Python 3.10 or newer. Setup downloads text documentation from the official Quickshell and Qt sites. Lookups work offline afterward. See the development guide for local-checkout installation.

How to use it

  1. Run /quickshell-wiki-local-setup in Pi. This downloads the newest published Quickshell guides and API, plus core Qt references. Allow several minutes.
  2. Run /quickshell-wiki-status to see source versions, page counts and any unavailable upstream links.
  3. Run /quickshell-wiki-smoke-test to check retrieval.
  4. Ask:

Use the offline Quickshell and Qt docs to design a volume slider. Check the PipeWire binding requirements and the Slider user-interaction signal. Cite the exact sections before writing code.

The included quickshell-local skill chooses between tutorials, Quickshell APIs and Qt references. Load it explicitly with /skill:quickshell-local if needed.

Run setup again to refresh the collection. Use /quickshell-wiki-local-setup --rollback to restore the preceding snapshot.

Before you start

Newest documentation can describe APIs newer than your installed Quickshell or Qt. The tools report their versions separately; Pi should check installed versions before using new APIs. Setup never installs or upgrades Quickshell or Qt.

This is a text-reference collection, not a rendered browser mirror or every Qt module. It includes the published Quickshell API and core Qt UI documentation, but not images, videos, third-party shells or every external service manual. Upstream pages can still lack explanations for individual members.

QML can execute programs. Downloading these docs never launches examples or changes your desktop. Local lookup is offline, but your configured Pi model may still receive retrieved text and local paths.

Technical details

See TECHNICAL.md for version selection, download limits, offline transfer, rollback, migration from the guide-only package and troubleshooting.