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:ananddtyagi/claude-code-marketplace:plugins/explore",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "d7c3c156de5686b37e7ef36124d2a014447bac4b",
|
||||||
|
"treeHash": "9a22b02db8d14b8b0a210a02f847018546c941451d96cd8fa1467e872dd0c774",
|
||||||
|
"generatedAt": "2025-11-28T10:13:20.892126Z",
|
||||||
|
"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": "c50b3b13a34aaff787e43385d2d27bc9d0a7703bcb7275bccd7c2a6971b6f7c0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "commands/explore.md",
|
||||||
|
"sha256": "18839d892b21a65fdf33953b260b15dbdc45ff279ab570312f5d6c7e09620087"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "9a22b02db8d14b8b0a210a02f847018546c941451d96cd8fa1467e872dd0c774"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user