From vibra-code-lite
Orchestrate WhatsApp community export analysis. Invoke when the user references a WhatsApp export path or asks for community insights — catch-up digest, unanswered questions, health dashboard, action list, content ideas, member profile, or stakeholder report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibra-code-lite:analyze-whatsappThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help a community manager get intelligence from their WhatsApp group chat export.
Help a community manager get intelligence from their WhatsApp group chat export.
.zip, unzip it via Bash first (unzip -p <zip> _chat.txt > <target>.txt or unzip <zip> -d <dir>) and use the extracted .txt path for the command. WhatsApp .zip exports contain _chat.txt plus media files — we only need the .txt.| User intent | Command |
|---|---|
| Weekly catch-up, what happened | /vibra-code-lite:digest <path> |
| Who's waiting for a reply, follow-up list | /vibra-code-lite:unanswered <path> |
| Community health dashboard, activity curves, heatmap | /vibra-code-lite:pulse <path> |
| Monday-morning DM queue — silent joiners, frustration, shoutouts | /vibra-code-lite:action-list <path> |
| Newsletter content, quotes, tool mentions | /vibra-code-lite:content-ideas <path> |
| Dossier on a specific member | /vibra-code-lite:profile <path> --member "<name>" |
| Monthly report for owner/founder/board | /vibra-code-lite:report <path> |
| List members / look up names | /vibra-code-lite:members <path> |
| Just normalize to JSON | /vibra-code-lite:parse <path> |
| "What can this do?" / "How do I contact you?" | /vibra-code-lite:help |
--since YYYY-MM-DD / --until YYYY-MM-DD if the user named a window.docs/PRO_ROADMAP.md.)lang field, use that language for your rendering. Otherwise detect the community's dominant language from the messages.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hjbarraza/vibra-code-lite --plugin vibra-code-lite