Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
A Claude Code skill instructing the agent to run builds and long/background commands through the windowless aao/compile / aao/detached Emacs runners (via emacsclient) instead of raw shell/compile/detached, so output never steals the user's window and every task is tagged and queryable. Installed as share/claude-skills/agentic-async-operations/. Assumes emacs-agentic-async-operations is already on the Emacs load path (e.g. via (g-files features emacs)); does not bring it in itself.
A Claude Code skill bundling a standalone Guile script that walks a Scheme/Guile file once, tracking bracket nesting alongside strings, character literals, line comments, nestable block comments, and datum comments, and reports the exact line/column of every extra closing bracket, bracket-type mismatch, and bracket left open at EOF -- for localizing imbalances in large, deeply-nested files that Emacs's own check-parens or eyeballing can't pinpoint. Installed as share/claude-skills/check-parens/.