Files
gh-ccplugins-awesome-claude…/.claude-plugin/plugin.json
2025-11-29 18:07:08 +08:00

11 lines
425 B
JSON

{
"name": "project-curator",
"description": "Reorganizes project structure by cleaning root clutter, creating logical folder hierarchies, and moving files to optimal locations. Tracks dependencies and fixes broken imports/paths. Use PROACTIVELY when project structure becomes unwieldy or needs architectural cleanup.",
"version": "1.0.0",
"author": {
"name": "alanKerrigan"
},
"agents": [
"./agents"
]
}