teachme

Solid

Turn any topic into a searchable, themed handbook or full study material (reference, hands-on practice, narrative chapters, quiz/Q&A) written in the user's own language, quality-checked by a multi-agent review, and published to GitHub Pages as a static site. Detects topic and language from the user, proposes a structure that fits the topic, and deploys (private repo + public Pages; free accounts warned). Includes site-wide + in-page search, 6 color themes, optional SVG diagrams, per-language proofreading (strictest for Korean), and a pre-deploy secret scan. Use for requests like "/teachme", "make/build a handbook", "build a guide or docs site", "create study material", or in Korean "핸드북/가이드 사이트 만들어줘", "교재 만들어줘", "기술 문서 사이트 출판".

Code & Development 5 stars 2 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Teach Me — 핸드북·교재 제작 스킬 주제 하나(`TOPIC`)와 작성 언어(`LANG`)를 받아, 일관된 품질·디자인·검색·배포로 **핸드북/교재**를 만들어 GitHub Pages에 출판하는 자립형 스킬이다. 콘텐츠만 갈아끼우면 어떤 주제·언어든 동일한 방식으로 제작된다. `/teachme` 로 호출하거나 "핸드북/교재 만들어줘" 같은 요청에 자동으로 동작한다. ## 명령 규격 — `/teachme [서브커맨드] [옵션] "<주제>"` `$ARGUMENTS`를 다음 규칙으로 해석한다. **첫 토큰이 알려진 서브커맨드면 그것으로, 아니면 `new`로 간주**하고 나머지를 주제로 본다. **서브커맨드** | 명령 | 하는 일 | |------|---------| | `new "<주제>"` (기본) | 새 핸드북/교재 생성. 자료조사→구성제안→작성→검증→(테마)→배포. `new`는 생략 가능(`/teachme "<주제>"`). | | `add <manual\|examples\|chapter\|quiz> ["<주제>"]` | 기존 산출물에 섹션 추가. | | `theme <azure\|graphite\|ink\|teal\|amber\|indigo>` | 기존 `docs/`에 테마 교체(`apply-theme.sh` 재적용) 후 재배포. | | `deploy` | 로컬 생성분 배포(계정/등급 확인 → §11.5 시크릿 스캔 → Pages). | | `verify` | 배포 사이트 검증(curl/Playwright) 또는 콘텐츠 재검수(§6/§7). | | `update [경로]` | 기존 `docs/`를 대상으로 **대화식** 수정·재검증·재배포(무거운 자동 재조회 아님 — 사용자가 고칠 곳을 말하면 반영). | | `doctor` | 환경 점검(아래 "환경 점검" 절). | | `help` | 이 명령 규격을 요약해 보여준다. | **플래그**(주로 `new`/`add`) — 미지정 값은 대화형(또는 텍스트)로 확인: `--lang <ko|en|ja|…>` · `--theme <…>` · `--type <manual+examples|chapter|quiz|mixed>` · `--repo <slug>`(미지정 시 폴더명 기본 제안) · `--dir <PROJECT_DIR>` · `--owner <gh계정>` · `--private|--public` · `--deploy <github|local>`(기본 github) · `--no-verify`(비권장·경고). 예: `/teachme new "Vercel 사용법" --lang ko --theme teal --type manual+examples --owner beret21` > 인자 없이 `/teachme`만 오면 `help`처럼 간단 안내 후, 주제를 물어 `new` 흐름을 시작한다. ## 안전성 — 전체 권한(full access)으로 써도 되는 이유 이 스킬은 **사용자의 파일·콘텐츠를 삭제하지 않는다.** 하는 일은 **생성·편집·배포뿐**이다: - 새 파일 생...

Details

Author
beret21
Repository
beret21/teachme
Created
3 weeks ago
Last Updated
1 weeks ago
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

reportme

Turn a topic or your own materials into a single self-contained, interactive HTML report — top tabs, clickable reference drawers, dense tables, comparison heatmaps, inline SVG diagrams, in-page search, a light/dark/system theme toggle, and a mobile-collapsible subtab panel — written in the user's language, quality-checked by a multi-agent review plus a bundled structural-consistency validator script. The output is ONE HTML file that opens directly from disk (all CSS/JS/data inline) — no server, no build step; local-first by default, with optional GitHub Pages publishing (explicit `publish` request only) and multilingual variants as per-language files linked by a static language switcher (≤3 languages recommended). Detects topic and language, proposes a tab/section structure that fits the report, and (if the user already has data) renders it into the design instead of researching. Includes per-language proofreading (strictest for Korean) and optional SVG diagrams. Use for requests like "/reportme", "make a rep

1 Updated 1 weeks ago
beret21
Web & Frontend Listed

teach-enhance

Teach a topic over multiple sessions AND ship it as a polished, self-hosted HTML course in one command — no separate /teach call. Runs the full teaching methodology (mission-first grounding, a stateful workspace of lessons + glossary + reference cards + learning records, zone-of-proximal-development pacing) and produces every lesson with the enhanced experience baked in: a local neural read-aloud button (Kokoro-82M, in-browser) with word-highlighting and a voice/speed picker, ADHD-friendly reading aids (progress bar, focus mode, read-time, glossary tooltips, mobile-safe tables, on-this-page TOC), offline syntax highlighting, a unified light/dark inline-SVG diagram kit, and content-design patterns (TL;DR box, mid-lesson Quick check + end Retrieval check, labeled Worked examples, Recap box). Triggers: "teach me X", "build a course on X", "I want to learn X over time", "make me lessons on …", plus "enhance / polish my course", "add the read-aloud button / focus mode / TL;DR".

1 Updated today
thattimc
AI & Automation Solid

teach

Teacher mode — turn a session recap / article / docs / concept / piece of code / bug into an incremental mini-course with comprehension checks, quizzes, and an auto-saved summary note. Invoke /teach [topic or URL]. Triggers — "explain it like a teacher", "walk me through what we did", "turn this into a lesson", "quiz me", "teach me", "let's learn this together".

14 Updated 2 days ago
Sanexxxx777