skills/worldexams-curator/SKILL.md
Curador de contenido para WorldExams. Se encarga del control de calidad, formato y alineación pedagógica de los bundles generados.
npx skillsauth add iberi22/swal-skills worldexams-curatorInstall 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.
Asegurar que cada bundle de preguntas cumpla con los estándares técnicos y pedagógicos de WorldExams. El curador revisa la coherencia entre el contexto y la pregunta, la validez de las opciones y la claridad de la explicación.
El curador utiliza Cortex para:
projects/worldexams/guidelines - Guías de estilo y curación.context/worldexams/curation-history - Registro de bundles procesados.Endpoints:
POST http://localhost:8003/memory/addPOST http://localhost:8003/memory/searchpython3 skills/worldexams-curator/scripts/curator.py --input generated_bundle.json --output curated_bundle.json
testing
Xavier2 as the central context engine for SWAL - intelligent memory, decision-making, and context orchestration. Xavier2 is the CEO brain that stores memories, coordinates agents, and maintains project state.
tools
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
testing
Validador automático para WorldExams. Verifica integridad técnica y calidad pedagógica, activando regeneración automática si es necesario.
tools
Generador de bundles de preguntas ICFES Colombia (Matemáticas, Lectura Crítica, Ciencias, Sociales, Inglés) para grados 6, 9 y 11 usando MiniMax MCP.