Skip to content
Development
Skill

/javascript

JavaScript/TypeScript development, paradigms, and runtime environments

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill javascript --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/javascript

Context preview

The summary Claude sees to decide when to auto-load this skill.

JavaScript/TypeScript development, paradigms, and runtime environments

SKILL.md

javascript.SKILL.md
name: javascript-code
description: JavaScript/TypeScript development, paradigms, and runtime environments

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`.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.