·frontend-js-best-practices
</>

frontend-js-best-practices

sergiodxa/agent-skills

JavaScript performance optimization guidelines. Use when writing, reviewing, or refactoring JavaScript/TypeScript code to ensure optimal performance patterns. Triggers on tasks involving loops, data structures, DOM manipulation, or general JS optimization.

56Installs·0Trend·@sergiodxa

Installation

$npx skills add https://github.com/sergiodxa/agent-skills --skill frontend-js-best-practices

SKILL.md

Performance optimization and code style patterns for JavaScript and TypeScript code. Contains 18 rules focused on reducing unnecessary computation, optimizing data structures, and maintaining consistent conventions.

Prefer function declarations over arrow functions for named functions.

Use named exports. Avoid default exports (except Remix route components).

JavaScript performance optimization guidelines. Use when writing, reviewing, or refactoring JavaScript/TypeScript code to ensure optimal performance patterns. Triggers on tasks involving loops, data structures, DOM manipulation, or general JS optimization. Source: sergiodxa/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sergiodxa/agent-skills --skill frontend-js-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is frontend-js-best-practices?

JavaScript performance optimization guidelines. Use when writing, reviewing, or refactoring JavaScript/TypeScript code to ensure optimal performance patterns. Triggers on tasks involving loops, data structures, DOM manipulation, or general JS optimization. Source: sergiodxa/agent-skills.

How do I install frontend-js-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sergiodxa/agent-skills --skill frontend-js-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sergiodxa/agent-skills