vibeid
SolidA 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 161 stars
17 forks Updated yesterday AGPL-3.0
Install
Quality Score: 85/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
- 3 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- AGPL-3.0
Similar Skills
Semantically similar based on skill content — not just same category
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 AI & Automation Listed
vibe-usage
Track and sync AI coding tool token usage to vibecafe.ai dashboard.
92 Updated yesterday
vibe-cafe AI & Automation Listed
vibe.analyze
Use when code, documents, websites, Figma, or project quality must be analyzed into an evidence-backed report.
0 Updated today
su-record