BLE GATT Integration

Structured 6-step BLE GATT debug workflow separating radio, discovery, attributes, security, and throughput

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 194e84d

Threw a two-fault BLE scenario at it (CCCD write 'succeeded' but no notifications arriving, MTU stuck at default 23 with a 40-byte payload, no pairing configured on an encryption-required characteristic) - the skill's Common Failures table maps directly onto both real root causes (encryption-without-bonding gate, ATT payload truncation) and its 6-step workflow surfaces both systematically, where an unguided answer reached for generic CCCD/sniffer advice and never called out the security gate as the likely primary blocker.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What BLE GATT Integration does

A debugging checklist for BLE GATT integration problems - notifications not arriving, CCCD issues, MTU truncation, pairing/bonding/encryption mismatches, and low throughput - across Zephyr, ESP-IDF, nRF Connect SDK, NimBLE, BlueZ, Android, and iOS. Triggers when a user is building or debugging GATT services, characteristics, notifications, or connection parameters; explicitly defers to radio/controller bring-up guidance when the device cannot advertise or connect at all.

How to install BLE GATT Integration

git clone https://github.com/easyzoom/aix-skills
mkdir -p ~/.claude/skills
cp -r aix-skills/skills/ble-gatt-integration ~/.claude/skills/ble-gatt-integration

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger BLE GATT Integration

  • /ble-gatt-integration Structured 6-step BLE GATT debug workflow separating radio, discovery, attributes, security, and throughput

It also activates on plain-language prompts like these:

  • My BLE notifications aren't arriving even though the CCCD write succeeded.
  • Debug why my peripheral's MTU stays at 23 bytes with a 40-byte payload.
  • Pairing seems fine but my encrypted characteristic still won't notify.

Frequently asked questions

Is the BLE GATT Integration skill free?
Yes. The skill itself is free from easyzoom/aix-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does BLE GATT Integration work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Threw a two-fault BLE scenario at it (CCCD write 'succeeded' but no notifications arriving, MTU stuck at default 23 with a 40-byte payload, no pairing configured on an encryption-required characteristic) - the skill's Common Failures table maps directly onto both real root causes (encryption-without-bonding gate, ATT payload truncation) and its 6-step workflow surfaces both systematically, where an unguided answer reached for generic CCCD/sniffer advice and never called out the security gate as the likely primary blocker.
What is the BLE GATT Integration SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install BLE GATT Integration?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use BLE GATT Integration with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.