agentsclimarketplace

Javascript

Skill DongDuong2001/pudo-code-system/skills/code/javascript

Modular, scalable, automated development intelligence.

Install
npx -y skills add DongDuong2001/pudo-code-system --skill javascript

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

JavaScript/TypeScript development, paradigms, and runtime environments

SKILL.md

0.8 KB, as published. Nobody here has run it

JavaScript/TypeScript Code Skill

This skill manages JavaScript and TypeScript specific development practices across Node.js, browsers, and edge runtimes.

When to use this skill

  • When writing or maintaining JS/TS applications.
  • When dealing with asynchronous programming (Promises, async/await).
  • When configuring module systems (ESM vs CommonJS).

Guidelines

  • Prefer TypeScript over vanilla JavaScript for large projects to leverage static typing.
  • Always use strict equality (===) and avoid loose equality (==).
  • Avoid mutating state when possible; prefer functional approaches like map, filter, and reduce.
  • Use const by default, let when necessary, and never use var.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.