
from alfred-dev43
Read and map a repository before making changes: discover structure, config, tests, patterns, and dependencies to avoid breaking conventions when modifying code
Este skill guía una exploración sistemática de una base de código antes de realizar cambios. Su objetivo es entender la estructura del proyecto, las convenciones de código, la configuración y las pruebas relevantes para minimizar el riesgo al modificar archivos existentes. La exploración es de solo lectura y produce un resumen accionable para quien vaya a hacer los cambios.
Activar este skill justo antes de empezar a trabajar en una base de código desconocida o heredada: onboarding en un repo nuevo, preparación para una PR que afecte un módulo crítico, o cuando se necesita mapear dependencias y puntos de fallo antes de refactorizar. Evitar usarlo cuando ya exista documentación completa y reciente.
Designed for agents that perform code analysis and repository inspection: Claude Code or GPT/Copilot-style code assistants, CI automation that can run repository scans, and developer-helping agents that prepare context before producing patches.
A read-only codebase exploration skill written entirely in Spanish. Guides agents through 6 steps: mapping project structure, reading config, identifying patterns, reviewing tests, mapping dependencies, and documenting findings. No scripts bundled — purely instructional. Clean from a security standpoint as it explicitly prohibits modifications and has no executable code. Quality is decent but limited by Spanish-only content and lack of concrete trigger examples.
Good conceptual skill for onboarding/exploration workflows. The Spanish-only content is the main limitation for broad adoption. Architecture is minimal — single SKILL.md with no supporting files. Would benefit from English translation or bilingual frontmatter, and a references/ section with common project patterns.