23 lines
721 B
JSON
23 lines
721 B
JSON
{
|
|
"name": "agent-ide-skills",
|
|
"owner": {
|
|
"name": "vivalalova",
|
|
"email": "vivalalova@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "AI code intelligence toolkit for refactoring, analysis, and quality assessment",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"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.",
|
|
"source": "./plugins/skills/agent-ide",
|
|
"strict": false,
|
|
"skills": [
|
|
"./"
|
|
]
|
|
}
|
|
]
|
|
}
|