stats + patterns + efficiency + suggest archive를 사이드바 탭으로 묶은 통합 대시보드 (인자 1=stats 일수, 2=patterns/efficiency 일수, 3=최소반복횟수)
세션별 효율(지렛대/자율도/도구사용) + 상하위 비교를 웹 대시보드로 시각화 (인자 1=일수, 2=최소 프롬프트수)
반복되는 사용자 프롬프트와 의도 분포를 웹 대시보드로 시각화 (인자 1=일수, 2=최소반복횟수)
토큰/세션/프롬프트 종합 통계 웹 대시보드 (기본 7일, 인자로 일수 지정 가능)
누적된 /omp:suggest 분석 결과 보관함을 브라우저로 열기
Uses power tools
Uses Bash, Write, or Edit tools
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Stop guessing what works. Let your prompts tell you.
A Claude Code plugin that turns your own usage data into actionable improvements. It quietly logs every prompt, token, tool call, and session into a local SQLite database, then helps you:
CLAUDE.md rules, memory entries, or new slash commands100% local. No outbound calls. No API key required (uses your existing claude CLI auth).
/plugin marketplace add github.com/handlecusion/oh-my-prompt
/plugin install omp@oh-my-prompt
The UserPromptSubmit and Stop hooks register themselves and start writing to ~/.claude/omp.db. After a session or two:
/omp:dashboard
That single tabbed page gives you Stats, Patterns, Efficiency, and your Suggest archive — all in one window.
| Command | Args | What it does |
|---|---|---|
/omp:stats [days] | days (default 7) | Daily token usage, per-model breakdown, per-project distribution, session stats — rendered as a web dashboard |
/omp:patterns [days] [min] | 30, 3 | Repeated prompts, intent distribution, first-4-words patterns, CLAUDE.md candidates |
/omp:efficiency [days] [min] | 30, 3 | Per-session leverage / autonomy / tool metrics, top vs bottom 20% comparison, first-prompt analysis |
/omp:suggest [days] [min] | 30, 3 | Runs both analyses, hands the raw output to an Opus sub-agent, and writes a structured proposal (rules, memory, slash candidates) to ~/.claude/omp_suggestions/<timestamp>.md |
/omp:suggest-archive | — | Browse the cumulative ~/.claude/omp_suggestions/ archive in a sidebar viewer |
/omp:dashboard [stats_days] [days] [min] | 7, 30, 3 | All four panels above in a single tabbed page (1-4 / j/k / arrows to switch) |
/omp:dashboard — one tabbed page that wraps the four panels below:
/omp:patterns — repeated prompts, intent distribution, first-4-words patterns, auto suggestions:
/omp:efficiency — per-session leverage / autonomy, top-vs-bottom 20% comparison, side-by-side first-prompt cards, tool usage delta:
/omp:suggest-archive — sidebar list + DOMPurify-rendered markdown of every cumulative /omp:suggest analysis:
Screenshots above are generated from
scripts/build_mock_db.py --locale en— fully synthetic data so no real user prompt is exposed. The dashboard chrome is also swapped to English viascripts/localize_html.pybefore capture (the runtime UI is Korean).
git clone https://github.com/handlecusion/oh-my-prompt ~/Code/oh-my-prompt
Add to the hooks block of ~/.claude/settings.json:
npx claudepluginhub handlecusion/oh-my-prompt --plugin ompHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development