Structural code search, linting, and rewriting using AST-level pattern matching. Use when users need to search code by syntax structure (not text), write custom lint rules, perform codemods across a codebase, replace regex grep for precise AST-aware queries, or create reusable lint rule sets. Covers CLI usage, pattern syntax, rule system (atomic/relational/composite/utility), lint rule authoring, rewrite/transform, project setup, and testing.
$npx -y skills add harmeet10000/agentnexus-langchain-fastapi --skill ast-grep-skillInstalls into the current project.
Run `npx skills use "https://github.com/harmeet10000/agentnexus-langchain-fastapi" --skill "harmeet10000/agentnexus-langchain-fastapi/ast-grep-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/harmeet10000/agentnexus-langchain-fastapi" that are relevant to the current task. Run `npx skills add "https://github.com/harmeet10000/agentnexus-langchain-fastapi"` and select the relevant skills, then follow their instructions.