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.

Skills with input: TypeScript source code

Browse skills that use this input.

  • dxos-code-style - DXOS TypeScript authoring conventions
    typescriptcode-styledxostesting

    ★ 0 · Updated 2026-09-22

    DXOS TypeScript conventions for package exports, error handling, comment rules, types, and testing structure.

    ⚙ Fix TypeScript types at source⚙ Surface unhandled errors and rejections⚙ Write concise load-bearing comments
  • zod - Zod v4 Schema Validation and Best Practices Guide
    zodvalidationschematypescript

    ★ 22 · Updated 2026-09-19

    Provides guidance, patterns, and best practices for schema validation, parsing, error handling, and type inference using Zod v4 in TypeScript.

    ⚙ Validate runtime data schemas⚙ Parse untrusted boundary inputs⚙ Handle custom validation errors
  • zod - Zod schema validation best practices and guidelines
    zodtypescriptschema-validationtype-safety

    ★ 0 · Updated 2026-09-16

    Provides guidelines for Zod schema validation, data parsing, type inference, and error handling in TypeScript applications.

    ⚙ Define Zod schemas⚙ Validate and parse data⚙ Infer TypeScript types
  • zod - Zod Schema Validation and Type Safety Best Practices
    zodschema-validationtypescripttype-safety

    ★ 44 · Updated 2026-09-16

    Provides guidelines and rules for Zod schema validation, parsing, type inference, and error handling in TypeScript applications.

    ⚙ Define Zod primitive and object schemas⚙ Validate input using parse and safeParse⚙ Infer TypeScript types using z.infer
  • typescript-advanced-patterns - TypeScript Advanced Patterns
    typescripttype-systemdesign-patternstype-safety

    ★ 650 · Updated 2026-09-16

    Provides guidance and patterns for leveraging TypeScript's advanced type system features to build type-safe and maintainable code.

    ⚙ Build type-safe APIs⚙ Implement complex domain models⚙ Create reusable TypeScript libraries
  • react-dev - React TypeScript Development
    ReactTypeScriptWeb DevelopmentFrontend

    ★ 2 · Updated 2026-06-30

    Build type-safe React components with TypeScript including hooks, events, and React 19 features

    ⚙ create typed React components⚙ implement generic components⚙ type event handlers
  • zod-validation-expert - Zod Schema Validation Expert
    validationTypeScriptZodschema

    ★ 288 · Updated 2026-06-15

    Expert in Zod schema validation for TypeScript applications

    ⚙ Define validation schemas⚙ Parse and validate data⚙ Infer TypeScript types
  • typescript-pro - Advanced TypeScript Developer for Type-Safe Full-Stack
    TypeScriptfull-stacktype-systembuild-optimization

    ★ 67 · Updated 2026-03-26

    Expert TypeScript developer specializing in advanced type system, full-stack development, and build optimization

    ⚙ design type-safe APIs⚙ analyze type architecture⚙ implement type patterns
  • release - Automated npm release workflow for TypeScript packages
    npmreleaseautomationversioning

    ★ 2 · Updated 2026-03-09

    Execute the full npm release pipeline for packages including version bump, changelog, build, publish, and GitHub release

    ⚙ bump package version⚙ update changelog file⚙ build TypeScript code
  • electron-skills - Electron Desktop Development Patterns for LlamaFarm
    desktopelectrontypescriptipc

    ★ 0 · Updated 2026-02-18

    Provides Electron-specific patterns for main/renderer process architecture, IPC communication, security, and packaging

    ⚙ configure main process⚙ configure renderer process⚙ setup IPC communication
  • vitest - Vitest - Fast unit testing framework powered by Vite
    testingunit-testingvitejavascript

    ★ 1 · Updated 2026-02-18

    A testing framework for writing and running unit tests with Vite

    ⚙ write tests⚙ mock functions⚙ run tests in parallel