attio-pack

v1.8.0 by Jeremy Longshore

Attio CRM integration pack with 18 operator skills

18 plugin-local skills
MIT License
Claude Code Adapters (declared)

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 Claude Code skills for building, releasing, and operating Attio CRM integrations safely.

Skills (18) plugin-local skills

attio-ci-integration View full skill →

Build a bounded CI contract gate for an Attio integration using fixtures, schema checks, and an optional read-only smoke request.

ReadGlobGrepWebFetchWriteEdit
attio-common-errors View full skill →

Diagnose Attio REST API failures from status, structured error fields, endpoint contract, and request context without exposing customer data.

ReadGlobGrepWebFetchWriteEdit
attio-core-workflow-a View full skill →

Implement a safe Attio record lifecycle for standard or custom objects, including schema discovery, query, create or assert, update, and delete controls.

ReadGlobGrepWebFetchWriteEdit
attio-core-workflow-b View full skill →

Build an Attio workflow around lists and entries while keeping record data, list-specific attributes, notes, and tasks correctly separated.

ReadGlobGrepWebFetchWriteEdit
attio-cost-tuning View full skill →

Analyze and reduce avoidable Attio integration cost and load by measuring request volume, query complexity, synchronization churn, and retained data before changing architecture.

ReadGlobGrepWebFetchWriteEdit
attio-debug-bundle View full skill →

Assemble a minimal redacted Attio diagnostic bundle with request fingerprints, schema context, retry evidence, and environment metadata.

ReadGlobGrepWebFetchWriteEdit
attio-deploy-integration View full skill →

Plan and execute a staged deployment for an external Attio REST integration with secret injection, contract tests, read-only smoke evidence, canary writes, and rollback.

ReadGlobGrepWebFetchWriteEdit
attio-hello-world View full skill →

Prove the smallest safe Attio REST connection by listing objects and validating the response envelope without changing CRM data.

ReadGlobGrepWebFetchWriteEdit
attio-install-auth View full skill →

Choose and configure Attio REST authentication for a single workspace or multi-workspace OAuth app, including least-privilege scopes and a read-only verification.

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

Establish a repeatable local Attio development loop with sanitized fixtures, a non-production workspace, explicit mutation switches, and cleanup receipts.

ReadGlobGrepWebFetchWriteEdit
attio-performance-tuning View full skill →

Analyze and improve Attio integration latency and throughput from measured query shape, pagination, concurrency, retry, and cache evidence while preserving correctness.

ReadGlobGrepWebFetchWriteEdit
attio-prod-checklist View full skill →

Run an evidence-based production-readiness review for an Attio integration across identity, scopes, data ownership, retries, webhooks, observability, rollback, and support.

ReadGlobGrepWebFetchWriteEdit
attio-rate-limits View full skill →

Analyze and design an Attio request governor with separate read and write budgets, query-score awareness, bounded retries, and observable backpressure.

ReadGlobGrepWebFetchWriteEdit
attio-reference-architecture View full skill →

Design a production Attio integration architecture with tenant-bound credentials, schema discovery, queued writes, verified webhooks, idempotency, reconciliation, and rollback ownership.

ReadGlobGrepWebFetchWriteEdit
attio-sdk-patterns View full skill →

Build a typed Attio REST client with tenant-aware tokens, endpoint-specific pagination, structured errors, bounded retries, and contract tests while distinguishing it from the Attio App SDK.

ReadGlobGrepWebFetchWriteEdit
attio-security-basics View full skill →

Harden an Attio integration with least-privilege credentials, tenant isolation, log redaction, raw-body webhook verification, idempotency, and incident-ready rotation.

ReadGlobGrepWebFetchWriteEdit
attio-upgrade-migration View full skill →

Migrate an Attio integration through a contract-led inventory, OpenAPI and documentation diff, shadow validation, canary rollout, reconciliation, and tested rollback.

ReadGlobGrepWebFetchWriteEdit
attio-webhooks-events View full skill →

Build and operate an Attio webhook receiver with raw-body HMAC verification, fast acknowledgement, durable queues, idempotent processing, retry awareness, and reconciliation.

ReadGlobGrepWebFetchWriteEdit

Ready to use attio-pack?