attio-upgrade-migration

Attio has two API generations: v1 (legacy, deprecated) and v2 (current). This skill covers the v1-to-v2 migration, commu...

github

attio-sdk-patterns

There is no official Attio Node.js SDK. The API is a clean REST/JSON interface at https://api.attio.com/v2. These patter...

github

attio-performance-tuning

Attio's REST API returns JSON over HTTPS. Performance optimization focuses on reducing request count (batching, caching)...

github

attio-reference-architecture

Production architecture for CRM integrations with the Attio REST API (https://api.attio.com/v2). Designed for contact en...

github

attio-local-dev-loop

Set up a fast, reproducible local development workflow for Attio REST API integrations. Includes project structure, type...

github

attio-hello-world

Five progressively deeper API calls that exercise the Attio object/record model. Every call targets https://api.attio.co...

github

attio-install-auth

Configure authentication for the Attio REST API (https://api.attio.com/v2). Attio offers two auth methods: access tokens...

github

attio-deploy-integration

Deploy Attio-powered applications to production platforms. Covers secrets injection, health check endpoints, webhook URL...

github

attio-core-workflow-b

Lists are Attio's pipeline/board primitive -- they contain entries (records added to the list with list-specific attribu...

github

attio-cost-tuning

Attio pricing is based on workspace seats, not API calls. However, API rate limits effectively cap throughput, so optimi...

github

attio-core-workflow-a

Complete record lifecycle on the Attio REST API. Records are instances of objects (people, companies, deals, custom). Va...

github

attio-ci-integration

Set up CI/CD pipelines that validate Attio integrations without burning API quota on every push. Uses MSW mocks for unit...

github

attio-common-errors

Every Attio API error returns a consistent JSON body. This skill covers the real error codes, response format, and prove...

github

figma-core-workflow-a

The primary workflow for Figma API integrations: extracting design tokens (colors, typography, spacing) from a Figma fil...

github

scanning-database-security

Audit database security configurations, user privileges, network exposure, and data protection controls for PostgreSQL, ...

github

replit-cost-tuning

Optimize Replit spending across deployment compute, seat licenses, egress, and storage. Covers right-sizing deployment r...

github

building-cicd-pipelines

!ls .github/workflows/.yml .gitlab-ci.yml Jenkinsfile .circleci/config.yml 2>/dev/null || echo 'No CI/CD config found' G...

github

terraform-state-manager

This skill provides automated assistance for terraform state manager tasks within the DevOps Advanced domain. This skill...

github

brightdata-prod-checklist

Complete checklist for deploying Bright Data scraping integrations to production with zone verification, monitoring, and...

github

groq-deploy-integration

Deploy applications using Groq's inference API to Vercel Edge, Cloud Run, Docker, and other platforms. Groq's sub-200ms ...

github

vercel-known-pitfalls

Catalog of the most common Vercel anti-patterns with severity ratings, detection methods, and fixes. Organized by catego...

github

insecure-deserialization-checker

This skill provides automated assistance for insecure deserialization checker tasks within the Security Fundamentals dom...

github

miro-ci-integration

Set up CI/CD pipelines for Miro REST API v2 integrations with isolated test boards, proper secret handling, and API vali...

github

klaviyo-cost-tuning

Optimize Klaviyo costs through active profile management, list hygiene, event sampling, and API usage monitoring. Klaviy...

github