typescript-style

Apply Google's TypeScript Style Guide to code reviews and formatting.

11|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/the-perfect-developer/the-perfect-opencode --skill typescript-style-the-perfect-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-style
Source: https://github.com/the-perfect-developer/the-perfect-opencode/tree/main/.opencode/skills/typescript-style
Command: npx skills add https://github.com/the-perfect-developer/the-perfect-opencode --skill typescript-style-the-perfect-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Standardizes TypeScript code across teams by providing actionable guidelines, examples, and structure to reduce confusion and maintain consistency.

Core Features & Use Cases

  • Code structure, naming conventions, type annotations, and import/export practices aligned with Google's TypeScript Style Guide.
  • Guidance supported by references and real-world examples in the repository.
  • Suitable for onboarding new engineers and auditing existing code for style conformance.

Quick Start

Format a TypeScript snippet following Google's TypeScript Style Guide.

Frequently Asked Questions about typescript-style

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

FAQPage Schema
How do I format TypeScript code to follow Google's style guide?

Yes, this approach is suitable for onboarding new engineers by providing actionable guidelines and real-world examples. It helps new team members quickly understand and apply Google's TypeScript style conventions to ensure high-quality code.

What are the TypeScript naming conventions recommended by Google's style guide?

Google's TypeScript style guide provides specific naming conventions for variables, functions, and types to ensure consistency. Applying these conventions standardizes code structure and improves readability across team projects and code reviews.

Can I audit existing TypeScript code for style guide conformance?

You can audit existing TypeScript code by checking it against the style guide's references and real-world examples. This process identifies deviations in type annotations, imports, and naming conventions to maintain code quality.

What's the best way to standardize TypeScript code structure across a team?

The best way to standardize TypeScript code structure is to apply a consistent style guide covering file organization, imports, and type annotations. This reduces confusion and maintains consistency across team projects and automated formatting tasks.

Does Google's TypeScript style guide cover type annotations and import practices?

Google's TypeScript style guide explicitly covers type annotations, import practices, and export structures. Following these guidelines ensures consistent type usage and module management across all TypeScript projects.

Why should I use a TypeScript style guide for code reviews?

Using a TypeScript style guide for code reviews provides actionable guidelines and explicit examples to evaluate code quality. It ensures consistent type annotations, naming conventions, and file structure across team contributions.