Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:51 +08:00
commit d6a8021492
6 changed files with 740 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "xml-element-extractor",
"description": "Extract XML elements from source files using Python's standard library with optional xmllint formatting",
"version": "1.0.0",
"author": {
"name": "Jay Xu",
"email": "jay.xu.krfantasy@gmail.com"
},
"skills": [
"./skills"
]
}