Skip to content

Commit e0b68cb

Browse files
committed
Update AGENTS.md: point to standalone skills repo for install
1 parent f20a2c4 commit e0b68cb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ ResolveKit Android SDK provides runtime orchestration, tool calling, and chat UI
1919

2020
## Agent Skills
2121

22-
This repo ships with integration skills in `.agents/skills/`. Load them when relevant:
22+
ResolveKit integration skills are available at https://github.com/resolve-kit/resolvekit-skills
23+
24+
**Quick install:**
25+
```bash
26+
curl -sL https://raw.githubusercontent.com/resolve-kit/resolvekit-skills/master/install.sh | bash -s .
27+
```
28+
29+
**Platform-specific skills:**
2330

2431
- `resolvekit-android-integration` — How to integrate this SDK into an Android project. Covers Maven installation, KSP function authoring, runtime configuration, Compose/Activity/Fragment UI integration, ProGuard rules, theming, and troubleshooting.
2532
- `resolvekit-agent-instructions` — How AI agents should approach ResolveKit integration. Covers project detection, function design patterns, integration order, and verification.

0 commit comments

Comments
 (0)