vibeid
FeaturedA personality test that evaluates you through a standardized analysis of real Vibe Coding data, based on your long-term use of tools like Claude Code, Codex, etc.
Data & Documents 192 stars
18 forks Updated today AGPL-3.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# VibeID — VibeCoding Personality Test
Analyze the user's local AI-CLI session history and reveal their **Vibetype**: a 4-letter code (one of 16 combinations) mapped to a distinct persona with low-poly character art.
This skill is a **specification**, not an SDK. It tells you *where* the data lives, *what* shape it has, and *which* numbers to compute — you decide how to do the extraction with whatever tools you have (Bash, jq, Read, Glob, your own scratch script). The deterministic part (the persona matrix and CDN images) is bundled; the analysis prose and the report layout are yours to generate.
## When to Activate
- User types `/vibeid`, `/vibecoding`, `/vibe`
- User asks for "VibeID", "VibeCoding test", "personality test", or equivalent phrasing
- Coffee CLI launches any supported CLI with an initial prompt matching any of the above
## Prerequisites
At least one supported AI CLI has been used locally enough to generate session history. No CLI is privileged — read from whichever of these the user actually has:
| CLI | Default session storage | Format | Scan depth |
|---|---|---|---|
| Claude Code | `~/.claude/projects/<hash>/*.jsonl` | jsonl | 2 |
| Codex | `~/.codex/sessions/<Y>/<M>/<D>/*.jsonl` | jsonl | 4 |
| Antigravity CLI | `~/.gemini/tmp/<short>/chats/*.jsonl` | jsonl | 3 (Gemini-format, written by `agy`) |
| Qwen Code | `~/.qwen/projects/<short>/chats/*.jsonl` | jsonl | 3 |
| OpenClaw | `~/.openclaw/agents/<id>/sessions/*.jsonl` | jsonl | 3 |
| Hermes Agent |...
Details
- Author
- edison7009
- Repository
- edison7009/Coffee-CLI
- Created
- 5 months ago
- Last Updated
- today
- Language
- Rust
- License
- AGPL-3.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
vibe-usage
Track and sync AI coding tool token usage to vibecafe.ai dashboard.
131 Updated today
vibe-cafe Code & Development Featured
vibe-coding
AI-assisted coding with Claude Code, Cursor, Copilot, Codex, Aider, or Windsurf. Use to build or debug generated code.
391 Updated 4 days ago
jamditis AI & Automation Listed
vibe.test
Use when verifying that a vibe install is intact or that CC and Codex are in sync — before a release, after changing skills/hooks/agents, or when a harness behaves inconsistently. Probes every shipped surface in the target install dir and writes a pass/fail report with STCV skill-quality verdicts.
0 Updated today
su-record