attio-sdk-patterns
Installation
SKILL.md
Attio Typed Client Patterns
Overview
This skill designs a small REST client around the endpoints an application actually uses. It does not conflate a server-side REST wrapper with Attio's attio App SDK for in-product apps.
Prerequisites
- Runtime, package manager, and existing HTTP conventions
- Exact endpoints, methods, scopes, and response shapes
- Tenancy and credential model
- Existing tests and error-handling policy
Tool Discipline
Use Read, Glob, and Grep to inspect clients, types, dependency policy, and tests. Use WebFetch only for official Attio REST, OpenAPI, and App SDK documentation. Use Write or Edit after the target abstraction and endpoint contracts are confirmed.