documentacion-carpetas

Generate a Spanish-language folder structure guide for frontend repositories.

Updated May 27, 2025
One-click install
npx skills add https://github.com/PabloValdazoDEV/NotApp-Cliente --skill documentacion-carpetas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentacion-carpetas
Source: https://github.com/PabloValdazoDEV/NotApp-Cliente/tree/main
Command: npx skills add https://github.com/PabloValdazoDEV/NotApp-Cliente --skill documentacion-carpetas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill genera una documentación técnica clara y ordenada de la estructura de carpetas de un proyecto, facilitando que desarrolladores junior, personas externas al proyecto o perfiles técnicos se orienten rápidamente.

Core Features & Use Cases

  • Analiza la estructura del repositorio y crea o actualiza docs/documentacion-carpetas.md con una visión carpeta por carpeta.
  • Explica la finalidad de las carpetas principales (src, public, docs, etc.) y señala relaciones entre módulos.
  • Aporta recomendaciones para navegar y modificar el proyecto sin tocar código de producción.

Quick Start

Ejecuta este skill para generar la guía de carpetas en docs/documentacion-carpetas.md.

Frequently Asked Questions about documentacion-carpetas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document a repository folder structure for developer onboarding?

To document a repository folder structure for developer onboarding, generate a Spanish-language markdown guide detailing each top-level folder's role and component relationships. The output is saved to docs/documentacion-carpetas.md without modifying production code.

What is the best way to generate a folder structure guide for a frontend project?

The best way to generate a folder structure guide for a frontend project is to analyze the repository and output a markdown file explaining each top-level directory. This produces a concise, developer-focused guide at docs/documentacion-carpetas.md.

Can I automatically document folder relationships without touching production code?

Yes, you can automatically document folder relationships without touching production code. The process analyzes the repository structure and writes the documentation exclusively to docs/documentacion-carpetas.md, ensuring your source files remain untouched.

Does folder documentation ignore temporary folders and dependencies?

Yes, folder documentation specifically ignores dependencies and temporary folders. It focuses solely on identifying and explaining the main top-level directories and their roles within the system architecture.

How do I create a Spanish-language documentation file for my codebase directories?

You create Spanish-language directory documentation by running a process that scans your repository and generates docs/documentacion-carpetas.md. This file provides a clear, readable guide explaining each folder's purpose for junior developers.