Automates the learning process based on user intent.

Install

mkdir -p .claude/skills/maestro-learn && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12641" && unzip -o skill.zip -d .claude/skills/maestro-learn && rm skill.zip

Installs to .claude/skills/maestro-learn

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Route learning intent to learn-* commands
41 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Route learning requests to optimal commands.
  • Execute commands sequentially with session tracking.
  • Confirm planned chains before execution.
  • Display session summaries with next-step routing.
  • Force specific learning chains.

How it works

The skill parses learning intent, routes it to a specific learning chain, resolves targets, and executes steps sequentially while tracking the session state.

Inputs & outputs

You give it
Learning intent text or flags.
You get back
Executed learning steps, session summary, and next-step routing.

When to use maestro-learn

  • Learning new codebases
  • Investigating patterns
  • Deep-dive module analysis

About this skill

<purpose> Route learning requests to the optimal learn command or multi-step chain. Executes commands sequentially with session tracking.
Intent → Route to Chain → Execute Steps → Session Summary
</purpose> <context> $ARGUMENTS — learning intent text, or flags.

Flags:

  • -y, --yes — Auto mode: skip confirmation
  • --dry-run — Show planned chain without executing
  • --chain <name> — Force specific chain

Chains:

ChainStepsUse when
followlearn-followRead/understand code or docs
investigatelearn-investigateAnswer "how/why" questions
decomposelearn-decomposeCatalog patterns in a module
second-opinionlearn-second-opinionGet review/challenge on code
retrolearn-retro --lens allFull retrospective
deep-understandfollow → decompose → second-opinionThorough module analysis
pattern-catalogdecompose --save-spec --save-wiki → second-opinion --mode reviewFull pattern extraction + review

Session state: .workflow/knowhow/.maestro-learn/{session_id}/status.json </context>

<execution>

Step 1: Parse & Route

Intent routing:

KeywordsRoute
File path (contains / or \)follow
read, follow, walk through, understandfollow
why, how, what if, investigateinvestigate
pattern, decompose, catalogdecompose
opinion, review, challenge, consultsecond-opinion
retro, git, commit, decisionretro
thorough, deepdeep-understand

No match → present menu via AskUserQuestion. Max 1 clarification.

Step 2: Resolve Target & Build Args

Map chain to skill invocations. Extract target and flags from arguments.

Step 3: Confirm & Execute

  • --dry-run: display chain and exit
  • Not -y: show plan, ask confirmation
  • Execute each step sequentially. On failure: retry/skip/abort
  • Write session status.json, display summary </execution>

<error_codes>

CodeSeverityConditionRecovery
E001errorNo intent providedProvide learning goal or use --chain
E002errorCannot determine intentRephrase or use --chain
E005errorInvalid --chain nameShow valid chains
W001warningIntent ambiguousPresent options
</error_codes>

<success_criteria>

  • Intent routed to correct chain
  • Session directory created with status.json
  • All chain steps executed
  • Session summary displayed with next-step routing </success_criteria>

When not to use it

  • When the intent is not related to learning or investigation.
  • When the user does not provide a learning goal or specific chain.

Limitations

  • Max 1 clarification for ambiguous intent.
  • On failure, the skill can retry, skip, or abort.
  • Requires a learning intent or forced chain name.

How it compares

This skill automates the routing and execution of multi-step learning processes based on user intent, unlike manually selecting and running individual learning commands.

Compared to similar skills

maestro-learn side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
maestro-learn (this skill)02moNo flagsIntermediate
annas-archive-ebooks227moReviewBeginner
scientific-critical-thinking187moReviewAdvanced
scholar-evaluation42moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

annas-archive-ebooks

ratacat

Use when needing to look up book content, find a book by title/author, download an ebook, or reference material from a published book. Triggers on book lookups, ebook downloads, "find the book", "get the PDF/EPUB of". Downloads produce PDF/EPUB/MOBI files - use ebook-extractor skill to convert to text.

22177

scientific-critical-thinking

davila7

Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.

1888

scholar-evaluation

K-Dense-AI

Systematically evaluate scholarly work using the ScholarEval framework, providing structured assessment across research quality dimensions including problem formulation, methodology, analysis, and writing with quantitative scoring and actionable feedback.

438

tooluniverse-drug-research

mims-harvard

Generates comprehensive drug research reports with compound disambiguation, evidence grading, and mandatory completeness sections. Covers identity, chemistry, pharmacology, targets, clinical trials, safety, pharmacogenomics, and ADMET properties. Use when users ask about drugs, medications, therapeutics, or need drug profiling, safety assessment, or clinical development research.

323

rudin-real-complex-analysis

parcadei

Problem-solving with Rudin's Real and Complex Analysis textbook

317

worldexams-generator

iberi22

Generador de bundles de preguntas ICFES Colombia (Matemáticas, Lectura Crítica, Ciencias, Sociales, Inglés) para grados 6, 9 y 11 usando MiniMax MCP.

00

Search skills

Search the agent skills registry