GitHub
Skills harvested from GitHub repositories
14810 skills availablefinta-common-errors
Finta is a fundraising CRM that manages investor pipelines, deal rooms, email sync, and payment collection for startups ...
finta-ci-integration
Set up CI/CD for Finta fundraising integrations: run unit tests with mocked investor pipeline data on every PR, validate...
figma-webhooks-events
Figma Webhooks V2 push real-time notifications when files change, comments are posted, or libraries are published. Webho...
figma-security-basics
Secure your Figma API integration: store tokens safely, apply least-privilege scopes, rotate credentials, and verify web...
figma-rate-limits
Figma uses a leaky bucket algorithm for rate limiting. When the bucket is full, the API returns 429 with a Retry-After h...
figma-sdk-patterns
Production patterns for the Figma REST API (external tools) and Plugin API (in-editor plugins). Figma has no official No...
figma-prod-checklist
Complete checklist for deploying Figma API integrations to production, covering authentication, error handling, rate lim...
figma-policy-guardrails
Automated guardrails for Figma API integrations: prevent token leaks, enforce scope minimization, validate webhook confi...
figma-performance-tuning
Optimize Figma REST API performance. Large Figma files can return multi-megabyte JSON responses. Key strategies: fetch o...
figma-observability
Monitor Figma REST API health with custom metrics, structured logging, and alerts. Track request latency, error rates, r...
figma-multi-env-setup
Configure separate Figma API credentials and file targets per environment. Use different PATs with minimal scopes, point...
figma-load-scale
Test and plan for the throughput limits of your Figma API integration. Figma's rate limits use a leaky bucket algorithm ...
figma-install-auth
Configure authentication for the Figma REST API. Figma supports two auth methods: Personal Access Tokens (PATs) for scri...
figma-enterprise-rbac
Figma Enterprise features accessible via the REST API: OAuth 2.0 for user-facing apps, team/project management, and the ...
figma-hello-world
Make your first Figma REST API call. Fetch a file's metadata and document tree, then inspect the node structure that rep...
figma-deploy-integration
Deploy Figma webhook receivers and design API services to production platforms with proper secret management and health ...
figma-data-handling
Work with Figma's data APIs: comments, version history, and user information. Handle sensitive data correctly with redac...
figma-ci-integration
Automate Figma API workflows in CI/CD: sync design tokens on schedule, export assets on PR, and validate design system c...
elevenlabs-upgrade-migration
Guide for upgrading the ElevenLabs SDK and migrating between model generations. Covers the JS SDK package rename, model ...
elevenlabs-security-basics
Security best practices for ElevenLabs API key management, webhook HMAC signature verification, and protecting cloned vo...
elevenlabs-reference-architecture
Production-ready architecture for ElevenLabs TTS/voice applications. Covers project layout, service layers, caching, str...
elevenlabs-sdk-patterns
Production-ready patterns for the ElevenLabs TypeScript and Python SDKs. Covers singleton clients, type-safe wrappers, e...
elevenlabs-prod-checklist
Complete checklist for deploying ElevenLabs TTS/voice integrations to production. Covers API configuration, health check...
elevenlabs-cost-tuning
Optimize ElevenLabs costs through model selection (Flash = 50% savings), character-efficient text processing, audio cach...