·code-structural-search
</>

code-structural-search

oimiragieo/agent-studio

Use ast-grep for AST-based code pattern matching.

7Installs·2Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill code-structural-search

SKILL.md

| JavaScript | --lang js | .js, .jsx | | TypeScript | --lang ts | .ts, .tsx | | Python | --lang py | .py, .pyi | | Go | --lang go | .go | | Rust | --lang rs | .rs | | Java | --lang java | .java | | C | --lang c | .c, .h | | C++ | --lang cpp | .cpp, .cc, .hpp, .hh | | C# | --lang cs | .cs | | Kotlin | --lang kt | .kt, .kts | | Swift | --lang swift | .swift |

| PHP | --lang php | .php | | Ruby | --lang rb | .rb | | Lua | --lang lua | .lua | | Elixir | --lang ex | .ex, .exs | | HTML | --lang html | .html, .htm | | CSS | --lang css | .css | | JSON | --lang json | .json | | Bash | --lang bash | .sh, .bash | | Thrift | --lang thrift | .thrift |

| $NAME | Single node/identifier | function $NAME() {} | | $$$ | Zero or more statements/nodes | class $NAME { $$$ } | | $$ | Zero or more statements (block) | if ($COND) { $$ } | | $ | Anonymous wildcard (discard) | console.log($) |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill code-structural-search
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is code-structural-search?

Use ast-grep for AST-based code pattern matching. Source: oimiragieo/agent-studio.

How do I install code-structural-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill code-structural-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/oimiragieo/agent-studio