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

Browse skills that share this tag.

  • explain-lpts - Comprehensive reference for the LPTS pipeline.
    lptsduckdbastcte

    ★ 10 · Updated 2026-09-21

    Provides reference for the LPTS pipeline converting DuckDB logical plans into SQL queries via AST and CTE generation phases.

    ⚙ Convert LogicalPlan to AST⚙ Flatten AST to CTE list⚙ Serialize CTE list to SQL
  • python-compiler-engineering - Python Engineering for Compiler Internals
    pythoncompilerastcodegen

    ★ 7 · Updated 2026-09-19

    Engineering patterns and best practices for building and maintaining HAS compiler internals in Python.

    ⚙ Refactor compiler dispatch logic⚙ Design immutable AST nodes⚙ Manage scoped symbol tables
  • nw-code-analysis-port - Resolve structural code facts using vendor-neutral CLI
    code-analysiscode-factcliast

    ★ 9 · Updated 2026-09-18

    Resolves structural code facts such as callers, reads, symbol definitions, and ADR sections via the vendor-neutral des code-fact CLI with explicit confidence.

    ⚙ Query callers of a symbol⚙ Query reads of a symbol⚙ Check unreferenced symbol definitions
  • loctree - AST-aware codebase navigation and intelligence CLI skill
    codebase-navigationastclidependency-analysis

    ★ 0 · Updated 2026-09-10

    Provides AST-aware codebase navigation, symbol discovery, dependency slicing, impact analysis, and health reporting using loct CLI.

    ⚙ Provide codebase overview for agents⚙ Search symbol definitions across codebase⚙ Get minimal dependency slice for file
  • sym - Fast Python Symbol Discovery via AST
    pythonastsymbolcode-analysis

    ★ 18 · Updated 2026-02-11

    List Python symbols (classes/functions) quickly via AST to discover real identifiers

    ⚙ list Python symbols⚙ filter by name⚙ filter by kind