Generate a complete educational book in express mode — full pipeline from curriculum matrix through validated units to exportable outputs. Orchestrates matrix, unit, guide, validation, and export skills in sequence. Trigger on: libro express, crear libro, book express, libro completo, generar libro, full book, editorial pipeline.
From scribanpx claudepluginhub javimontano/mao-scriba --plugin scribaThis skill is limited to using the following tools:
evals/evals.jsonreferences/book-express-patterns.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Implements distributed tracing with Jaeger/Tempo for microservices, including Kubernetes/Docker setup and OpenTelemetry instrumentation (Python/Flask). Use for debugging latency, dependencies, and request flows.
A complete book is not a collection of chapters — it's a coherent learning journey. Express mode compresses the pipeline without skipping quality.
Orchestrate the complete SOAP pipeline to generate a full educational book: matrix -> units -> guides -> validation -> consistency audit -> export. Express mode generates 1 theme per unit for rapid prototyping; complete mode generates all themes.
Collect parameters: asignatura, grado, number of units, depth (express/complete).
Phase 1 — Ingesta: Activate generate-matrix for the selected subject/grade.
Verify 100% destreza coverage. Distribute destrezas across units.
Phase 2 — Generacion (parallel per unit): For each unit, launch in parallel:
generate-unit with assigned destrezasgenerate-teacher-guide with unit contentgenerate-rubric for each unit's indicatorsPhase 3 — Validacion (per unit):
validate-comprehensibility with 3 student profiles (>85%)verify-coverage to confirm destreza traceabilityreview-style against Manual de VozPhase 4 — Reparacion (if needed): For any validation failure, activate the corresponding REPAIR skill. Re-validate until all thresholds pass.
Phase 5 — Auditoria:
audit-consistency across all units (progression, terminology, logic).
Phase 6 — Exportacion:
export-docx -> texto alumno + guia docenteexport-html-ebook -> interactive ebookPhase 7 — Reporte: Generate final dashboard with all metrics.
| Name | Source | Required |
|---|---|---|
| Asignatura | User input | Yes |
| Grado | User input | Yes |
| Num. unidades | User input (default: 6) | Yes |
| Nivel profundidad | User input (express/complete) | Yes |
| Priming RAG files | references/priming-rag/ | Recommended |
| Artifact | Format | Destination |
|---|---|---|
| Matriz A&S | Markdown/JSON | matrices/ |
| Unidades editoriales | Markdown | units/ |
| Guias docentes | Markdown | guides/ |
| Texto alumno | DOCX | exports/ |
| Guia docente | DOCX | exports/ |
| Ebook | HTML | exports/ |
| Reporte de validacion | Markdown | reports/ |
# Libro Express — {Asignatura} {Grado}
## Dashboard Final
| Metrica | Valor |
|---------|-------|
| Unidades | N/N generadas |
| Comprensibilidad promedio | N% |
| Cobertura curricular | 100% |
| Gates pasados | G0, G1, G1.5, G2, G3 |
| Archivos exportados | texto.docx, guia.docx, ebook.html |
## Archivos Generados
- exports/{asig}_{grado}_texto_alumno.docx
- exports/{asig}_{grado}_guia_docente.docx
- exports/{asig}_{grado}_ebook.html
- reports/validation_report.md
references/book-express-patterns.md — Pipeline orchestration patterns and gate definitions