attio-pack Verified Silver

Verified Silver · 79/100 business-tools 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.

Skills (18)

attio-ci-integration SKILL.md View full skill →

Configure CI/CD pipelines for Attio integrations with GitHub Actions, mock-based unit tests, and live API integration tests.

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 across people, companies, deals, and custom objects.

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 right plan, monitor usage, and implement budget alerts.

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

Set up a fast local development loop for Attio integrations with hot reload, mock server, and integration tests.

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

Optimize Attio API performance -- caching, batch queries, pagination strategies, connection pooling, and latency reduction.

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

Production readiness checklist for Attio API integrations -- auth, error handling, rate limits, health checks, monitoring, and rollback.

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

Handle Attio API rate limits with exponential backoff, queue-based throttling, and Retry-After header parsing.

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

Production reference architecture for Attio CRM integrations -- layered project structure, sync patterns, webhook processing, and multi-environment setup.

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

Production-ready patterns for the Attio REST API: typed client, retry with backoff, pagination iterators, and multi-tenant factory.

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

Secure Attio API integrations -- token scoping, secret management, scope auditing, webhook signature verification, and rotation procedures.

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

Migrate between Attio API versions, handle breaking changes in the v1-to-v2 transition, and plan for future deprecations.

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

Implement Attio v2 webhooks -- subscribe to record/list/note/task events, verify signatures, filter by object or attribute, and handle idempotently.

ReadWriteEditBash(curl:*)