Agent_skills concept-mastery-validator
Verifies alignment between curriculum modules and generated projects to ensure no knowledge gaps. Use to audit the logical flow of a teaching program and ensure students are prepared for assigned tasks.
install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jorgealves/agent_skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/concept-mastery-validator" ~/.claude/skills/jorgealves-agent-skills-concept-mastery-validator && rm -rf "$T"
manifest:
concept-mastery-validator/SKILL.mdsource content
Concept Mastery Validator
Purpose and Intent
The
concept-mastery-validator is a quality assurance tool for educators and mentors. It ensures that the learning journey is logically sound and that students are not asked to perform tasks for which they haven't yet received foundational training.
When to Use
- Curriculum Auditing: Run this after designing a new module to ensure the learning objectives match the suggested projects.
- Project Refinement: Use this to identify if a project is too difficult or requires "hidden" knowledge not covered in the lessons.
When NOT to Use
- Individual Student Grading: This tool audits the curriculum structure, not the student's personal performance.
Security and Data-Handling Considerations
- Safe structural analysis; does not require sensitive student or proprietary data.