Skip to content

Commit f247ef9

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

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
@@ -23,7 +23,14 @@ Primary services:
2323

2424
## Agent Skills
2525

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

2835
- `resolvekit-backend-setup` — How to deploy and configure the ResolveKit backend. Covers Docker Compose setup, environment configuration, production deployment, knowledge base setup, and control-plane API integration.
2936
- `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)