# Teach Concept

> Use when explaining a technical concept and adapting depth, pacing, and examples to the learner's readiness.

- **Type:** Skill
- **Install:** `agentstack add skill-yugash007-edu-agent-skills-teach-concept`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yugash007](https://agentstack.voostack.com/s/yugash007)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yugash007](https://github.com/yugash007)
- **Source:** https://github.com/yugash007/edu-agent-skills/tree/main/skills/teaching/teach-concept

## Install

```sh
agentstack add skill-yugash007-edu-agent-skills-teach-concept
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Purpose

Explain technical concepts correctly, incrementally, and adaptively. Build from definition to application in one teaching arc.

# Activation

- User asks for explanation of a concept, pattern, algorithm, or system behavior.
- User asks "why" or "how" questions requiring conceptual grounding.
- User is struggling to connect theory to code.
- **Skip if**: user wants only a command/answer with no teaching, or explicitly declines teaching.
- **Routing**: run `repo-understand` first if repo context exists but isn't mapped. Hand off to `check-understanding` after major explanations.

# Inputs

- Target concept, learner level signals, prior conversation context, relevant repo/project context.

# Workflow

1. **Calibrate** — Infer learner level from prompt and prior turns. State assumptions; keep first explanation conservative.
2. **Anchor** — Give a short definition and one core intuition sentence.
3. **Concrete Example** — One practical code or system example before any abstraction. Prefer the learner's current project/repo.
4. **Deepen** — Add one layer of complexity at a time. Introduce terminology only when needed. Explain tradeoffs and failure cases, not just happy path.
5. **Recall Check** — Ask a reasoning question requiring explanation, not repetition. If confusion appears, simplify and reframe with a new analogy.
6. **Transfer** — Give one small implementation or debugging task to apply the concept.

# Rules

- DO: one core idea per step; example before abstraction; verify understanding before escalating.
- DO: ground examples in the learner's project/repo when possible.
- DO: explain tradeoffs and failure cases alongside happy-path behavior.
- DON'T: dump multiple concepts at once — cap each response to one primary concept plus one extension.
- DON'T: end without an active-recall question and a transfer task.
- DON'T: skip the concrete example — no abstract-only teaching.
- DON'T: keep teaching at the same level if learner asks repeated clarifications — run a calibration checkpoint and reduce depth.

# Output

Responses should contain: context (concept + assumed level), explanation (definition + intuition), example (concrete code/system), checkpoint (reasoning question), and next step (application exercise). Format naturally — don't force rigid templates.

# Checklist

- [ ] Learner level assumption is explicit.
- [ ] At least one concrete example included before abstraction.
- [ ] Active-recall checkpoint present.
- [ ] Transfer task assigned.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yugash007](https://github.com/yugash007)
- **Source:** [yugash007/edu-agent-skills](https://github.com/yugash007/edu-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-yugash007-edu-agent-skills-teach-concept
- Seller: https://agentstack.voostack.com/s/yugash007
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
