Claude-skill-registry cc-explore
Research codebase and dependencies to support planning. Use when evidence is missing.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cc-explore" ~/.claude/skills/majiayu000-claude-skill-registry-cc-explore && rm -rf "$T"
manifest:
skills/data/cc-explore/SKILL.mdsource content
cc-explore
Investigate only. Do not plan or implement.
Output
- Findings (with file paths)
- Unknowns remaining
- Recommendations to update cc-plan
Rules
- Prioritize facts from files and commands; cite paths.
- Stop after evidence is sufficient for planning.
References
- If needed, read references/claude-explore-system-prompt.md for the source prompt text.