js-ts-best-practices

📁 gohypergiant/agent-skills 📅 Jan 21, 2026
22
总安装量
22
周安装量
#16716
全站排名
安装命令
npx skills add https://github.com/gohypergiant/agent-skills --skill js-ts-best-practices

Agent 安装分布

claude-code 18
github-copilot 10
opencode 9
antigravity 8
codex 8

Skill 文档

JavaScript and TypeScript Best Practices

Comprehensive coding standards and performance optimization guide for JavaScript and TypeScript applications, designed for AI agents and LLMs working with modern JavaScript/TypeScript codebases.

When to Use This Skill

This skill provides expert-level patterns for JavaScript and TypeScript code. Load AGENTS.md to scan rule summaries and identify relevant optimizations for your task.

How to Use

This skill uses a progressive disclosure structure to minimize context usage:

1. Start with the Overview (AGENTS.md)

Read AGENTS.md for a concise overview of all rules with one-line summaries organized by category.

2. Load Specific Rules as Needed

When you identify a relevant pattern or issue, load the corresponding reference file for detailed implementation guidance:

Quick Start:

  • quick-start.md – Complete workflow examples with before/after code

General Best Practices:

TypeScript:

Safety:

Performance:

Documentation:

3. Apply the Pattern

Each reference file contains:

  • ❌ Incorrect examples showing the anti-pattern
  • ✅ Correct examples showing the optimal implementation
  • Explanations of why the pattern matters