GitHub
Skills harvested from GitHub repositories
14810 skills availablelindy-observability
Monitor Lindy AI agent execution health, task completion rates, step-level failures, trigger frequency, and credit consu...
lindy-multi-env-setup
Isolate Lindy AI agents across development, staging, and production using separate workspaces, dedicated API keys, and e...
lindy-migration-deep-dive
Migrate existing automation workflows from Zapier, Make (Integromat), n8n, LangChain, or custom code to Lindy AI. Key in...
lindy-local-dev-loop
Lindy agents run on Lindy's managed infrastructure — you do not run agents locally. Local development focuses on buildin...
lindy-install-auth
Lindy AI is a no-code/low-code AI agent platform. Agents ("Lindies") are built in the web dashboard at https://app.lindy...
lindy-incident-runbook
Incident response procedures for Lindy AI agent failures. Covers platform outages, individual agent failures, integratio...
lindy-hello-world
Build a minimal Lindy AI agent: Webhook Received trigger -> LLM processing -> Slack notification. Demonstrates the three...
lindy-enterprise-rbac
Lindy organizes access around workspaces where agents live. Team members are assigned roles that control who can create,...
lindy-debug-bundle
!node --version 2>/dev/null || echo 'Node.js not installed' !python3 --version 2>/dev/null || echo 'Python not installed...
lindy-data-handling
Lindy agents process data through triggers, LLM calls, actions, knowledge bases, and memory. Data flows through Lindy's ...
lindy-cost-tuning
Lindy uses a credit-based pricing model. Every task costs credits based on model size, step count, premium actions, and ...
lindy-core-workflow-b
Configure trigger-based automation, scheduled agents, and multi-agent delegation ("Societies of Lindies"). Covers all tr...
lindy-core-workflow-a
Complete workflow for creating, configuring, and testing Lindy AI agents. Agents consist of four components: Prompt (beh...
lindy-common-errors
Troubleshooting guide for Lindy AI agent errors. Lindy agents fail at specific points in the workflow: trigger reception...
lindy-ci-integration
Lindy agents run on Lindy's managed platform — CI/CD tests your integration code: webhook receivers, callback handlers, ...
sentry-enterprise-rbac
Configure Sentry's Organization-Team-Project hierarchy, role assignments, SSO/SAML2 federation, SCIM automated provision...
lindy-security-basics
Security practices for Lindy AI agents. Agents are autonomous — they connect to external services, execute actions, and ...
optimizing-cache-performance
Analyze and optimize caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTL configuratio...
iam-policy-reviewer
This skill provides automated assistance for iam policy reviewer tasks within the Security Advanced domain. This skill a...
mindtickle-common-errors
MindTickle's API powers sales enablement workflows including course management, quiz administration, user provisioning v...
framer-sdk-patterns
Production-ready patterns for Framer plugins, Server API, code components, and CMS integrations. Covers plugin architect...
deepgram-install-auth
!npm list @deepgram/sdk 2>/dev/null || echo '@deepgram/sdk not installed' !pip show deepgram-sdk 2>/dev/null | grep Vers...
evernote-performance-tuning
Optimize Evernote API integration performance through response caching, efficient data retrieval, request batching, conn...
clickhouse-local-dev-loop
Run ClickHouse in Docker for local development with fast schema iteration, seed data, and integration testing using vite...