Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:26 +08:00
commit 8e3f2054bc
5 changed files with 683 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "ast-grep",
"description": "Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.",
"version": "1.0.0",
"author": {
"name": "Herrington Darkholme"
},
"skills": [
"./skills"
]
}