.agents/skills/docling-docker-build/SKILL.md
Dockerizacao do projeto Docling, build e troubleshooting da imagem/compose com foco em timeouts do torch, proxy/SSL corporativo e cache do HuggingFace. Use quando houver falhas em `docker compose build`, necessidade de ajustar `docker/Dockerfile` ou `docker/compose.yaml`, ou para orientar a execucao via Docker do Docling.
npx skillsauth add scaixeta/CindyAgent docling-docker-buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Orientar build, troubleshooting e execucao do Docling via Docker/Compose com foco em estabilidade de downloads (torch), proxy/SSL corporativo e cache do HuggingFace.
Coletar contexto Docker
docker/Dockerfile, docker/compose.yaml, docs/SETUP.md, docs/OPERATIONS.md.references/docling-docker-context.md para resumo rapido.Diagnosticar falha de build
--no-cache quando o objetivo for reaproveitar downloads.Propor ajustes minimos
torch via indice CPU oficial antes do poetry install.HTTP_PROXY/HTTPS_PROXY/NO_PROXY e REQUESTS_CA_BUNDLE via .env.Garantir cache HF em volume Linux
HF_HOME/XDG_CACHE_HOME apontando para volumes nomeados.Validar execucao
docker compose -f docker/compose.yaml builddocker compose -f docker/compose.yaml run --rm docling-pipeline /app/input/<arquivo>output/<arquivo>.md e output/<arquivo>.json.Rastreabilidade DOC2.5
Dev_Tracking_S0.md (append-only) com evidencias e decisoes.tests/bugs_log.md..env.docling/ sem autorizacao.references/docling-docker-context.mddata-ai
Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
data-ai
Execute a trivial task inline — no subagents, no planning overhead
tools
Execute all plans in a phase with wave-based parallelization
tools
Route freeform text to the right GSD command automatically