Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "explore",
|
||||
"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": "Galen Ward"
|
||||
},
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# explore
|
||||
|
||||
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.
|
||||
|
||||
This is followed by Plan, then Execute.
|
||||
13
commands/explore.md
Normal file
13
commands/explore.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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.
|
||||
|
||||
This is followed by Plan, then Execute.
|
||||
author: Galen Ward
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
$ARGUMENTS
|
||||
Read claude-checklists/DESCRIPTION-OF-THIS-AREA-OF-YOUR-SYSTEM.md and claude-checklists/CURRENT-PROJECT.md.
|
||||
Read through related code.
|
||||
Do not write any code right now.
|
||||
Conduct review, read relevant files and tests for the project and prepare to discuss this part of the codebase.
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/explore",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "36ef1eca202f28d568bb98249b97ef9d7dbb07f5",
|
||||
"treeHash": "82bcfc9e3d4ce373bb30ab3e60dbba77ad187853578befbf670e5774e4b3df27",
|
||||
"generatedAt": "2025-11-28T10:14:34.296255Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "explore",
|
||||
"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"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "076ff10e0c3af0a1e33c01283c9ca75129d050fcaff3e4fb1d364526f34e2c5b"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "def8e7fb86664e04a020658ff6840006f7a6fd870d917c037f72e7034c235daf"
|
||||
},
|
||||
{
|
||||
"path": "commands/explore.md",
|
||||
"sha256": "18839d892b21a65fdf33953b260b15dbdc45ff279ab570312f5d6c7e09620087"
|
||||
}
|
||||
],
|
||||
"dirSha256": "82bcfc9e3d4ce373bb30ab3e60dbba77ad187853578befbf670e5774e4b3df27"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user