@keel-ai/skill
v0.1.0
Published
Claude Code skill package for Keel React Native development. Drop `keel-skill.md` into ~/.claude/skills/keel/ to give Claude expert-level autocompletion + guidance about Keel SDK / @keel-ai/router / modules / submit / OTA.
Readme
@keel-ai/skill
Claude Code skill package for Keel React Native development. Drop it into your skills directory + Claude becomes instantly Keel-fluent: knows the CLI commands, file-based routing conventions, module install + autolink flow, OTA flow, Submit driver credential schemas.
Install
npm i -g @keel-ai/skill
keel-skill-install
# → installs to ~/.claude/skills/keel/SKILL.mdThen restart Claude Code (or /skill reload).
What's inside
The skill teaches Claude:
- CLI commands —
keel doctor / install / build / publish / submit / rollback / manifest / start / dev-client+ when to use each - File-based routing —
@keel-ai/routerconventions, Stack/Tabs navigators, useRouter / useLocalSearchParams patterns - Module install + autolink — how to install Keel modules and link them into the host's Podfile / Gradle; when a project needs a Dev Client variant
- OTA flow — manifest / bsdiff / 灰度 / rollback semantics
- Submit — 7 driver names, credential schemas, what each market needs you to do BEFORE Keel can help
- OAuth + Apple Sign-In + Push — the right
@keel-ai/*package to reach for instead of hand-rolling - Anti-patterns —
react-navigationdirect usage; hand-editing Podfile whenkeel-module installexists; storing push master secrets client-side; etc.
Custom install location
keel-skill-install --dest=/path/to/your/skills/dir/keel.mdUseful for team-shared skill repositories or in-repo skill packs.
Updating
Re-run keel-skill-install after npm update @keel-ai/skill.
Idempotent — overwrites in place.
License
Apache-2.0
