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: C++

Browse skills that share this tag.

  • cpp-coding - C++ Coding Standards and Best Practices Guide
    C++coding standardscode reviewRAII

    ★ 15 · Updated 2026-06-30

    Provides modern C++ coding standards covering RAII, smart pointers, error handling, concurrency, performance, and safety for implementation, refactoring, and code review.

    ⚙ Enforce modern C++ coding standards⚙ Review C++ code quality⚙ Guide C++ code refactoring
  • cpp-testing - C++ Testing with GoogleTest
    C++testingGoogleTestGoogleMock

    ★ 3 · Updated 2026-05-28

    C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest for modern C++ projects

    ⚙ write tests⚙ configure CMake/CTest⚙ run tests
  • cutlass-cpp-kernel - CUTLASS and CuTe C++ Kernel Development
    CUDACUTLASSCuTeC++

    ★ 1,285 · Updated 2026-05-11

    Write, debug, port, review, optimize CUTLASS or CuTe C++ kernels for Hopper and Blackwell GPUs

    ⚙ write kernel⚙ debug kernel⚙ port kernel
  • ue-game-bugs - Autonomous UE5 Bug Fixing System
    Unreal Engine 5bug fixingC++autonomous

    ★ 1 · Updated 2026-03-25

    Analyzes and fixes UE5 C++ bugs from GitHub issues, screenshots, logs, or text descriptions

    ⚙ Parse input sources⚙ Extract bug details⚙ Classify bug type
  • cpp-templates - C++ Templates Error Reading and Optimization
    C++templatesconceptsSFINAE

    ★ 226 · Updated 2026-03-23

    Read C++ template error messages, use concepts for constraints, and optimize template compilation times

    ⚙ read template error messages⚙ use concepts for constraints⚙ write requires clauses
  • askcode - Code Indexing and Navigation Tool
    code analysiscode navigationcode indexingPython

    ★ 0 · Updated 2026-03-20

    Index Python/C/C++ codebases using tree-sitter and query via SQL

    ⚙ Index code repository⚙ Query code database⚙ Find functions by name
  • vloj - LibreOJ Problem Fetch and C++ Solution Generator
    competitive programmingLibreOJweb scrapingC++

    ★ 602 · Updated 2026-02-13

    Automatically fetches LibreOJ problem statements and generates C++ solution templates

    ⚙ parse problem identifier⚙ create numbered folder⚙ access problem webpage
  • dotnet-native-marshaling - P/Invoke marshaling between C# and C++ Engine
    interopmarshalingP/Invokenative-code

    ★ 0 · Updated 2026-02-13

    Manage P/Invoke marshaling between C# and C++ Engine

    ⚙ Define NativeBindings⚙ Handle unsafe pointers⚙ Bridge libengine.so
  • Modern C++ - Modern C++ Coding Standards and Best Practices
    C++Coding StandardsCode QualityStatic Analysis

    ★ 0 · Updated 2026-02-13

    Enforces C++23 coding standards and best practices in the codebase

    ⚙ enforce C++23 standards⚙ analyze code compliance⚙ apply formatting rules