code-style

Enforce consistent TypeScript and JavaScript coding standards across code creation and reviews.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/stardustrain/markdownviewer --skill code-style-stardustrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-style
Source: https://github.com/stardustrain/markdownviewer/tree/main/.agents/skills/code-style
Command: npx skills add https://github.com/stardustrain/markdownviewer --skill code-style-stardustrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents inconsistent coding practices by providing clear standards for writing, refactoring, and maintaining TypeScript and JavaScript codebases.

Core Features & Use Cases

  • Code Quality Guidelines: Enforces readability, maintainability, security, module design, naming conventions, and TypeScript best practices.
  • Refactoring Standards: Guides safe function changes, dependency management, control flow improvements, and interface preservation.
  • Use Case: Apply this Skill when creating new files, reviewing pull requests, or modifying application code to keep implementations aligned with project conventions.

Quick Start

Use the code-style skill to review and update my TypeScript changes according to the project's coding standards.

Frequently Asked Questions about code-style

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent TypeScript coding standards during refactoring?

Apply TypeScript coding standards during refactoring by enforcing safe function changes, dependency management, control flow improvements, and interface preservation. This ensures consistent syntax patterns, module design, and runtime safety practices across your software codebase.

What TypeScript code style guidelines should I follow for maintainable software engineering?

Maintainable TypeScript code style guidelines cover readability, naming conventions, security, module design, and TypeScript best practices. Adhering to these project-specific style rules ensures consistent implementation patterns and runtime safety during software development.

Can I use code style rules to review JavaScript and TypeScript pull requests?

Yes, you can apply code style rules to review JavaScript and TypeScript pull requests. The standards evaluate syntax patterns, module dependencies, testing conventions, and runtime safety practices to keep code modifications aligned with project conventions.

What's the best way to write consistent TypeScript code when generating new files?

The best way to write consistent TypeScript code when generating new files is to enforce guidelines for readability, module design, and naming conventions. Applying these project-specific style rules during file creation prevents inconsistent coding practices from the start.

When do I need to apply coding standards for modifying application code?

You need to apply coding standards when creating new files, reviewing pull requests, or modifying application code. Enforcing these style rules during refactoring and architecture-related implementation tasks ensures safe dependency management and interface preservation.