coding-standard-javascript — community coding-standard-javascript, puffin, community, ide skills

v1.0.0

About this Skill

Perfect for Frontend Agents needing to maintain clean and readable JavaScript/TypeScript codebases. Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames.

jdubray jdubray
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
29
Canonical Locale
en
Detected Body Locale
en

Perfect for Frontend Agents needing to maintain clean and readable JavaScript/TypeScript codebases. Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames.

Core Value

Empowers agents to enforce consistent naming conventions, such as kebab-case for source files and camelCase for variables, ensuring seamless collaboration and code review using JavaScript/TypeScript coding standards.

Ideal Agent Persona

Perfect for Frontend Agents needing to maintain clean and readable JavaScript/TypeScript codebases.

Capabilities Granted for coding-standard-javascript

Standardizing file naming conventions for source and test files
Enforcing variable naming rules for improved code readability
Generating consistent type definition files with .d.ts suffix

! Prerequisites & Limits

  • Limited to JavaScript and TypeScript languages
  • Requires adherence to specific naming conventions

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is coding-standard-javascript?

Perfect for Frontend Agents needing to maintain clean and readable JavaScript/TypeScript codebases. Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames.

How do I install coding-standard-javascript?

Run the command: npx killer-skills add jdubray/puffin/coding-standard-javascript. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for coding-standard-javascript?

Key use cases include: Standardizing file naming conventions for source and test files, Enforcing variable naming rules for improved code readability, Generating consistent type definition files with .d.ts suffix.

Which IDEs are compatible with coding-standard-javascript?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for coding-standard-javascript?

Limited to JavaScript and TypeScript languages. Requires adherence to specific naming conventions.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jdubray/puffin/coding-standard-javascript. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use coding-standard-javascript immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

coding-standard-javascript

Install coding-standard-javascript, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

JavaScript/TypeScript Coding Standards

When reviewing or generating JavaScript/TypeScript code, follow these rules:

File Naming

  • Source files: Use kebab-case (e.g., user-service.js, api-client.ts)
  • Component files: Use kebab-case (e.g., user-profile.js, data-table.tsx)
  • Test files: Use .test.js or .spec.js suffix (e.g., user-service.test.js)
  • Type definition files: Use .d.ts suffix (e.g., api-types.d.ts)

Variable Naming

  • Variables: camelCase (e.g., userName, isActive, totalCount)
  • Constants: UPPER_SNAKE_CASE for true constants (e.g., MAX_RETRIES, API_BASE_URL)
  • Boolean variables: Prefix with is, has, can, should (e.g., isLoading, hasError)

Function Naming

  • Functions: camelCase (e.g., calculateTotal(), fetchUserData())
  • Async functions: Consider prefixing with action verb (e.g., loadUsers(), saveDocument())
  • Event handlers: Prefix with handle or on (e.g., handleClick, onSubmit)
  • Factory functions: Prefix with create (e.g., createUser(), createConnection())

Class/Constructor Naming

  • Classes: PascalCase (e.g., UserService, DataProcessor, ApiClient)
  • Interfaces (TS): PascalCase, optionally prefix with I (e.g., IUserService or UserService)
  • Type aliases (TS): PascalCase (e.g., UserResponse, ConfigOptions)
  • Enums (TS): PascalCase for enum name, UPPER_SNAKE_CASE for values

Private Members

  • Private fields: Prefix with underscore (e.g., _privateData, _internalState)
  • Private methods: Prefix with underscore (e.g., _validateInput(), _processData())

Module Organization

  • Group imports: external packages first, then internal modules
  • Export public API at the bottom of the file
  • One class/component per file when possible

Related Skills

Looking for an alternative to coding-standard-javascript or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer