More screenshots
Works with the AI tools you already use
AI home tutor
by Jiangdongbo
A structured academic tutor with persistent memory, diagnostic loops, and RAG-based factual verification.
Secure checkout via Stripe
See it in action
You say
I'm struggling with quadratic equations for my IGCSE math prep. Can you help me understand them?
Your agent does
I've checked your history and noticed you had some trouble with basic square roots last time. Let's start there.
What are the roots of x² = 16? Also, in the standard form ax² + bx + c = 0, what happens if a is equal to 0?
What you get
About this skill
The problem
Standard LLMs often act as answer engines rather than teachers. They give away solutions too early, fail to track a student's recurring mistakes, and lack the pedagogical structure needed for actual learning and retention.
What it does
- Enforces a three-phase teaching loop that prioritizes diagnosis and prerequisite checks before providing any explanations.
- Maintains a persistent state file in your workspace to track user error history and ensure past mistakes are reviewed in future sessions.
- Implements "Knowledge-Base-First" retrieval to prevent hallucinations by prioritizing your local study materials and textbooks over pre-trained data.
- Uses T-Shape explanation logic that leads with formal definitions before moving to misconception analysis and cross-disciplinary analogies.
- Dynamically adjusts difficulty based on real-time grading of practice problems.
Frameworks & tools
Works with local markdown files, PDF study materials, and knowledge bases like Notion or Obsidian via RAG. Supports LaTeX for mathematical notation.
Why this beats prompting it yourself
This skill isn't a simple "act as a tutor" prompt. It includes a mandatory state-management system to track learning progress across sessions and a rigid multi-turn logic that prevents the model from "leaking" answers during the diagnostic phase.
Use cases
- Preparing for IB, AP, or A-Level exams using specific curriculum textbooks.
- Reviewing complex STEM concepts where visual analysis of graphs or diagrams is required.
- Automated grading of homework with structured "Highlights" and "Needs Improvement" feedback.
- Long-term mastery of a subject through spaced repetition of past errors.
Known limitations
Visual analysis requires the user to manually upload images for the agent to process. Does not support non-educational tasks like general software engineering or weather updates.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
26+ total installs · 26 skills on Agensi
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.