← 返回 Skills 市场
djc00p

Codebase Explorer

作者 Deonte Cooper · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install codebase-explorer
功能描述
Analyze unfamiliar codebases and generate structured onboarding guides with architecture maps, entry points, conventions, and project-specific instructions....
使用说明 (SKILL.md)

Codebase Onboarding

Systematically analyze unfamiliar codebases and produce structured onboarding guides.

When to Use

  • First time opening a project
  • Joining a new team or repository
  • User asks "help me understand this codebase"
  • User asks to generate a CLAUDE.md for a project
  • User says "onboard me" or "walk me through this repo"

Quick Start

  1. Scan package manifests and config files (identify tech stack and framework)
  2. Map directory structure and entry points (top 2 levels)
  3. Trace one request lifecycle (entry → validation → business logic → database)
  4. Identify naming, error handling, and testing patterns
  5. Generate onboarding guide and starter CLAUDE.md

Key Concepts

  • Reconnaissance — Use file presence patterns to infer tech stack and structure
  • Architecture pattern — Identify monolith vs. monorepo, frontend/backend split, API style
  • Convention detection — Extract naming, error handling, async patterns from recent code
  • Guided exploration — Don't read everything; use grep/glob selectively for ambiguity
  • Two-artifact output — Onboarding guide (structure + conventions) + CLAUDE.md (project instructions)

Common Usage

Most frequent patterns:

  • Understanding project structure and data flow
  • Documenting tech stack and architecture
  • Creating starter instructions for new team members
  • Identifying where to make changes (API routes, UI pages, database, tests)
  • Mapping conventions (naming, error handling, git workflow)

References

  • references/reconnaissance.md — File patterns for framework/language detection
  • references/artifacts.md — Onboarding guide and CLAUDE.md templates, best practices, anti-patterns
安全使用建议
This skill appears coherent with its purpose and is low-risk as provided, but remember: it will read repository files when run. Before granting an agent access to private repos, ensure the repo contains no secrets you don't want inspected. Ask the skill-maker to add explicit redaction/secret-detection guidance (e.g., stop and flag files matching *.env, credentials, .aws/ or .git-credentials) and review any generated CLAUDE.md or onboarding guide before sharing externally.
功能分析
Type: OpenClaw Skill Name: codebase-explorer Version: 1.0.0 The codebase-explorer skill is designed to help an AI agent systematically analyze a repository and generate onboarding documentation. It uses standard reconnaissance techniques, such as scanning package manifests (e.g., package.json, go.mod) and mapping directory structures, to identify tech stacks and architectural patterns. The bundle contains no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name and description (codebase analysis → onboarding guides) match the instructions and included templates. No unexpected credentials, binaries, or config paths are requested that would be unrelated to repository analysis.
Instruction Scope
SKILL.md and references explicitly instruct selective file scanning (manifests, configs, top-two-level directory mapping, targeted grep/glob). That stays within expected scope. Minor gap: there is no guidance about handling or redacting secrets discovered in repo files—recommendation to explicitly redact or flag secrets would improve safety.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk delivery: nothing is written to disk by an install step.
Credentials
No environment variables, credentials, or config paths are requested. This is proportional for a read-only codebase analysis skill.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or cross-skill configuration. Normal autonomous invocation is allowed (platform default) and is not combined with other risky requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install codebase-explorer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /codebase-explorer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Systematic codebase analysis and onboarding guide generation. Adapted from everything-claude-code by @affaan-m (MIT)
元数据
Slug codebase-explorer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Codebase Explorer 是什么?

Analyze unfamiliar codebases and generate structured onboarding guides with architecture maps, entry points, conventions, and project-specific instructions.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 Codebase Explorer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install codebase-explorer」即可一键安装,无需额外配置。

Codebase Explorer 是免费的吗?

是的,Codebase Explorer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Codebase Explorer 支持哪些平台?

Codebase Explorer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Codebase Explorer?

由 Deonte Cooper(@djc00p)开发并维护,当前版本 v1.0.0。

💬 留言讨论