en un clic
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
npx skills add https://github.com/BumpyClock/dotfiles --skill beeperCopiez et collez cette commande dans Claude Code pour installer le skill
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
npx skills add https://github.com/BumpyClock/dotfiles --skill beeperCopiez et collez cette commande dans Claude Code pour installer le skill
Extract durable working preferences from recent local agent chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate user/team-specific agent guidance.
Use the spark CLI to access the user's Spark email data - list emails, search by topic, read threads, check calendar events, find availability, look up contacts, and view team info. Use when the user asks about their emails, calendar, contacts, meetings, or scheduling.
Use for new features, UX/UI changes, behavior changes, architecture decisions, or ambiguous work where intent/design must be clarified before implementation. Use micro-flow only for trivial mechanical/non-behavior changes.
Chrome DevTools MCP automation: existing Chrome tabs, no AppleScript.
Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.
CLI UX/spec: args, flags, help, output, errors, config, dry-run.
| name | beeper |
| description | Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS. |
Use this for local Beeper history questions, especially vague contact hints across iMessage/WhatsApp bridges.
~/Library/Application Support/BeeperTexts/index.dbmx_room_messages_ftsStart by inspecting accounts/rooms before broad searching.
accounts, participants, and room tables.Useful probes:
sqlite3 "$HOME/Library/Application Support/BeeperTexts/index.db" \
"select * from accounts limit 20;"
sqlite3 "$HOME/Library/Application Support/BeeperTexts/index.db" \
"select rowid, content from mx_room_messages_fts where mx_room_messages_fts match 'query' limit 20;"
Keep results local; this DB can contain private messages.