data-client-endpoint-setup
Installation
SKILL.md
Custom Endpoint Setup
This skill configures @data-client/endpoint for wrapping existing async functions. It should be applied after data-client-setup detects custom async patterns that aren't REST or GraphQL.
Installation
Install the endpoint package alongside the core package:
# npm
npm install @data-client/endpoint
# yarn
yarn add @data-client/endpoint
# pnpm
pnpm add @data-client/endpoint