From kg-educacion
Crear evaluaciones originales alineadas a OA usando currículum, materiales y marcos recuperados desde KG Educación V3.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kg-educacion:crear-evaluacionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Resuelve curso, asignatura, OA y unidad con `resolve_curricular_targets`.
resolve_curricular_targets.query_curriculum.query_teaching_materials si la evaluación usa un texto,
unidad o recurso específico.analyze_assessment_framework.Conserva las citas del contexto. Los ítems fuente y sus claves son evidencia interna: no se copian como evaluación final. La vista de estudiante no incluye respuestas. La generación y cualquier validación posterior pertenecen al modelo o aplicación, no a una tool del KG.
npx claudepluginhub southlab-ai/claude-plugin-marketplace --plugin kg-educacionGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.