attio-pack Verified Silver

Verified Silver · 79/100 saas-packs v1.0.0 by Jeremy Longshore

Claude Code skill pack for Attio (18 skills)

18 Skills
MIT License
Free Pricing

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 SKILL.md View full skill →

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

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

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

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

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

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

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

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

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

ReadGrep
attio-local-dev-loop SKILL.md View full skill →

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

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

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

ReadWriteEdit
attio-prod-checklist SKILL.md View full skill →

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

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

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

ReadWriteEdit
attio-reference-architecture SKILL.md View full skill →

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

ReadGrep
attio-sdk-patterns SKILL.md View full skill →

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

ReadWriteEdit
attio-security-basics SKILL.md View full skill →

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

ReadWriteEditGrep
attio-upgrade-migration SKILL.md View full skill →

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

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

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

ReadWriteEditBash(curl:*)