·smart-explore
</>

smart-explore

Búsqueda de código estructural optimizada para tokens mediante análisis AST de cuidado de árboles. Úselo en lugar de leer archivos completos cuando necesite comprender la estructura del código, encontrar funciones o explorar una base de código de manera eficiente.

105Instalaciones·22Tendencia·@thedotmack

Instalación

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

Cómo instalar smart-explore

Instala rápidamente el skill de IA smart-explore en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore
  3. Verificar instalación: Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

Fuente: thedotmack/claude-mem.

SKILL.md

Ver original

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:

Búsqueda de código estructural optimizada para tokens mediante análisis AST de cuidado de árboles. Úselo en lugar de leer archivos completos cuando necesite comprender la estructura del código, encontrar funciones o explorar una base de código de manera eficiente. Fuente: thedotmack/claude-mem.

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-28
Actualizado
2026-03-10

Browse more skills from thedotmack/claude-mem

Respuestas rápidas

¿Qué es smart-explore?

Búsqueda de código estructural optimizada para tokens mediante análisis AST de cuidado de árboles. Úselo en lugar de leer archivos completos cuando necesite comprender la estructura del código, encontrar funciones o explorar una base de código de manera eficiente. Fuente: thedotmack/claude-mem.

¿Cómo instalo smart-explore?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/thedotmack/claude-mem --skill smart-explore Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

¿Dónde está el repositorio de origen?

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

Detalles

Categoría
</>Desarrollo
Fuente
skills.sh
Primera vez visto
2026-02-28