send-files
Use when you need to send local files, media, or directories to the chat.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when you need to send local files, media, or directories to the chat.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Publish architecture review HTML reports for this repository.
Publish architecture review HTML reports for this repository.
Find deepening opportunities in a codebase, informed by the project architecture map, glossary, constraints, and decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Use before choosing, creating, modifying, or verifying tests for a feature, bug fix, regression, refactor, integration, async workflow, or behavior change. Focuses agents on vertical proof first, real evidence before fixes, red/green proof, and clarification when the desired outcome is ambiguous.
Manage diagnostic logging with minimal context: find relevant logs, inspect status, enable or disable narrow logging, add runtime toggles when missing, and clean up after debugging.
Generate a new image or edit existing images and return the result to the chat.
| name | send-files |
| description | Use when you need to send local files, media, or directories to the chat. |
Use this skill when you need to send one or more local files to the chat, such as documents, images, videos, audio clips, or directories.
Include one fenced attachment block in the message where each file should be sent:
```attachment
path: relative/or/absolute/path.ext
caption: Optional caption
```
Rules:
path is required.caption is optional.