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: compilation

Browse skills that share this tag.

  • latency-instrumentation - Latency Instrumentation & Self-Healing Compile Loop
    chromiumcpptracinglatency

    ★ 24,780 · Updated 2026-09-14

    Injects TRACE_EVENT macros into Chromium C++ files to expose latency gaps, resolves headers, and compiles the browser using a self-healing loop.

    ⚙ Locate target C++ files⚙ Identify method boundaries⚙ Inject trace macros
  • hb-build - Smart build tool for ability_runtime components
    ability_runtimebuildcompilationhb

    ★ 34 · Updated 2026-09-13

    Automatically detects modified files to infer targets and builds ability_runtime components with multi-target support and auto-retry.

    ⚙ Detect modified files⚙ Build specific services⚙ Build multiple targets
  • latex-formula-polish - LaTeX Formula Typesetting and Revision Harness
    latexmathematicstypesettingpdf-generation

    ★ 0 · Updated 2026-09-13

    Write and revise LaTeX mathematical content using a typesetting harness to preserve meaning, ensure clean compilation, and maintain visual structure.

    ⚙ Write LaTeX mathematical content⚙ Revise LaTeX formula layouts⚙ Scan LaTeX log warnings
  • compile-latex - Compile and verify LaTeX documents and PDFs
    latexpdfcompilationbeamer

    ★ 8 · Updated 2026-09-10

    Compiles, builds, typesets, and verifies LaTeX documents including research papers, Beamer decks, and referee reports using a shared compiler script.

    ⚙ Classify document compilation profile⚙ Execute shared LaTeX compilation script⚙ Lint LaTeX source code
  • cpp-coroutines - C++20 Coroutines Skill
    C++20C++23coroutinesdebugging

    ★ 226 · Updated 2026-06-30

    Understand and debug C++20 coroutine mechanics including co_await, co_yield, co_return, promise_type, and frame memory layout

    ⚙ explain co_await⚙ explain co_yield⚙ explain co_return
  • ts-foundation-restorer - TypeScript Foundation Restoration for Compilation Errors
    typescriptcompilationtype-systemfoundation

    ★ 602 · Updated 2026-05-11

    Systematically restore TypeScript foundation by fixing missing interface properties, recreating store methods, and resolving type definition issues

    ⚙ categorize TypeScript errors⚙ fix missing interface properties⚙ recreate store methods
  • build-engineer - Expert Build Engineer
    build systemcompilationoptimizationwebpack

    ★ 67 · Updated 2026-03-23

    Optimize build systems, reduce compilation times, and create scalable build pipelines

    ⚙ query build context⚙ review build configurations⚙ analyze compilation needs
  • build-engineer - Build System Optimization Specialist
    build-systemscompilationperformance-optimizationcaching

    ★ 602 · Updated 2026-03-23

    Optimizes build systems, compilation strategies, and scalable build pipelines

    ⚙ Query build context⚙ Review build configurations⚙ Analyze compilation needs
  • elixir-cyclic-dependencies - Detect and Remove Elixir Cyclic Dependencies
    elixirdependency-analysiscode-qualitycompilation

    ★ 34 · Updated 2026-03-09

    Detects and removes cyclic compile-time dependencies in Elixir codebases using mix xref commands

    ⚙ run mix xref graph commands⚙ analyze cyclic dependency graphs⚙ identify cycle breaking points