From claude-ble-nearby
Use when user wants to chat with a nearby developer, send a message, or read incoming messages from BLE peers
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-ble-nearby:ble-chatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user wants to send a message to a nearby dev:
When the user wants to send a message to a nearby dev:
ble_paired_list to check if the target peer is pairedble_pair_request and inform the user they need to wait for acceptanceble_send with the peer ID and message textWhen checking for new messages:
ble_inbox to get unread messagesExample:
Messages from coral-fox:
[14:32] "found the null pointer — it's in the auth middleware"
[14:33] "line 247 of auth.go"
If no messages, say "No new messages."
Always check for pending pair requests in the inbox response and surface them to the user.
npx claudepluginhub knakul853/claude-ble-nearby --plugin claude-ble-nearbyProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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.