teach

Teaches the user a new skill or concept within the workspace.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill teach-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/teach
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill teach-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often need structured, in-context guidance to learn a new skill or concept without leaving their workspace. This Skill provides a guided teaching workflow that walks the user through learning a topic directly inside their project environment. ## Core Features & Use Cases - Guided Teaching Workflow: Follows an authoritative teaching procedure defined in a shared skill file to instruct the user step by step. - Workspace-Integrated Learning: Teaches concepts in the context of the user's actual project, making explanations immediately applicable. - Use Case: A developer unfamiliar with a framework used in the repository asks to be taught how it works, and the Skill walks them through the concepts using the project's own code as examples. ## Quick Start Ask the assistant to teach you a specific concept or skill relevant to this workspace, such as how the project's build system works.

Frequently Asked Questions about teach

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

FAQPage Schema
How do I learn a new concept inside my coding workspace?▼

Invoke the teach skill and name the concept or skill you want to learn. It follows a structured teaching workflow that explains the topic using the context of your current workspace.

What topics can the teach skill cover?▼

The skill is designed to teach any skill or concept relevant to your workspace, such as frameworks, tools, or patterns used in the project. The actual teaching procedure is defined in a shared skill file it references.

Does the teach skill work across different AI agent hosts?▼

Yes, the skill instructs the host to translate host-specific invocation syntax and tool names into equivalent forms without changing the underlying workflow, constraints, or outputs.

Why does the teach skill reference another SKILL.md file?▼

This directory is a generated sync wrapper that delegates to an authoritative shared skill definition. It reads that file completely and resolves all relative paths against the shared skill's location.

Can the teach skill be invoked automatically without asking?▼

No, its policy configuration sets allow_implicit_invocation to false, so it only runs when the user explicitly requests to be taught something.