ts-google

pproenca/dot-skills · updated Apr 8, 2026

$npx skills add https://github.com/pproenca/dot-skills --skill ts-google
0 commentsdiscussion
summary

Comprehensive TypeScript style guide based on Google's internal standards, designed for AI agents and LLMs. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

skill.md

Google TypeScript Best Practices

Comprehensive TypeScript style guide based on Google's internal standards, designed for AI agents and LLMs. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Writing new TypeScript code
  • Organizing modules and imports
  • Designing type annotations and interfaces
  • Creating classes and functions
  • Reviewing code for style consistency
  • Refactoring existing TypeScript code

Rule Categories by Priority

Priority Category Impact Prefix
1 Module Organization CRITICAL module-
2 Type Safety CRITICAL types-
3 Class Design HIGH class-
4 Function Patterns HIGH func-
5 Control Flow MEDIUM-HIGH control-
6 Error Handling MEDIUM error-
7 Naming & Style MEDIUM naming-
8 Literals & Coercion LOW-MEDIUM literal-

Quick Reference

1. Module Organization (CRITICAL)

2. Type Safety (CRITICAL)

3. Class Design (HIGH)

4. Function Patterns (HIGH)

5. Control Flow (MEDIUM-HIGH)

6. Error Handling (MEDIUM)

7. Naming & Style (MEDIUM)

8. Literals & Coercion (LOW-MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

File Description
AGENTS.md Complete compiled guide with all rules
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules
metadata.json Version and reference information

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.857 reviews
  • Nia Agarwal· Dec 24, 2024

    ts-google has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Shikha Mishra· Dec 20, 2024

    ts-google is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Charlotte Sharma· Dec 20, 2024

    Useful defaults in ts-google — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Anaya Harris· Dec 20, 2024

    ts-google fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Amina Farah· Dec 8, 2024

    Solid pick for teams standardizing on skills: ts-google is focused, and the summary matches what you get after install.

  • William Zhang· Nov 27, 2024

    ts-google has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Sakshi Patil· Nov 19, 2024

    Keeps context tight: ts-google is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Neel Brown· Nov 15, 2024

    Solid pick for teams standardizing on skills: ts-google is focused, and the summary matches what you get after install.

  • Yash Thakker· Nov 11, 2024

    Useful defaults in ts-google — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Arjun Srinivasan· Nov 11, 2024

    ts-google is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 57

1 / 6