edu-demo-evaluator-free

Evaluate educational demos qualitatively and output agent_X_free_eval.json.

Updated May 24, 2025
One-click install
npx skills add https://github.com/hanialshater/nextjs-blog-hani --skill edu-demo-evaluator-free
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: edu-demo-evaluator-free
Source: https://github.com/hanialshater/nextjs-blog-hani/tree/main/skills/edu-demo-evaluator-free
Command: npx skills add https://github.com/hanialshater/nextjs-blog-hani --skill edu-demo-evaluator-free

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables evaluators to watch educational demos as a learner would, without test-case bias, and produce actionable qualitative feedback in agent_X_free_eval.json.

Core Features & Use Cases

  • Blind evaluation workflow: avoid reading test inputs or benchmarks to judge learning value.
  • Step-by-step evaluation: observe, interact, capture key moments, and generate a structured, narrative assessment.
  • Output: agent_X_free_eval.json containing the learner-focused impressions and recommendations.

Quick Start

  1. Start the HTTP server in the repository root: python3 -m http.server 9999 &
  2. Open the demo page: http://localhost:9999/problems/edu-demo-evaluator-free/generations/gen1/agent_1.html
  3. Watch as a learner, note first impressions, capture key moments, and write an honest assessment. Then save the results to agent_X_free_eval.json.

Frequently Asked Questions about edu-demo-evaluator-free

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate educational demos without test case bias?▼

You can evaluate educational demos without test bias by using a blind evaluation workflow that observes the demo as a learner and generates a transparent qualitative assessment. It captures key moments and learner impressions without relying on predefined rubrics or benchmarks.

What is blind evaluation for educational tutorials?▼

Blind evaluation for educational tutorials is a qualitative assessment method where the evaluator interacts with the demo as a learner without seeing test cases or rubrics. It focuses on capturing genuine learner impressions to generate actionable feedback for improvement.

Can I generate qualitative feedback for learning demos without numeric rubrics?▼

Yes, you can generate qualitative feedback for learning demos without numeric rubrics by following a deterministic, step-by-step workflow. It captures observations and first impressions as a learner, outputting a structured narrative assessment instead of numeric scores.

How do I start the HTTP server to run an educational demo evaluation?▼

To start the HTTP server for an educational demo evaluation, run the command python3 -m http.server 9999 in your repository root. Then open the demo page via localhost:9999 to begin the step-by-step observation and assessment workflow.

Does the educational demo evaluation workflow require predefined test cases?▼

No, the educational demo evaluation workflow does not require predefined test cases. It is designed specifically for scenarios where no rubrics or benchmarks exist, relying entirely on observing the demo as a learner to produce transparent qualitative feedback.

What format does the qualitative demo evaluation output use?▼

The qualitative demo evaluation outputs an agent_X_free_eval.json file. This file contains the learner-focused impressions, key moments, and narrative recommendations generated during the step-by-step evaluation workflow.