GitHub
Skills harvested from GitHub repositories
14810 skills availableattio-upgrade-migration
Attio has two API generations: v1 (legacy, deprecated) and v2 (current). This skill covers the v1-to-v2 migration, commu...
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...
attio-performance-tuning
Attio's REST API returns JSON over HTTPS. Performance optimization focuses on reducing request count (batching, caching)...
attio-reference-architecture
Production architecture for CRM integrations with the Attio REST API (https://api.attio.com/v2). Designed for contact en...
attio-local-dev-loop
Set up a fast, reproducible local development workflow for Attio REST API integrations. Includes project structure, type...
attio-hello-world
Five progressively deeper API calls that exercise the Attio object/record model. Every call targets https://api.attio.co...
attio-install-auth
Configure authentication for the Attio REST API (https://api.attio.com/v2). Attio offers two auth methods: access tokens...
attio-deploy-integration
Deploy Attio-powered applications to production platforms. Covers secrets injection, health check endpoints, webhook URL...
attio-core-workflow-b
Lists are Attio's pipeline/board primitive -- they contain entries (records added to the list with list-specific attribu...
attio-cost-tuning
Attio pricing is based on workspace seats, not API calls. However, API rate limits effectively cap throughput, so optimi...
attio-core-workflow-a
Complete record lifecycle on the Attio REST API. Records are instances of objects (people, companies, deals, custom). Va...
attio-ci-integration
Set up CI/CD pipelines that validate Attio integrations without burning API quota on every push. Uses MSW mocks for unit...
attio-common-errors
Every Attio API error returns a consistent JSON body. This skill covers the real error codes, response format, and prove...
figma-core-workflow-a
The primary workflow for Figma API integrations: extracting design tokens (colors, typography, spacing) from a Figma fil...
scanning-database-security
Audit database security configurations, user privileges, network exposure, and data protection controls for PostgreSQL, ...
replit-cost-tuning
Optimize Replit spending across deployment compute, seat licenses, egress, and storage. Covers right-sizing deployment r...
building-cicd-pipelines
!ls .github/workflows/.yml .gitlab-ci.yml Jenkinsfile .circleci/config.yml 2>/dev/null || echo 'No CI/CD config found' G...
terraform-state-manager
This skill provides automated assistance for terraform state manager tasks within the DevOps Advanced domain. This skill...
brightdata-prod-checklist
Complete checklist for deploying Bright Data scraping integrations to production with zone verification, monitoring, and...
groq-deploy-integration
Deploy applications using Groq's inference API to Vercel Edge, Cloud Run, Docker, and other platforms. Groq's sub-200ms ...
vercel-known-pitfalls
Catalog of the most common Vercel anti-patterns with severity ratings, detection methods, and fixes. Organized by catego...
insecure-deserialization-checker
This skill provides automated assistance for insecure deserialization checker tasks within the Security Fundamentals dom...
miro-ci-integration
Set up CI/CD pipelines for Miro REST API v2 integrations with isolated test boards, proper secret handling, and API vali...
klaviyo-cost-tuning
Optimize Klaviyo costs through active profile management, list hygiene, event sampling, and API usage monitoring. Klaviy...