worldexams-generator
Creates pedagogical question bundles aligned with ICFES Colombia standards for math, science, reading, social studies, and English.
Install
mkdir -p .claude/skills/worldexams-generator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11845" && unzip -o skill.zip -d .claude/skills/worldexams-generator && rm skill.zipInstalls to .claude/skills/worldexams-generator
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Generate high-quality multiple-choice questions.
- →Align content with ICFES Colombia standards.
- →Utilize web search for updated contexts.
- →Persist generated patterns and themes.
- →Generate questions for specific grades and subjects.
How it works
The skill generates multiple-choice questions aligned with ICFES Colombia standards by using web search for context and persisting patterns and themes in Cortex memory.
Inputs & outputs
When to use worldexams-generator
- →Creating math practice questions for 11th grade
- →Generating reading comprehension test bundles
- →Building social studies quizzes for 9th grade
- →Developing English proficiency tests
About this skill
WorldExams Generator Skill
Misión
Generar contenido pedagógico de alta calidad alineado con los estándares del ICFES Colombia. El skill utiliza MiniMax M2.7 y la herramienta web_search para obtener contextos actualizados y generar preguntas de opción múltiple con única respuesta.
Alcance
- Grados: 6, 9, 11
- Materias:
- Matemáticas
- Lectura Crítica
- Ciencias Naturales
- Sociales y Ciudadanas
- Inglés
Herramientas Utilizadas
minimax-coding-plan-mcp: Para búsqueda web (web_search) y razonamiento complejo.cortex-memory: Para persistencia de patrones de preguntas y temas generados.
Integración con Cortex
Este skill debe persistir y consultar la memoria central en los siguientes paths:
projects/worldexams/overview- Resumen del proyecto y metas de generación.context/worldexams/active- Estado actual de la generación de bundles.projects/worldexams/patterns- Estándares de preguntas validados.
Endpoints:
POST http://localhost:8003/memory/addPOST http://localhost:8003/memory/search
Uso del Script de Generación
python3 skills/worldexams-generator/scripts/generator.py --grade 11 --subject math --count 10 --output bundle.json
Formato de Bundle (JSON)
{
"metadata": {
"grade": 11,
"subject": "math",
"version": "1.0"
},
"questions": [
{
"id": "q1",
"context": "Texto o planteamiento del problema...",
"question": "¿Cuál es el valor de X?",
"options": ["A", "B", "C", "D"],
"answer": 0,
"explanation": "Explicación pedagógica..."
}
]
}
When not to use it
- →When generating questions for academic standards outside of ICFES Colombia.
- →When questions are not multiple-choice with a single answer.
- →When the target grade or subject is not supported.
Limitations
- →Supports grades 6, 9, and 11.
- →Supports specific subjects: Matemáticas, Lectura Crítica, Ciencias Naturales, Sociales y Ciudadanas, Inglés.
- →Questions are multiple-choice with a single answer.
How it compares
This skill specifically targets Colombian academic standards and uses web search for up-to-date contexts, providing a specialized solution for educational content generation.
Compared to similar skills
worldexams-generator side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| worldexams-generator (this skill) | 0 | 3mo | Review | Intermediate |
| annas-archive-ebooks | 22 | 7mo | Review | Beginner |
| scientific-critical-thinking | 18 | 7mo | Review | Advanced |
| rudin-real-complex-analysis | 3 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
annas-archive-ebooks
ratacat
Use when needing to look up book content, find a book by title/author, download an ebook, or reference material from a published book. Triggers on book lookups, ebook downloads, "find the book", "get the PDF/EPUB of". Downloads produce PDF/EPUB/MOBI files - use ebook-extractor skill to convert to text.
scientific-critical-thinking
davila7
Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.
rudin-real-complex-analysis
parcadei
Problem-solving with Rudin's Real and Complex Analysis textbook
offensive-exploit-dev-course
26zl
Full exploit development course roadmap and syllabus: weekly topics, recommended reading, lab setup, and learning path from vulnerability classes through advanced exploitation. Use to structure exploit dev training or onboard new researchers. Use only for authorized security research, training, or a
lecture-transcript-slide-matcher
az9713
Combines YouTube lecture transcripts with PDF slides to create an interactive HTML page. Matches each slide to corresponding transcript segments, organized by key concepts. Use when users want to create synchronized lecture notes from transcript text files and slide PDFs.
text-as-data-cn
white638
中文文本即数据/计算社会科学操作技能(可执行):把政策文本、媒体语料、舆情、议案等大规模中文文本落成"语料构建→预处理/分词→表示→分析→验证→回写"流水线。核心 scripts/textstat.py(仅标准库)做词频/TF-IDF/关键词/共现网络,分词用 jieba(可选前端);主题模型(LDA/STM)、词向量等重型分析指引到 gensim/sklearn/R。强调 Grimmer & Stewart "自动化文本方法必须验证"。Use when the user does 文本分析、文本即数据、计算社会科学、政策文本分析、舆情分析、词频、TF-IDF、关键词提取、共现网络、语义网络、