什么是 smart-explore?
使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。 来源:thedotmack/claude-mem。
使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。
通过命令行快速安装 smart-explore AI 技能到你的开发环境
来源:thedotmack/claude-mem。
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使用树托管 AST 解析进行令牌优化的结构代码搜索。当您需要了解代码结构、查找函数或有效地探索代码库时,使用而不是阅读完整文件。 来源:thedotmack/claude-mem。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/thedotmack/claude-mem