javascript-pro
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
覆盖前后端常见问题,高频实用。
这个 Skill 做什么
编写、调试与重构现代 JavaScript/Node.js 代码并优化性能与异步流程。
写、调试和重构现代 JavaScript/Node.js 代码,擅长 async/await、Promise、ESM 模块和性能优化。常用于构建前端交互、Node 后端服务、处理异步流程或审查 .js/.mjs/.cjs 文件的正确性与性能。特点是能把异步逻辑理清、降低内存/延迟问题,同时兼顾浏览器 API(如 Fetch、Web Workers)和后端实践。
▸ 展开 SKILL.md 英文原文
Writes, debugs, and refactors JavaScript code using modern ES2023+ features, async/await patterns, ESM module systems, and Node.js APIs. Use when building vanilla JavaScript applications, implementing Promise-based async flows, optimising browser or Node.js performance, working with Web Workers or Fetch API, or reviewing .js/.mjs/.cjs files for correctness and best practices.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/javascript-pro/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/javascript-pro/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# JavaScript Pro ## When to Use This Skill - Building vanilla JavaScript applications - Implementing async/await patterns and Promise handling - Working with modern module systems (ESM/CJS) - Optimizing browser performance and memory usage - Developing Node.js backend services - Implementing Web Workers, Service Workers, or browser APIs ## Core Workflow 1. **Analyze requirements** — Review `package.json`, module system, Node version, browser targets; confirm `.js`/`.mjs`/`.cjs` conventions 2. **Design architecture** — Plan modules, async flows, and error handling strategies 3. **Implement** — Write ES2023+ code with proper patterns and optimisations 4. **Validate** — Run linter (`eslint
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有