Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

JavaScript Pro

Skill Verifiziert Aktiv

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.

Zweck

To assist developers in building robust, modern, and performant vanilla JavaScript applications by providing expert guidance on best practices and advanced features.

Funktionen

  • Writes, debugs, and refactors JavaScript code
  • Utilizes modern ES2023+ features and async/await
  • Supports ESM module systems and Node.js APIs
  • Optimizes browser and Node.js performance
  • Provides detailed reference guides for specific topics

Anwendungsfälle

  • Building vanilla JavaScript applications
  • Implementing Promise-based async flows
  • Optimizing browser or Node.js performance
  • Working with Web Workers or Fetch API
  • Reviewing .js/.mjs/.cjs files for correctness

Nicht-Ziele

  • Using `var` or callback-based patterns
  • Mixing CommonJS and ESM in the same module
  • Ignoring memory leaks or performance issues
  • Using synchronous I/O in Node.js

Workflow

  1. Analyze requirements (package.json, module system, Node version, browser targets)
  2. Design architecture (modules, async flows, error handling)
  3. Implement (write ES2023+ code with proper patterns and optimizations)
  4. Validate (run linter, check for memory leaks, verify bundle size)
  5. Test (write comprehensive tests achieving 85%+ coverage)

Praktiken

  • Code Quality
  • Asynchronous Programming
  • Module Systems
  • Performance Optimization

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add jeffallan/claude-skills
/plugin install claude-skills@fullstack-dev-skills

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit13 days ago
Sterne9k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

Skill
raintree-technology

Coding Standards

100

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

Skill
affaan-m

Csharp Async

100

Get best practices for C# async programming

Skill
github

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Context Mode Ops

100

Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.

Skill
mksglu

Fixflow

100

Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.

Skill
majiayu000