teach

teach is a skill for Claude Code from pe-menezes/vibeflow-claude. It costs 72 tokens per session (2,139 once invoked), scanned C, a copy of teach, MIT.

A skill that updates a project’s knowledge base, stored in a .vibeflow directory, from written feedback. It can record corrections, conventions, design decisions, and reusable patterns, including patterns imported from another repository.

In plain words
What is it for?
Use it to add corrections, document team conventions, record architecture decisions, and import useful patterns from external repositories.
Why use it?
It keeps important project knowledge from being lost in conversation or overwritten by generated updates. This gives future work a shared record of how the project should be changed or maintained.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Part of the vibeflow plugin — 10 skills, 1 agent shipped together

Good fit Use it to add corrections, document team conventions, record architecture decisions, and import useful patterns from external repositories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pe-menezes/vibeflow-claude/teach
Install

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.

Any agent
npx skills add pe-menezes/vibeflow-claude --skill teach
Clone the repo
git clone --depth 1 https://github.com/pe-menezes/vibeflow-claude

Made for: Claude Code.

Or install vibeflow, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

Wrote 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.

agentmods badge for teach

README.md
[![agentmods](https://agentmods.dev/badge/skills/pe-menezes/vibeflow-claude/teach/github.svg)](https://agentmods.dev/skills/pe-menezes/vibeflow-claude/teach)
Your own site
<a href="https://agentmods.dev/skills/pe-menezes/vibeflow-claude/teach"><img src="https://agentmods.dev/badge/skills/pe-menezes/vibeflow-claude/teach/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.

agentmods 80×15 button for teach

Your own site · 80×15
<a href="https://agentmods.dev/skills/pe-menezes/vibeflow-claude/teach"><img src="https://agentmods.dev/badge/skills/pe-menezes/vibeflow-claude/teach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,139 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.02139
Opus 5 $0.00036 $0.01069
Sonnet 5 $0.00014 $0.00428
Haiku 4.5 $0.00007 $0.00214

Measured 3d ago against content hash f7ca27728c19, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

teach scanned grade C with 1 finding 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 3d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

A clone gets removed with `rm -rf "$REPO_PATH"` — never `rm -rf` without an
Origin

This is a copy

91% identical to teach — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/teach/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Description and examples

What it does: Updates .vibeflow/ from natural language: corrects a pattern doc, adds a convention, records a decision, or documents a new pattern. Also imports patterns and conventions from an external reference repo via --from. Prefer corrections outside the auto-generated markers so they survive the next analyze.

Examples:

  • teach sempre usar camelCase para variáveis de estado — Adds or updates a convention.
  • teach o padrão de API mudou, agora validamos com zod — Updates the relevant pattern or conventions.
  • teach decidimos usar Redis para cache, não in-memory — Logs the decision (e.g. in decisions.md or conventions).
  • teach --from https://github.com/org/platform-patterns — Imports patterns from an external repo.
  • teach --from ./my-patterns --name platform — Imports from a local path with a custom alias.

Language

Detect the language of the user's current request or conversation. Write ALL output in that same language. Technical terms in English are acceptable regardless of the detected language.

Process the user's current feedback and update project knowledge.

The one rule that governs every edit

When editing an existing generated region, everything you write goes outside the <!-- vibeflow:auto:start/end --> markers — that is what makes a correction survive the next incremental analyze. Read the target file before editing it, and never rewrite what is inside the markers; analyze owns that region. One explicit exception: a new pattern doc created in category (d) is born with its own markers and its initial content inside them, so analyze owns that region from the start.

Before starting

.vibeflow/ has to exist: read .vibeflow/index.md directly by path for orientation. If it isn't there, stop with ".vibeflow/ does not exist. Run analyze first to create the knowledge base." — don't create it by hand.

Then branch on the input: --from in the user's current request goes to Import from external repo; anything else goes to Classify the feedback.

Read the full file on GitHub · 252 lines

Changes

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.

  1. 3d ago Changed · -1 lines · -2 tokens per session f7ca27728c19
  2. 9d ago First seen · 253 lines · 74 tokens per session scan C 326bb694a471

Subscribe to this mod's changes

teach is a skill published in the GitHub repository pe-menezes/vibeflow-claude (2 stars, last pushed 4d ago), licensed MIT. It adds 72 tokens to every session and 2,139 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). It is 91% identical to teach, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens

establishing-project-context

Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.

GanyuanRan/Aegis · 45 tokens