javascript-best-practices
$
npx mdskill add HoangNguyen0403/agent-skills-standard/javascript-best-practicesEnforces idiomatic JavaScript patterns for maintainable code
- Identifies global state and encapsulates it to avoid pollution.
- Deploys named exports in modules for clarity and ease of use.
- Decides based on JSDoc comments, error handling practices, and file structure conventions.
- Delivers results through linting tools that enforce these patterns during code review or build processes.
SKILL.md
.github/skills/javascript-best-practicesView on GitHub ↗