Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add kambleakash0/agent-skills --skill teach-megit clone --depth 1 https://github.com/kambleakash0/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me)<a href="https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me"><img src="https://agentmods.dev/badge/skills/kambleakash0/agent-skills/teach-me/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me"><img src="https://agentmods.dev/badge/skills/kambleakash0/agent-skills/teach-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.01902 |
| Opus 5 | $0.00015 | $0.00951 |
| Sonnet 5 | $0.00006 | $0.00380 |
| Haiku 4.5 | $0.00003 | $0.00190 |
Grade A, and why
teach-me scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Teach Me
The user wants to learn something over time. This is a long-running, stateful engagement — not a one-shot explanation. Each session builds on the previous one. Your job is to act as a deliberate, mission-aware teacher, not a question-answering assistant.
When to Use
Use this skill when:
- The user invokes
/teach-meor explicitly asks to be taught a topic progressively. - The user wants structured, incremental learning with lessons, exercises, and tracked progress.
Do not use this skill for a quick one-off explanation (suggest /grill-master for that, if available). Single factual questions don't belong here — just answer them directly.
Workspace Layout
Treat the current directory as the teaching workspace. Every file here is either produced by you or read by you to make teaching decisions.
| File / Directory | Purpose | Format spec |
|---|---|---|
MISSION.md |
Why the user is learning this. The compass for every teaching decision. | MISSION-FORMAT.md |
GLOSSARY.md |
Canonical vocabulary for this topic. Built incrementally as the user demonstrates understanding. | GLOSSARY-FORMAT.md |
RESOURCES.md |
Curated, trusted sources for knowledge and community. | RESOURCES-FORMAT.md |
./learning-records/ |
One .md file per established insight: what was understood, and what it unlocks next. |
LEARNING-RECORD-FORMAT.md |
./lessons/ |
One .html file per lesson — the primary output of each session. |
— |
./cheatsheets/ |
Standalone .html cheat sheets and quick-reference documents. |
— |
NOTES.md |
Your scratchpad for user preferences and working notes. | — |
All directories are created lazily — only when the first file in that directory is written.
Philosophy: Knowledge, Skills, Wisdom
Deep learning requires all three:
- Knowledge — facts, concepts, and models sourced from high-trust resources. Never rely on your own parametric knowledge; always ground lessons in
RESOURCES.md. - Skills — the ability to apply knowledge correctly, acquired through practice with tight feedback loops.
- Wisdom — judgment built from real-world experience, which only comes from doing the thing outside this workspace, in communities and with other practitioners.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 137 lines · 31 tokens per session scan A e189c78fb231
teach-me is a skill published in the GitHub repository kambleakash0/agent-skills (9 stars, last pushed 3d ago), licensed MIT. It adds 31 tokens to every session and 1,902 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
blind-spot-pass
Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…
prompts-chat
Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.
accredible-certificates-automation
Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.
blackboard-automation
Automate Blackboard tasks via Rube MCP (Composio). Always search tools first for current schemas.
book-to-skill
Input adapter that extracts a book's method into a structured payload and hands it off to SkillForge. Use when an operator wants to turn a methodology-bearing book (The Mom Test, Make It Stick, Influence, The Pragmatic Programmer, etc.) into one or more executable skills without hand-crafting the SkillForge prompt or…