FuRongJun-1999

200 mods across 1 repository, 159 stars between them.

FuRongJun-1999/dsh-memory

Skill Claude Code

A planning and decision-making skill that evaluates whether an action is justified, why it should be taken, and whether the available conditions are sufficient. It observes and recommends but does not perform operations or verify facts.

not rated 159 +39 today A 230 tokens original MIT

lingshu-browser

02

FuRongJun-1999/dsh-memory

Skill Claude Code

A routing guide for browser and web-development topics, including rendering, the DOM, event loops, web storage, content security, performance, and progressive web apps. It directs a task to a more specific unit when needed.

not rated 159 +39 today A 171 tokens original MIT

browser-02898b15

03

FuRongJun-1999/dsh-memory

Skill Claude Code

A narrowly targeted browser skill for event bubbling, where a browser event travels from the element that received it up through its parent elements. It is intended only when the task explicitly concerns this event path.

not rated 159 +39 today A 120 tokens original MIT

browser-03b04f98

04

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to checking browser form fields before submission, including required fields, email addresses, and numbers.

not rated 159 +39 today A 111 tokens original MIT

browser-0754386d

05

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to the browser Fetch API, which sends network requests with a method, URL, headers, and optional body.

not rated 159 +39 today A 90 tokens original MIT

browser-093c03ab

06

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to preloading, which asks the browser to fetch important resources before the page needs them.

not rated 159 +39 today A 73 tokens original MIT

browser-09e60b35

07

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to Picture-in-Picture, which displays supported video in a small window that can stay above other windows.

not rated 159 +39 today A 72 tokens original MIT

browser-0ab4f2db

08

FuRongJun-1999/dsh-memory

Skill Claude Code

A tool for recording, filtering, and summarising browser network requests. Network requests are messages a webpage sends to fetch data or files.

not rated 159 +39 today A 80 tokens original MIT

browser-0c7f88d6

09

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to the CSS box model, which describes how an element's content, padding, border, and margin affect its size and spacing.

not rated 159 +39 today A 104 tokens original MIT

browser-0f598430

10

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to the browser page-visibility state, which says whether a page is visible or hidden, such as when its tab is in the background.

not rated 159 +39 today A 81 tokens original MIT

browser-0fd64fa5

11

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to Service Workers, background browser scripts that can handle installation, activation, and network requests.

not rated 159 +39 today A 85 tokens original MIT

browser-17906c62

12

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to CSS selectors, the patterns used to match HTML elements such as tags, classes, or tag-and-class combinations.

not rated 159 +39 today A 88 tokens original MIT

browser-18f823e2

13

FuRongJun-1999/dsh-memory

Skill Claude Code

A guide to responsive breakpoints, which are width ranges where a webpage changes its layout for different screen sizes.

not rated 159 +39 today A 105 tokens original MIT

browser-1bafe81c

14

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser interaction helper for checking vibration status and starting or stopping device vibration. It corresponds to the browser's navigator.vibrate API.

not rated 159 +39 today A 73 tokens original MIT

browser-1f9ab1f0

15

FuRongJun-1999/dsh-memory

Skill Claude Code

A geometry helper for deciding whether a point lies inside a rectangle with rounded corners. Rounded corners are the curved edges created by CSS border-radius.

not rated 159 +39 today A 107 tokens original MIT

browser-1fdb5852

16

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser communication helper for sending, receiving, and listing listeners across browser tabs. It corresponds to BroadcastChannel and postMessage, which let separate pages exchange messages.

not rated 159 +39 today A 71 tokens original MIT

browser-21b0359c

17

FuRongJun-1999/dsh-memory

Skill Claude Code

A text layout helper that breaks text into lines using a chosen width. It uses greedy wrapping, which fills each line as much as possible before moving to the next.

not rated 159 +39 today A 113 tokens original MIT

browser-22e8de36

18

FuRongJun-1999/dsh-memory

Skill Claude Code

A touch-input helper for recognising taps, pans, and two-finger pinches. These are touch gestures used to activate, move, or zoom interface elements.

not rated 159 +39 today A 81 tokens original MIT

browser-24163519

19

FuRongJun-1999/dsh-memory

Skill Claude Code

An HTML parser that turns nested tags into a tree of parent and direct-child relationships. The DOM, or Document Object Model, is the tree browsers use to represent an HTML page.

not rated 159 +39 today A 101 tokens original MIT

browser-2471a991

20

FuRongJun-1999/dsh-memory

Skill Claude Code

An HTTP request builder for assembling a GET request with a host and headers. HTTP is the standard format browsers and servers use to exchange web requests and responses.

not rated 159 +39 today A 90 tokens original MIT

browser-25afee4d

21

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser security helper for checking, granting, and revoking permissions in an isolated frame. An iframe is a web page embedded inside another page; sandboxing limits what it can do.

not rated 159 +39 today A 85 tokens original MIT

browser-283a91bd

22

FuRongJun-1999/dsh-memory

Skill Claude Code

A push-notification helper for subscribing to and sending messages through the Push API. Push notifications are messages delivered by a server to a user's device, even when the page is not open.

not rated 159 +39 today A 85 tokens original MIT

browser-2895ff52

23

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser file-access helper for opening, reading, and writing local files. The File System Access API is the browser feature that asks a user for permission to work with local files.

not rated 159 +39 today A 72 tokens original MIT

browser-2cc1da58

24

FuRongJun-1999/dsh-memory

Skill Claude Code

A browser extension manager for installing extensions, turning them on, and checking their permissions. Extensions are small browser programs that add or change browser features.

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