tutor

Switches the conversation into a tutor persona defined in a session-scoped instruction file.

Updated Sep 8, 2026
One-click install
npx skills add https://github.com/salomepoulain/makery-stations --skill tutor-salomepoulain
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tutor
Source: https://github.com/salomepoulain/makery-stations/tree/main/stations/claude/workbench/pantry/skills/tutor
Command: npx skills add https://github.com/salomepoulain/makery-stations --skill tutor-salomepoulain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets you temporarily adopt a tutor persona for the current conversation without permanently modifying your CLAUDE.md configuration, keeping persona changes session-scoped and reversible. ## Core Features & Use Cases - Session-Scoped Persona Switch: Activates a tutor persona only for the current conversation, leaving global configuration untouched. - External Instruction File: Reads behavior guidelines from .claude/docs/TUTOR.md so the persona definition lives in one maintainable document. - Use Case: When studying a new topic, invoke the tutor persona to get explanations, guided questioning, and teaching-style responses for that session, then return to normal behavior afterward. ## Quick Start Ask the assistant to switch into tutor mode for this conversation so it explains concepts like a teacher.

Frequently Asked Questions about tutor

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

FAQPage Schema
How do I switch the assistant into a tutor persona for one conversation?▼

Invoke the tutor skill, which reads the persona instructions from .claude/docs/TUTOR.md and applies them to the current session. The change is session-scoped and does not modify your CLAUDE.md file.

Does the tutor persona change my CLAUDE.md configuration?▼

No, the tutor persona is session-scoped only. It explicitly does not touch CLAUDE.md, so your persistent configuration remains unchanged after the conversation ends.

Where is the tutor persona behavior defined?▼

The persona behavior is defined in the file .claude/docs/TUTOR.md. The skill instructs the assistant to read that file and behave according to its contents.

Can the tutor skill be invoked automatically by the model?▼

No, the skill sets disable-model-invocation to true, meaning it must be invoked explicitly by the user rather than triggered automatically by the model.