tutor-statusline-install

Install a custom statusline segment displaying tutoring session metrics in Claude Code.

5|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Flagrare/llm-tutor --skill tutor-statusline-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutor-statusline-install
Source: https://github.com/Flagrare/llm-tutor/tree/main/plugins/llm-tutor/skills/tutor-statusline-install
Command: npx skills add https://github.com/Flagrare/llm-tutor --skill tutor-statusline-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the lack of visibility into your current tutoring session state by providing a persistent, non-intrusive status display within your existing Claude Code interface.

Core Features & Use Cases

  • Persistent Progress Tracking: Displays your current tier, cycles balance, and active topic directly in your terminal statusline.
  • Non-Destructive Integration: Safely wraps your existing statusline configuration without overwriting your custom settings.
  • Use Case: Use this to keep your learning progress visible at a glance while working on complex codebases, ensuring you stay aware of your tutoring session status without needing to run manual check commands.

Quick Start

Run the tutor statusline install command to enable the progress display in your terminal.

Frequently Asked Questions about tutor-statusline-install

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

FAQPage Schema
How do I display llm-tutor progress in my terminal statusline?

To display llm-tutor progress in your terminal statusline, you run a shell-based installation script that wraps your existing Claude Code statusline configuration to append real-time tutoring metrics like user tiers, cycles, and topic progress.

Can I integrate tutoring session metrics into Claude Code without losing my custom statusline settings?

Yes, you can integrate tutoring session metrics without losing custom statusline settings because the installation script is non-destructive; it safely wraps your existing configuration rather than overwriting it, while maintaining backup and idempotency safeguards.

How does statusline integration for learning progress work?

Statusline integration works by wrapping existing statusline configurations to append real-time data regarding your current tutoring tier, cycles balance, and active topic, providing a persistent, non-intrusive display within the Claude Code interface.

Do I need to run manual check commands to track my learning cycles while coding?

No, you do not need to run manual check commands to track learning cycles while coding; the integrated statusline segment provides a persistent, at-a-glance display of your tutoring session state directly in your terminal.

What happens if I execute the statusline installation script multiple times?

If you execute the statusline installation script multiple times, the idempotency safeguards ensure the script maintains your configuration integrity without duplicating segments, safely preserving your backup files during repeated runs.

Is tutor-statusline-install suitable for complex codebases?

Yes, tutor-statusline-install is suitable for complex codebases because it provides a non-intrusive status display that keeps your learning progress visible at a glance without interrupting your active coding workflow.