attio-pack

v1.6.0 by Jeremy Longshore

Claude Code skill pack for Attio (18 skills)

18 Skills
MIT License

Installation

Open Claude Code and run this command:

/plugin install attio-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 18 production-grade Claude Code skills for the Attio CRM REST API — real endpoints, real data models, real error codes.

Build Attio integrations with https://api.attio.com/v2 using typed TypeScript patterns, from first API call through production deployment. Every skill uses actual Attio endpoints, the real object/record/list data model, real attribute types, and actual error response formats.

Skills (18)

attio-ci-integration View full skill →

'Configure CI/CD pipelines for Attio integrations with GitHub Actions,.

ReadWriteEditBash(gh:*)
attio-common-errors View full skill →

'Diagnose and fix the top Attio REST API errors by HTTP status code.

ReadGrepBash(curl:*)
attio-core-workflow-a View full skill →

'Full CRUD on Attio records -- create, read, update, delete, and search.

ReadWriteEditBash(curl:*)Grep
attio-core-workflow-b View full skill →

'Manage Attio lists, entries, notes, and tasks via the REST API.

ReadWriteEditBash(curl:*)Grep
attio-cost-tuning View full skill →

'Optimize Attio API usage costs -- reduce request volume, select the.

ReadGrep
attio-local-dev-loop View full skill →

'Set up a fast local development loop for Attio integrations with.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(npx:*)Grep
attio-performance-tuning View full skill →

'Optimize Attio API performance -- caching, batch queries, pagination.

ReadWriteEdit
attio-prod-checklist View full skill →

'Production readiness checklist for Attio API integrations -- auth,.

ReadBash(curl:*)Grep
attio-rate-limits View full skill →

'Handle Attio API rate limits with exponential backoff, queue-based.

ReadWriteEdit
attio-reference-architecture View full skill →

'Production reference architecture for Attio CRM integrations -- layered.

ReadGrep
attio-sdk-patterns View full skill →

'Production-ready patterns for the Attio REST API: typed client,.

ReadWriteEdit
attio-security-basics View full skill →

'Secure Attio API integrations -- token scoping, secret management,.

ReadWriteEditGrep
attio-upgrade-migration View full skill →

'Migrate between Attio API versions, handle breaking changes in the.

ReadWriteEditBash(npm:*)Bash(git:*)Grep
attio-webhooks-events View full skill →

'Implement Attio v2 webhooks -- subscribe to record/list/note/task events,.

ReadWriteEditBash(curl:*)