eva-learn

Manages traceable guided learning projects with archiving, recovery, and staged teaching.

54|1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Lulu-Eva/Eva-skill --skill eva-learn-lulu-eva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eva-learn
Source: https://github.com/Lulu-Eva/Eva-skill/tree/main/skills/eva-learn
Command: npx skills add https://github.com/Lulu-Eva/Eva-skill --skill eva-learn-lulu-eva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns vague requests to learn a topic, read materials, or do thematic reading into structured, resumable learning projects with persistent progress archives instead of one-off explanations. ## Core Features & Use Cases - Project Archiving and Recovery: Creates a progress anchor file before teaching begins and restores previous learning projects when users ask to continue. - Guided Teaching Sessions: Delegates to the eva-shared Learn source of truth to deliver staged lessons, Q&A transcripts, and source material indexes. - Creation Handoff: Outputs thought-seed cards or judgment versions to downstream creation skills when learning results should become content. - Use Case: A user says "带我读这份资料" and receives a traceable reading project with progress tracking, Q&A records, and resumable sessions across conversations. ## Quick Start Ask the assistant to use eva-learn to guide you through learning a specific topic or reading a document step by step.

Frequently Asked Questions about eva-learn

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

FAQPage Schema
How do I start a guided learning project with eva-learn?

Say /eva-learn, "Eva Learn", or use natural language like "带我学懂" or "带我读这份资料". The skill creates a progress anchor file first, then begins the first teaching session in the same turn.

How do I continue a previous learning project?

Say "继续上次学习项目" or "接着讲上次带读". If no path is found, the skill asks which folder holds the project or lets you pick from multiple candidates without re-triggering the command.

Does eva-learn work without the eva-shared skill installed?

No. eva-learn is a thin entry point that reads learning protocols, schemas, and asset rules exclusively from the sibling eva-shared directory, so both must be installed in the same skills folder.

When should I not use eva-learn for a question?

Do not use it for simple explanations, content writing, title drafting, commercial briefs, or turning materials into videos or articles. Those tasks belong to Eva Think, Create, or the base model.

Where does eva-learn store learning project files?

Projects are written only to the user's running project directory, a user-specified folder, or ~/Documents/eva-learn/. It never writes learning data into the skill repository itself.