documentador — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited documentador (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Skill para generar documentacion de proyectos de codigo extrayendo informacion UNICAMENTE del codigo fuente. Agnostica al lenguaje.
Cuando el usuario quiera documentar un proyecto de codigo en el vault: generar una wiki/base de conocimiento a partir del repositorio.
[!CAUTION] Antes de crear o editar notas, lee las [[.agents/REGLAS_GLOBALES|Reglas Globales]].
[Sin documentar].diagrama-arquitectura para cualquier diagrama. Nunca ASCII art.Glob y Grep02_Proyectos/<proyecto>/Objetivo: ~5-10 notas por proyecto, no 50+. Ejemplo:
55 archivos -> 6 notas:
- Indice (arquitectura general)
- Agente Principal (archivos de agente)
- API (endpoints y servidor)
- Core (logica de negocio)
- Utilidades (helpers, config)
- Pipeline (flujo de datos)---
title: "Componente - Nombre"
type: doc-proyecto
status: completo
tags: [nombre-proyecto]
source_files: [archivo1.py, archivo2.py]
created: 2026-06-09
updated: 2026-06-09
---Secciones:
---
title: "Proyecto - Nombre"
type: proyecto
status: completo
tags: [nombre-proyecto]
repo: "https://..."
stack: [lenguaje, frameworks]
created: 2026-06-09
updated: 2026-06-09
---Secciones:
Incluir: clases principales, metodos publicos, esquemas/modelos, funciones de entrada, docstrings literales, imports externos.
Excluir: funciones privadas (_), imports internos triviales, constantes obvias, __init__.py vacios, tests/, migrations/.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.