By tmdgusya
Auto-export and parse your Claude Code conversation transcripts. Extracts only user prompts from sessions.
A Claude Code plugin that automatically exports your conversation prompts when sessions end.
.transcriptor/ in each projectgit clone https://github.com/tmdgusya/claude-vocab ~/.claude/plugins/claude-vocab
Just use Claude Code normally. When you exit a session (/exit, Ctrl+C, etc.), your prompts are automatically saved to:
.transcriptor/prompts-YYYYMMDD_HHMMSS.txt
/export-prompts — Export prompts from a specific session/list-exports — List all exported transcripts in current projectEach prompt is saved on its own line, in chronological order:
How do I create a React component?
Can you add error handling to this function?
Make the button blue instead of green
The plugin uses a SessionEnd hook that:
type: "user" messages<).transcriptor/ directoryjq command-line tool (usually pre-installed on macOS/Linux)MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimEngineering discipline skills: optimization rules, systematic debugging, AI slop cleanup, and implementation guardrails
영어 프롬프트 학습 도우미 - 어휘력 확장 및 자연스러운 표현 학습
클럽의 샌드위치 가게 - Subway 주문 시스템
Generate minimal, effective AGENTS.md files using the Differential Context principle. Based on research showing verbose context files reduce agent performance.
Implementation agents with planning, building, and loop control workflows using IMPLEMENTATION_PLAN.md with continuous task execution, verification, git workflow, and iteration limits
npx claudepluginhub tmdgusya/claude-vocabMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.