Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:29 +08:00
commit f7bcb54d4f
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/project-curator.md"
]
}