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 tagged: code migration

Browse skills that share this tag.

  • dotnet-csharp-nullable-reference-types - C# Nullable Reference Types Enablement
    C#nullable reference types.NETcode migration

    ★ 0 · Updated 2026-05-28

    Enable nullable reference types with annotation strategies and migration guidance

    ⚙ enable nullable reference types⚙ configure project properties⚙ annotate nullable parameters
  • dotnet-csharp-nullable-reference-types - Enable and Use C# Nullable Reference Types
    C#.NETnullable reference typescode quality

    ★ 9 · Updated 2026-05-28

    Enabling nullable reference types, annotation strategies, migration guidance for legacy codebases

    ⚙ Enable nullable reference types⚙ Configure nullability settings⚙ Annotate types with nullable
  • dev-typescript - Fix TypeScript Errors and Convert JS
    TypeScripttype safetycode migrationVue 3

    ★ 18 · Updated 2026-05-11

    Fix TypeScript compilation errors, write better types, and convert JavaScript files to TypeScript for improved type safety

    ⚙ detect TypeScript errors⚙ define type interfaces⚙ convert JS to TS
  • oceanbase-design-usage - OceanBase Design Usage Guide
    frontenddesign systemcomponent librarycode migration

    ★ 50 · Updated 2026-03-23

    Guide for using OceanBase Design packages correctly with import conventions, theme patterns, and migration tools

    ⚙ import components⚙ configure theme⚙ migrate code
  • check-nuxt-ui-v4 - Check Nuxt UI v3 to v4 Syntax
    Nuxt UIVuecode migrationsyntax check

    ★ 602 · Updated 2026-03-22

    Detect Nuxt UI v3 syntax patterns in Markdown documents and provide migration suggestions

    ⚙ scan Markdown files⚙ detect UFormGroup patterns⚙ detect options attributes
  • idiomatic-rust - Idiomatic Rust patterns for C code porting
    code migrationRust programmingcode review

    ★ 602 · Updated 2026-02-12

    Applies Rust idioms when porting or reviewing code from C

    ⚙ write Rust code⚙ review Rust code⚙ implement Rust methods
  • xml-to-compose - Convert Android XML layouts to Jetpack Compose code
    AndroidUI conversioncode migrationJetpack Compose

    ★ 602 · Updated 2026-02-11

    Convert Android XML layouts to idiomatic Jetpack Compose code

    ⚙ analyze XML structure⚙ map views to Compose equivalents⚙ convert attributes to modifiers