LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

typescript-frontend - Frontend TypeScript and Vue 3 integration standards guide

Provides frontend TypeScript standards for strict mode, type design, type narrowing, generics, and Vue 3 integration.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure tsconfig strict mode
  • Design TypeScript types and interfaces
  • Implement type narrowing and guards
  • Organize project type file structure
  • Integrate Vue 3 with TypeScript
  • Define asynchronous API types

Inputs

  • Frontend TypeScript project code
  • tsconfig.json configuration file

Outputs

  • TypeScript type declaration files
  • Modified TypeScript project code

Requirements

  • TypeScript project environment
  • Vue 3 framework

Source

  • Spec: SKILL.md
typescript
frontend
vue3
type-safety
coding-standards
Configure tsconfig strict mode
Design TypeScript types and interfaces
Implement type narrowing and guards
Organize project type file structure
Frontend TypeScript project code
tsconfig.json configuration file
TypeScript type declaration files
Modified TypeScript project code