Coding & Debugging
PromptBeginner5 minmarkdown
application security (OWASP
STRIDE threat modeling) and code architecture
40
Agent skill for beeper
Loading actions...
Main instructions and any bundled files for this skill.
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.
STRIDE threat modeling) and code architecture
capitalization
param2: value2)'