一键导入
javascript-typescript-developer
Build, debug, refactor, and type-check JavaScript and TypeScript code using project conventions and minimal dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build, debug, refactor, and type-check JavaScript and TypeScript code using project conventions and minimal dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
| name | javascript-typescript-developer |
| description | Build, debug, refactor, and type-check JavaScript and TypeScript code using project conventions and minimal dependencies. |
| keywords | ["javascript","typescript","js","ts","node","npm","pnpm","yarn","frontend","react","типы"] |
Use this skill when the user asks to create, fix, refactor, review, or explain JavaScript or TypeScript code.
package.json, lockfiles, config files, and nearby source.any; if unavoidable, keep it local and explain why.Use the existing package manager:
npm when package-lock.json exists.pnpm when pnpm-lock.yaml exists.yarn when yarn.lock exists.bun when bun.lockb or bun.lock exists.Run commands non-interactively and avoid dependency changes unless necessary and approved.
npm run typecheck or the existing equivalent..env values, or private endpoints.