vibeid

Solid

A 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

View on GitHub

Quality Score: 85/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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