From claude-ble-nearby
Use when user wants to see nearby Claude Code developers, check who is around, or manage BLE peer connections
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-ble-nearby:nearbyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about nearby developers or wants to see who's around:
When the user asks about nearby developers or wants to see who's around:
ble_status to check if the adapter is on and scanningble_scan to start discovery and get the peer listExample output:
Nearby devs (3 found):
coral-fox -45dBm paired
amber-wolf -62dBm discovered
jade-otter -78dBm connected
If the adapter is off, tell the user to enable Bluetooth in System Settings.
When showing pair requests, check ble_inbox for pending requests and prompt the user to accept or reject each one using ble_pair_accept.
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.