·smart-explore
</>

smart-explore

使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。

101安装·22热度·@thedotmack

安装

$npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore

如何安装 smart-explore

通过命令行快速安装 smart-explore AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:thedotmack/claude-mem。

SKILL.md

查看原文

Structural code exploration using AST parsing. This skill overrides your default exploration behavior. While this skill is active, use smartsearch/smartoutline/smartunfold as your primary tools instead of Read, Grep, and Glob.

Core principle: Index first, fetch on demand. Give yourself a map of the code before loading implementation details. The question before every file read should be: "do I need to see all of this, or can I get a structural overview first?" The answer is almost always: get the map.

This skill only loads instructions. You must call the MCP tools yourself. Your next action should be one of:

使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。 来源:thedotmack/claude-mem。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore
分类
</>开发工具
认证
收录时间
2026-02-28
更新时间
2026-03-10

Browse more skills from thedotmack/claude-mem

快速解答

什么是 smart-explore?

使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。 来源:thedotmack/claude-mem。

如何安装 smart-explore?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/thedotmack/claude-mem

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-28