Skip to main content
Back to registry

javascript-pro

jeffallan/claude-skills

Installs886
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill javascript-pro
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load detailed guidance based on context: When implementing JavaScript features, provide: - 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 - Analyze requirements — Review package.json , module system, Node version, browser targets; confirm .js / .mjs / .cjs conventions - Design architecture — Plan modules, async flows, and error handling strategies - Implement — Write ES2023+ code with proper patterns and optimisations - Validate — Run linter ( eslint --fix ); if linter fails, fix all reported issues and re-run before proceeding. Check for memory leaks with DevTools or --inspect , verify bundle size; if leaks are found, resolve them before continuing - Test — Write comprehensive tests with Jest achieving 85%+ coverage; if coverage falls short, add missing cases and re-run. Confirm no unhandled Promise rejections - Use ES2023+ features exclusively - Use X | null or X | undefined patterns - Use optional chaining ( ?. ) and nullish coalescing ( ?? ) - Use async/await for all asynchronous operations - Use ESM ( import / export ) for new projects - Implement proper error handling with try/catch - Add JSDoc comments for complex functions -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does javascript-pro do?

javascript-pro is listed in SkillJury, but the source summary is still sparse.

Is javascript-pro good?

javascript-pro does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does javascript-pro work with?

javascript-pro currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to javascript-pro?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install javascript-pro?

npx skills add https://github.com/jeffallan/claude-skills --skill javascript-pro

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering