Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

wasm-rquickjs

wasm-rquickjs 收录了来自 golemcloud 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
18
更新
2026-05-20
Forks
2
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

skeleton-development
软件开发工程师

Guides development workflow for the embedded skeleton crate. Use when modifying files under crates/wasm-rquickjs/skeleton/, working on JavaScript runtime APIs, or troubleshooting skeleton build issues.

2026-05-20
adding-builtin-module
软件开发工程师

Scaffolds and registers a new Node.js-compatible built-in module in the skeleton. Use when asked to add a new node:X module, implement a new built-in, or create a new native+JS module pair.

2026-03-19
cleaning-up-builtin-module
计算机程序员

Cleans up and refactors a Node.js-compatible built-in module for improved code quality. Use when asked to clean up, simplify, refactor, or improve the coding style of an existing built-in module (e.g., node:buffer, node:path, node:crypto).

2026-03-19
finalizing-pr
软件开发工程师

Runs build, clippy, formatting, and lint checks across all targets before a PR. Use when asked to finalize, prepare, or clean up before submitting a pull request.

2026-03-19
testing-library
软件质量保证分析师与测试员

Tests a 3rd-party npm library against the wasm-rquickjs runtime. Use when asked to test an npm package, check library compatibility, or pick the next untested library from the tracker.

2026-03-19
fixing-node-compat-test
软件质量保证分析师与测试员

Fixes failing Node.js compatibility tests in the node_compat suite. Use when asked to make a node_compat test pass, unskip a test, fix a test-crypto/test-path/test-* failure, or implement missing Node.js API behavior to satisfy a vendored test.

2026-03-02
regenerating-goldenfiles
软件质量保证分析师与测试员

Regenerates DTS goldenfiles after d.ts generation logic changes. Use when dts tests fail due to expected output changes, when asked to update goldenfiles, or after modifying the d.ts generator.

2026-02-24