
Ts Style
- 40 installs
- 8.5k repo stars
- Updated August 5, 2026
- cloudflare/workerd
ts-style applies workerd JS/TS style guidelines from reference docs.
About
The ts-style skill points reviewers and authors to docs/reference/ts-style.md for JavaScript and TypeScript conventions in workerd. Load when reviewing or writing code under src/node/, src/cloudflare/, or JS/TS tests in src/workerd/. It covers TypeScript strictness, import and export patterns, private field syntax, error handling, feature gating, and test structure. Use during code review or authoring workerd TypeScript changes.
- Delegates to docs/reference/ts-style.md for full rules.
- Applies to src/node and src/cloudflare TypeScript.
- Covers imports, exports, errors, and feature gating.
- Includes test structure guidance.
- Load during JS/TS review or authoring.
Ts Style by the numbers
- 40 all-time installs (skills.sh)
- Ranked #617 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
ts-style capabilities & compatibility
- Capabilities
- reference to ts style.md checklist
- Use cases
- code review
npx skills add https://github.com/cloudflare/workerd --skill ts-styleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 40 |
|---|---|
| repo stars | ★ 8.5k |
| Last updated | August 5, 2026 |
| Repository | cloudflare/workerd ↗ |
What TypeScript style rules apply in workerd?
Apply workerd JS/TS style guidelines when reviewing or writing TypeScript in workerd.
Who is it for?
Reviewers and authors editing workerd TypeScript.
Skip if: Skip for C++ or non-workerd repositories.
When should I use this skill?
Reviewing or writing JS/TS in workerd paths.
What you get
Code aligned with workerd ts-style reference checklist.
Files
Always use the docs/reference/ts-style.md file when reviewing or writing JavaScript and TypeScript code.
Related skills
FAQ
What does ts-style do?
ts-style applies workerd JS/TS style guidelines from reference docs.
When should I use ts-style?
Reviewing or writing JS/TS in workerd paths.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.