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-df1a919e

97

FuRongJun-1999/dsh-memory

Skill Claude Code

A block-layout pattern for arranging block-level page elements in rows according to their available width. Elements that do not fit on a row are stacked on the next one.

not rated 159 +39 today A 115 tokens copy · 81% MIT

browser-e84565c1

98

FuRongJun-1999/dsh-memory

Skill Claude Code

A Web Audio API pattern for creating an oscillator, controlling volume, and starting browser audio. An oscillator generates a basic repeating sound wave.

not rated 159 +39 today A 74 tokens original MIT

browser-e947a564

99

FuRongJun-1999/dsh-memory

Skill Claude Code

An HTTP cache pattern using ETags, which are server-provided identifiers for a response version. The browser sends the ETag back to ask whether the resource has changed.

not rated 159 +39 today A 97 tokens original MIT

browser-ea9b2b8e

100

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser Geolocation API pattern for requesting permission and obtaining a device's coordinates.

not rated 159 +39 today A 84 tokens original MIT

browser-f5ffc6d9

101

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser Web Worker pattern for running work away from the main page thread and sending data back with messages.

not rated 159 +39 today A 91 tokens original MIT

browser-f75a4418

102

FuRongJun-1999/dsh-memory

Skill Claude Code

A Subresource Integrity (SRI) pattern for checking a downloaded script against an expected cryptographic hash. SRI helps detect a file that was changed or tampered with.

not rated 159 +39 today A 104 tokens original MIT

browser-f8f2966e

103

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser Payment Request API pattern for checking whether a payment method can be used, starting a payment, and reading its status.

not rated 159 +39 today A 72 tokens original MIT

browser-fa65fa2d

104

FuRongJun-1999/dsh-memory

Skill Claude Code

A Canvas drawing operation that fills pixels at coordinates and checks the drawing boundaries. Canvas is a browser area used to draw images and graphics with code.

not rated 159 +39 today A 113 tokens original MIT

browser-faac8812

105

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser security step that converts HTML special characters into safe entities. Cross-site scripting, or XSS, is an attack that injects a script into a web page.

not rated 159 +39 today A 99 tokens original MIT

browser-ff94a671

106

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser prompt operation for setting, reading, or clearing a prompt value. A prompt is text or state that a browser task can use as input.

not rated 159 +39 today A 70 tokens original MIT

lingshu-compiler

107

FuRongJun-1999/dsh-memory

Skill Claude Code

A routing entry for a Chinese-language compiler made up of many smaller compiler tasks. A compiler converts source code into instructions that a computer or virtual machine can run.

not rated 159 +39 today A 178 tokens original MIT

analyze-type-infer

108

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler analysis step that infers a symbol's type from its assignments. A type describes what kind of value something holds, such as a number, text, or Boolean value.

not rated 159 +39 today A 121 tokens original MIT

check-name-real

109

FuRongJun-1999/dsh-memory

Skill Claude Code

A name checker that verifies every required symbol has been declared. A symbol is a named program entity such as a variable or function.

not rated 159 +39 today A 101 tokens original MIT

compile-assign

110

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler step that turns an assignment such as `target = expression` into instructions that store a value under a name.

not rated 159 +39 today A 85 tokens original MIT

compile-expr-tree

111

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler step that turns an infix expression into a nested expression tree. An expression tree is a structured representation of the parts and nesting of an expression.

not rated 159 +39 today A 82 tokens original MIT

compile-full-pipeline

112

FuRongJun-1999/dsh-memory

Skill Claude Code

A complete compiler pipeline for turning Chinese source code into bytecode. It covers reading source line by line, checking it, and compiling it; bytecode is a compact instruction format for a virtual machine.

not rated 159 +39 today A 117 tokens original MIT

compile-func-def

113

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler step that defines a function, including where its body starts and where it returns. A function is a named block of code that can be called later.

not rated 159 +39 today A 95 tokens original MIT

compile-if-then

114

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler skill for turning if/else conditions into low-level instructions. It adds jumps so false conditions skip the correct branch.

not rated 159 +39 today A 105 tokens original MIT

compile-logic-expr

115

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler skill for translating logical expressions such as AND and OR into short-circuit jumps. Short-circuiting stops evaluating once the result is already known.

not rated 159 +39 today A 112 tokens original MIT

compile-recursive

116

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler skill for turning recursive functions into bytecode. Recursion is when a function calls itself, usually with a base case that stops the calls.

not rated 159 +39 today A 117 tokens original MIT

compile-scope

117

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler scope-analysis skill for resolving names in nested blocks or functions. It searches from the innermost scope outward, so a nearer definition hides an outer one.

not rated 159 +39 today A 118 tokens original MIT

compile-type-check

118

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler skill for checking types during compilation. Types describe what kind of values expressions and names contain, such as numbers or text.

not rated 159 +39 today A 123 tokens original MIT

compile-while

119

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler skill for translating while loops into jumps. A while loop checks its condition, runs its body, and repeats until the condition is false.

not rated 159 +39 today A 104 tokens original MIT

compiler-0010c4bf

120

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler optimisation skill for reordering independent instructions, such as moving constant pushes earlier. Optimisation changes instruction arrangement without changing the intended result.

not rated 159 +39 today A 105 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: