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.

trace - Structural code analysis with ast-grep

Parse AST to find code structure patterns and architectural boundaries

Tags

Updated: 2026-03-26

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Parse AST nodes
  • Match structural patterns
  • Find class definitions
  • Locate interface implementations
  • Map architecture layers
  • Enumerate method signatures

Inputs

  • Codebase path
  • Source files
  • Programming language
  • Pattern rules

Outputs

  • Matched file paths
  • Line numbers
  • Matched code snippets
  • Structural analysis results

Requirements

  • haiku model
  • Bash tool access
  • ast-grep installed

Source

  • Spec: SKILL.md
code analysis
structural search
AST parsing
architecture audit
hexagonal architecture
Parse AST nodes
Match structural patterns
Find class definitions
Locate interface implementations
Codebase path
Source files
Programming language
Matched file paths
Line numbers
Matched code snippets