JavaScript Pro
Skill Verifiziert AktivWrites, 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.
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
- Analyze requirements (package.json, module system, Node version, browser targets)
- Design architecture (modules, async flows, error handling)
- Implement (write ES2023+ code with proper patterns and optimizations)
- Validate (run linter, check for memory leaks, verify bundle size)
- 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-skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Cleanup Cycles
100Detect 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".
Coding Standards
100Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
Csharp Async
100Get best practices for C# async programming
Cli Creator
100Build 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.
Context Mode Ops
100Verwalten 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.
Fixflow
100Fü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.