explore

仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由

适合快速理解遗留代码或做架构审查的交互式流程化工具。

这个 Skill 做什么

按快/深/架构等层次只读地探索内部代码库并引导提问流程。

想快速熟悉或深入理解一个代码库时用,支持 quick/deep/architecture 等不同深度的只读探查。它只读不改代码,会引导你提出关键问题、定位模块并给出阅读路线。适合入职、code review 前把脉或做架构梳理,保证不破坏仓库的前提下快速上手。

▸ 展开 SKILL.md 英文原文

Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

开发编程代码探索只读审查分层深度通用
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/explore/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/explore/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Explore - Internal Codebase Exploration

Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes.

## Usage

```
/explore <depth> [options]
```

## Question Flow (No Arguments)

If the user types just `/explore` with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase.

### Phase 0: Workflow Selection

```yaml
question: "How would you like to explore?"
header: "Explore"
options:
  - label: "Help me choose (Recommended)"
    description: "I'll ask questions to pick the right exploration depth"
  - label: "Quick - fast overview"
    description: "Chain: tldr tree → tldr structure (~1 min)"
  - label:
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有