Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Skills

### Available skills
- `euler-sdk` (v1.1.1): Euler V2 SDK integration guide for building production UIs, bots, scripts, and tooling. Use for tasks involving `buildEulerSDK`, SDK services (`accountService`, `portfolioService`, `vaultMetaService`, `executionService`, `swapService`), React Query integration, or SDK examples in `packages/euler-v2-sdk/examples/`. (file: `./skills/euler-sdk/SKILL.md`)
- `euler-sdk`: Euler V2 SDK integration guide for building production UIs, bots, scripts, and tooling. Use the canonical skill from [`euler-xyz/agent-skills`](https://github.com/euler-xyz/agent-skills/tree/main/skills/euler-sdk) for tasks involving `buildEulerSDK`, SDK services (`accountService`, `vaultMetaService`, `walletService`, `executionService`, `swapService`, `reulLockService`), React Query integration, or SDK examples in `packages/euler-v2-sdk/examples/`.

### How to use skills
- Trigger rule: If user asks for SDK integration help or names `euler-sdk`, load and follow `./skills/euler-sdk/SKILL.md`.
- Trigger rule: If user asks for SDK integration help or names `euler-sdk`, load and follow the canonical `euler-sdk` skill from `euler-xyz/agent-skills`.
- Load minimally: Open `SKILL.md` first, then only the rule files needed for the current task.
- Prefer local skill files in this repository over globally installed copies when both exist.
- Treat the SDK implementation docs and examples in this repository as source material for SDK behavior, and treat `euler-xyz/agent-skills` as the source of truth for packaged agent skill instructions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ A monorepo for Euler SDKs and tools.

### Agent Skills

Skills are at [`skills/`](./skills/) and discoverable via the root [`AGENTS.md`](./AGENTS.md).
Agent skill instructions are maintained in [`euler-xyz/agent-skills`](https://github.com/euler-xyz/agent-skills).

- `euler-sdk` (v1.1.0) - SDK integration guide. Install via `npx skills add euler-sdk` or see [`skills/euler-sdk/SKILL.md`](./skills/euler-sdk/SKILL.md).
- `euler-sdk` - SDK integration guide for building with `@eulerxyz/euler-v2-sdk`. See [`AGENTS.md`](./AGENTS.md) for agent usage guidance.
226 changes: 0 additions & 226 deletions skills/euler-sdk/AGENTS.md

This file was deleted.

24 changes: 0 additions & 24 deletions skills/euler-sdk/CHANGELOG.md

This file was deleted.

Loading