Generate a developer personality portrait from your AI conversation history.
npx claudepluginhub dadwadw233/vibeportraitAnalyze your AI conversation history and generate a beautiful developer personality portrait with MBTI type, famous person match, and developer rating.
# Install (one time)
cp -R VibePortrait/skills/vibe-portrait ~/.claude/skills/vibe-portrait
# Run
/vibe-portrait
Input: Your ~/.claude/history.jsonl + ~/.codex/history.jsonl (read-only, never sent anywhere)
Output:
| Output | What you get |
|---|---|
📄 vibe-portrait.html | Beautiful portrait page — open in browser, export as PNG |
🧠 ~/.claude/skills/.../me/ | Persona skill — say "think like me" in any future conversation |
🔄 my-vibe-portrait repo | Private GitHub repo syncing portraits across all your machines |
The portrait includes: MBTI type with per-type color theme · 6-axis capability radar · developer rating (夯爆了→拉完了) · 3-dimension famous match · communication style analysis · tech domain map · work rhythm heatmap · and more.
A skill for Claude Code and Codex. It reads your conversation history and generates:
Rating philosophy: judged by observable output, not claims or intent. No flattery. Evidence speaks.
一个 Claude Code / Codex 技能,读取你的对话历史,生成:
评分哲学:以可观察的实际产出为准。不谄媚,不推测。证据说话。
Claude Code (marketplace):
# Step 1: Add marketplace
/plugin marketplace add dadwadw233/VibePortrait
# Step 2: Install
/plugin install vibe-portrait@vibe-portrait
# Step 3: Run
/vibe-portrait:vibe-portrait
Claude Code (manual):
git clone https://github.com/dadwadw233/VibePortrait.git
cp -R VibePortrait/skills/vibe-portrait ~/.claude/skills/vibe-portrait
/vibe-portrait
Codex:
$skill-installer install https://github.com/dadwadw233/VibePortrait/tree/main/skills/vibe-portrait
# Then: Use $vibe-portrait to generate my developer personality portrait.
⚡ Quick mode (~200 msgs) or 🔍 Full mode (all msgs)
│
┌─────────────▼──────────────┐
│ Read conversation history │
│ + import from other machines│
└─────────────┬──────────────┘
│
┌─────────────▼──────────────┐
│ Analyze 6 dimensions │
│ → MBTI · Rating · Famous │
└─────────────┬──────────────┘
│
┌─────────────▼──────────────┐
│ Generate outputs │
│ 📄 HTML 🧠 Skill 📸 PNG │
└─────────────┬──────────────┘
│
┌─────────────▼──────────────┐
│ Sync to GitHub (optional) │
└────────────────────────────┘
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations