FuRongJun-1999/dsh-memory

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.

159Stars on the repository
200Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

browser-a2d9b0b0

73

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser gamepad skill for detecting connected controllers and reading their buttons and analogue sticks.

not rated 159 +39 today A 75 tokens original MIT

browser-a372edeb

74

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 116 tokens copy · 84% MIT

browser-a4c793a4

75

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 71 tokens original MIT

browser-a681d0c2

76

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 94 tokens original MIT

browser-a7a2b0c1

77

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 120 tokens original MIT

browser-a990e68e

78

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser translation skill for translating text and working with supported language pairs. It also represents checking which languages are available.

not rated 159 +39 today A 68 tokens original MIT

browser-aaac4eec

79

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 121 tokens original MIT

browser-ae6586bb

80

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 100 tokens original MIT

browser-afa4091f

81

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 97 tokens original MIT

browser-b4c8cf65

82

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 106 tokens original MIT

browser-b501767c

83

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 93 tokens original MIT

browser-bcd4288d

84

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 68 tokens original MIT

browser-bfad66a5

85

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 84 tokens original MIT

browser-c45cbfe9

86

FuRongJun-1999/dsh-memory

Skill Claude Code

A frontend skill for applying CSS cascade rules, which decide which style wins when several CSS rules match the same element.

not rated 159 +39 today A 105 tokens original MIT

browser-c4dd6078

87

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 118 tokens original MIT

browser-c879eb0b

88

FuRongJun-1999/dsh-memory

Skill Claude Code

A skill for turning text into a shorter summary containing its main points.

not rated 159 +39 today A 68 tokens original MIT

browser-c92ac01b

89

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 75 tokens original MIT

browser-cb179242

90

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 74 tokens original MIT

browser-cc7d3d6d

91

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 102 tokens original MIT

browser-cf3c47f0

92

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 92 tokens original MIT

browser-cf9f812e

93

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 94 tokens original MIT

browser-d462581c

94

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser download-management pattern for starting downloads and tracking, pausing, and resuming their progress.

not rated 159 +39 today A 89 tokens original MIT

browser-d5fa0b7f

95

FuRongJun-1999/dsh-memory

Skill Claude Code

A requestIdleCallback pattern for scheduling low-priority browser work during periods when the page is idle.

not rated 159 +39 today A 78 tokens original MIT

browser-d72e225b

96

FuRongJun-1999/dsh-memory

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.

not rated 159 +39 today A 89 tokens original MIT

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: