Are you the author? Sign in to claim
Teach Me — /teachme: turn any topic into a themed, searchable handbook or study material in your language, verified and
/teachmeEnglish | 한국어
Turn any topic into a searchable, beautifully themed handbook — or full study material — written in your language, quality-checked by a multi-agent review, and published live to GitHub Pages. One command.
Teach Me is a Claude Code skill. You give it a topic; it researches the official sources, proposes a structure that fits the topic, writes the content in the language you're already typing in, verifies it with a review harness, applies a color theme, and deploys a static site to GitHub Pages.
/teachme "Vercel" → https://<you>.github.io/vercel-handbook/
See real handbooks built with it in the gallery ↓.
/plugin marketplace add beret21/teachme
/plugin install teachme@teachme
/reload-plugins
/teachme "the topic you want a handbook for"
That's it. Teach Me will confirm a few choices (language, theme, structure) and then build and deploy.
git, and gh).git and gh (GitHub CLI), logged in (gh auth login).Tip: run
/teachme doctorto check your environment (account, plan tier, git, assets) before building.
The one thing that decides how far Teach Me can go is whether your environment can run a shell + git + gh and reach your GitHub account. If it can, you get end-to-end automation; if not, the skill still writes the handbook but you deploy it yourself.
| Environment | Loads skill | Generates content | Auto-deploy (git/gh) | Multi-agent QA |
|---|---|---|---|---|
| Claude Code (CLI / IDE) | ✅ | ✅ | ✅ automatic | ✅ best quality |
| Codex CLI (full access) | ✅ | ✅ | ✅ automatic | ⚠️ weaker |
| Claude Desktop chat | ✅ | ✅ | ❌ manual | ❌ usually none |
| ChatGPT / Codex cloud chat | ✅ | ✅ | ❌ manual | ❌ none |
gh login, or GitHub account, so it produces the files and you push them yourself. Multi-agent verification is usually absent there, so density is lower./teachme [subcommand] [options] "<topic>" — the first token is a subcommand; if it isn't one, it's treated as new.
| Subcommand | What it does |
|---|---|
new "<topic>" (default) | Build a new handbook/study material end to end. new is optional. |
add <manual|examples|chapter|quiz> ["<topic>"] | Add a section to an existing project. |
theme <name> | Re-skin an existing site and redeploy. |
deploy | Deploy a locally-built project (account/plan check → secret scan → Pages). |
verify | Verify the live site or re-review the content. |
update [path] | Conversationally revise an existing site, then redeploy. |
doctor | Check your environment and report fixes. |
help | Show this command reference. |
Options (mainly for new/add): --lang, --theme <azure|graphite|ink|teal|amber|indigo>, --type <manual+examples|chapter|quiz|mixed>, --repo <slug>, --dir <path>, --owner <gh-account>, --private|--public, --deploy <github|local>, --no-verify.
/teachme new "React Query" --lang en --theme teal --type manual+examples
Anything you don't pass, Teach Me asks about (lightly). The writing language defaults to the language you're prompting in.
azure (default), graphite, ink (pure B/W), teal, amber, indigo..gitignore keep .env/keys out of your repo.Teach Me only creates, edits, and deploys — it never deletes your files or content. It writes new files, fills templates, edits colors in place (sed) for theming, and uses git/gh to publish. Any temp files it makes during verification are its own, in the OS temp dir. So you can let it run with full access and finish unattended without risking irreversible loss.
If you'd like, Teach Me can add an opt-in safety guard to your project's
.claude/settings.json(e.g. denyBash(rm:*)) — it asks first. It never forces this.
/plugin marketplace update teachme.English worked examples — each built end-to-end with /teachme, showing different content types and themes (sources private; sites public):
| Handbook | Structure | Theme |
|---|---|---|
| SQLite | Reference + hands-on practice | teal |
| Harness Engineering: Claude Code vs Codex CLI | Narrative chapters (concept, no practice) | graphite |
| How to Read Stock Charts | Chapters + self-check quiz (educational) | amber |
More handbooks (in Korean, with descriptions) are in the Korean README ↗: Pretrained AI Model · Claude MCP vs Skill · Git & GitHub · Vercel · and more.
gh not logged in → gh auth login. Wrong account? gh auth switch..git to be ignored by the sync engine to avoid corruption./teachme doctor anytime.MIT © beret21. See LICENSE and CHANGELOG.
This license covers the Teach Me skill itself. Handbooks and materials you generate with it are entirely yours.
If Teach Me is useful to you, consider buying me a coffee — it keeps the updates coming.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles
WCAG accessibility audit — automated scanning, manual review, remediation