Search Skills
Search across 54932 indexed skills
replit-install-auth
Set up a Replit App from scratch: configure .replit and replit.nix, manage Secrets (AES-256 encrypted environment variables), and integrate Replit Aut...
replit-security-basics
Security best practices for Replit: Secrets (AES-256 encrypted env vars), REPLIDENTITY token verification, Auth header trust model, public Repl exposu...
replit-reference-architecture
Production architecture for applications on Replit. Covers project structure, configuration files, data layer (PostgreSQL + KV + Object Storage), auth...
speak-reference-architecture
Production architecture for Speak language learning apps: client, API gateway, assessment engine, and progress store. Completed speak-install-auth set...
retellai-core-workflow-b
Manage phone calls: outbound campaigns, call transfers, recordings, and concurrent call handling. Completed retellai-core-workflow-a const phoneNumber...
retellai-core-workflow-a
Build and configure voice agents with custom prompts, function calling, and call flow logic. Completed retellai-hello-world const llm = await retell.l...
retellai-advanced-troubleshooting
Implementation patterns for Retell AI advanced troubleshooting — voice agent and telephony platform. Completed retellai-install-auth setup import Rete...
replit-sdk-patterns
Production-ready patterns for Replit's built-in services: Key-Value Database (@replit/database / replit.db), Object Storage (@replit/object-storage), ...
replit-reliability-patterns
Production reliability patterns for Replit's container-based hosting. Replit containers restart on deploy, sleep on inactivity (Autoscale), and have e...
retellai-enterprise-rbac
Implementation patterns for Retell AI enterprise rbac — voice agent and telephony platform. Completed retellai-install-auth setup import Retell from '...
retellai-deploy-integration
Implementation patterns for Retell AI deploy integration — voice agent and telephony platform. Completed retellai-install-auth setup import Retell fro...
replit-observability
Monitor Replit deployment health, track cold starts, measure resource usage, and set up alerting. Covers Replit's built-in monitoring, external health...