Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:16 +08:00
commit 2d753d4116
4 changed files with 372 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "system-explorer",
"description": "Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work.\n\nThis is followed by Plan, then Execute.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}