Skip to main content
Back to the directory
lobehub/lobehubSoftware EngineeringFrontend and Design

typescript

TypeScript style and type-safety conventions for consistent, maintainable code across the project.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/lobehub/lobehub --skill typescript
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, typescript has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: lobehub/lobehub. Canonical URL: https://skills.sh/lobehub/lobehub/typescript.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
TypeScript style and type-safety conventions for consistent, maintainable code across the project. - 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 - Avoid explicit type annotations when TypeScript can infer - Avoid implicitly any ; explicitly type when necessary - Use accurate types: prefer Record over object or any - Prefer interface for object shapes (e.g., React props); use type for unions/intersections - Prefer as const satisfies XyzInterface over plain as const - Prefer @ts-expect-error over @ts-ignore over as any - Avoid meaningless null/undefined parameters; design strict function contracts - Prefer ES module augmentation ( declare module '...' ) over...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does typescript do?

TypeScript style and type-safety conventions for consistent, maintainable code across the project.

Is typescript good?

typescript does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support typescript?

typescript currently lists compatibility with Skills CLI.

Is typescript safe to install?

typescript has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to typescript?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install typescript?

Run the following command to install typescript: npx skills add https://github.com/lobehub/lobehub --skill typescript

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering