Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:50 +08:00
commit 501144d8f2
13 changed files with 1077 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "agent-ide",
"description": "Code refactoring and analysis toolkit using agent-ide CLI. Supports symbol renaming, file moving with import updates, dependency analysis, circular dependency detection, ShitScore quality scoring, and code snapshots. Works with TypeScript, JavaScript, and Swift projects.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "vivalalova",
"email": "vivalalova@gmail.com"
},
"skills": [
"./skills/vivalalova__agent-ide"
]
}