transfer-bridge

Run near and far transfer challenges to verify portable understanding of a learned concept.

583|96|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/GarethManning/education-agent-skills --skill transfer-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transfer-bridge
Source: https://github.com/GarethManning/education-agent-skills/tree/main/skills/student-learning/transfer-bridge
Command: npx skills add https://github.com/GarethManning/education-agent-skills --skill transfer-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It diagnoses whether a learner’s understanding is portable by checking if they can apply the same underlying principle in a slightly different situation (near transfer) and a substantially different domain (far transfer).

Core Features & Use Cases

  • Near-transfer challenge: Presents a new scenario that shares the same principle but changes surface features, then asks what is the same and what is different.
  • Far-transfer challenge: Presents a cross-domain task that forces abstraction of the underlying structure, then asks learners to name the principle that travels across contexts.
  • Diagnostic framing: Treats far-transfer failure as informative (revealing context-bound learning) and supports re-connection via a structured warm-start when stuck.
  • Use Case: After a lesson on a concept, run this skill to determine whether the learner can genuinely use the principle outside the original examples, not just reproduce the procedure.

Quick Start

Use the transfer-bridge skill to run a near-then-far transfer check for a learner after they demonstrate understanding of the concept, providing the concept name and original learning context.

Frequently Asked Questions about transfer-bridge

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

FAQPage Schema
How do I test if a learner's conceptual understanding transfers to new contexts?

Near-transfer challenges change surface features while keeping the same principle, whereas far-transfer challenges force abstraction across substantially different domains to check if the learner can name the principle that travels between contexts.

How do I assess far-transfer of learning after a lesson?

You assess far-transfer of learning by presenting a cross-domain task that forces abstraction of the underlying structure, then asking the learner to name the principle that travels across the original and new contexts.

What inputs do I need to run a near and far transfer check?

Running a transfer check requires the concept_just_learned and original_context inputs, and optionally supports calibration via near_transfer_domain, far_transfer_domain, and developmental_band to tailor the challenge scenarios.

Can I use this transfer assessment approach for tutoring and coaching scenarios?

Yes, this transfer assessment applies directly to tutoring, coaching, and assessment scenarios where you need evidence-based verification that a learner's understanding is portable and principle-based across different contexts.

What happens when a learner fails the far-transfer challenge?

Far-transfer failure is treated as informative, revealing context-bound learning, and the system supports re-connection via a structured warm-start to help the learner bridge the gap when stuck.