Agent Skills
› warp-drive-data/warp-drive
warp-drive-data/warp-drive
GitHub提供ast-grep NAPI在schema-migration codemods中的参考,涵盖AST解析、节点搜索遍历、元变量提取及代码编辑方法,辅助编写和调试TS/JS AST查询。
Install All Skills
npx skills add warp-drive-data/warp-drive --all -g -y
Skills in Collection (2)
提供ast-grep NAPI在schema-migration codemods中的参考,涵盖AST解析、节点搜索遍历、元变量提取及代码编辑方法,辅助编写和调试TS/JS AST查询。
编写或调试基于@ast-grep/napi的AST查询规则
进行TypeScript/JavaScript源码的结构化迁移与转换
处理packages/codemods目录下的codemod开发任务
npx skills add warp-drive-data/warp-drive --skill ast-grep-codemods -g -y
指导编写 ast-grep 规则以进行结构化代码搜索与分析。适用于通过 AST 模式查找特定代码结构、执行复杂查询及超越文本搜索的场景,提供从理解需求到测试规则的完整工作流。
需要基于代码结构而非文本进行搜索
查找具有特定语法特征的代码模式
编写或调试 ast-grep 规则
npx skills add warp-drive-data/warp-drive --skill ast-grep -g -y


