typescript
Comprehensive TypeScript style guide enforcing strict typing, async patterns, and performance best practices.
Install
npx skills add https://github.com/lobehub/lobehub --skill typescriptStats
| Total installs | 885 |
| Weekly installs | 882 |
| GitHub stars | 74.4K |
| First seen | Jan 27, 2026 |
| Source | @lobehub/lobehub |
Summary
- Enforce strict typing: avoid implicit any, prefer interface for object shapes and type for unions, use as const satisfies patterns, and leverage type inference where possible
- Async-first patterns: use async/await over callbacks, promise-based APIs from fs/promises, and Promise.all/Promise.race for concurrent operations
- Import discipline: separate type imports with import type { ... }, keep type and value imports as distinct statements, and sort specifiers alphabetically
- UI and performance: use @lobehub/ui and Ant Design components with antd-style tokens, prefer for…of loops, and reuse utilities from packages/utils
- Logging safety: never log private data, always catch and log errors explicitly, and avoid silent .catch() handlers that hide failures
Tags
Related skills
| Skill | Installs | vs typescript |
|---|---|---|
| developer-growth-analysis | 984 | +99 |
| build-until-pass | 0 | -885 |
| liquid-theme-standards | 970 | +85 |
| modern-csharp-coding-standards | 920 | +35 |
| swift-expert | 1,020 | +135 |
FAQ
- How many installs does typescript have?
- typescript has 885 total installs and 882 installs this week.
- Where is typescript hosted?
- typescript is published by @lobehub/lobehub at https://github.com/lobehub/lobehub.
- How many GitHub stars does typescript have?
- typescript has 74.4K GitHub stars.
- When was typescript first indexed?
- OrangeBot.AI first indexed typescript on Jan 27, 2026.
- How do I install typescript?
- Run: npx skills add https://github.com/lobehub/lobehub --skill typescript