Skill Claude Code
A browser gamepad skill for detecting connected controllers and reading their buttons and analogue sticks.
Exploring a white-box AGI architecture: metacognition (self-awareness loops), continual learning (knowledge flywheel), world models (conditional space + semantic spatiotemporal graphs), self-improvement (bootstrapping discipline), zero-LLM white-box pipelines, and auditable trust guardrails.
Skill Claude Code
A browser gamepad skill for detecting connected controllers and reading their buttons and analogue sticks.
Skill Claude Code
A browser hit-testing skill that finds which element contains a given point, checking from the topmost layer downward. Hit testing is how a browser decides which element receives a click.
Skill Claude Code
A browser cookie skill for setting, reading, and deleting cookies. Cookies are small pieces of data that websites store so they can retain session or preference information.
Skill Claude Code
A browser security skill for applying a Content Security Policy, or CSP. CSP is a rule set that limits which sources a page may use for scripts and other resource types.
Skill Claude Code
A browser drawing skill that converts layout coordinates into a character-based canvas. It represents the drawing stage, where positioned elements are filled into a visual surface.
Skill Claude Code
A browser translation skill for translating text and working with supported language pairs. It also represents checking which languages are available.
Skill Claude Code
A browser layout-tree skill that turns block elements into positions and sizes. A layout tree is the browser's representation of where page elements appear before they are drawn.
Skill Claude Code
A browser rendering skill for combining independent visual layers in the correct stacking order. It models layers that can scroll without repainting the page.
Skill Claude Code
A URL parsing skill that separates a web address into its protocol, host, port, and path. The protocol is the access method, the host names the server, and the path identifies a resource.
Skill Claude Code
An event-delegation skill for handling events with one listener on a parent element and dispatching them based on the target and event type. An event is a browser notification such as a click.
Skill Claude Code
A browser security skill for detecting mixed content: an HTTPS page trying to load an HTTP resource. HTTPS encrypts the page connection, while HTTP does not.
Skill Claude Code
A browser skill for generating images from text prompts and checking the number or latest generated image. It is described only in terms of these operations.
Skill Claude Code
A browser skill for combining several requests into one batch before sending them. This reduces the number of separate network round trips.
Skill Claude Code
A frontend skill for applying CSS cascade rules, which decide which style wins when several CSS rules match the same element.
Skill Claude Code
A frontend rendering skill for calculating which CSS styles apply to elements in the page's DOM. The DOM is the browser's structured representation of a webpage.
Skill Claude Code
A skill for turning text into a shorter summary containing its main points.
Skill Claude Code
A browser skill for recording and inspecting Content Security Policy reports. CSP is a browser security policy that restricts which scripts and other resources a page may use.
Skill Claude Code
A browser skill for reading and recording device orientation, such as the alpha and beta rotation angles, and checking whether the device is upright.
Skill Claude Code
A browser skill for handling the PWA installation prompt, including showing it and recording whether the user accepts or dismisses it. A PWA is a website that can be installed like an app.
Skill Claude Code
A browser skill for saving and restoring a snapshot of open tabs. This can support recovery after a browser crash or interrupted session.
Skill Claude Code
A skill for choosing how a PWA service worker uses cached responses, including cache-first and network-first strategies. A service worker is browser code that can handle requests and support offline behavior.
Skill Claude Code
A browser download-management pattern for starting downloads and tracking, pausing, and resuming their progress.
Skill Claude Code
A requestIdleCallback pattern for scheduling low-priority browser work during periods when the page is idle.
Skill Claude Code
A browser rendering pattern that batches several DOM changes together. The DOM is the in-memory tree representing a web page's elements.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: