
from claude-code-plugins-plus-skills2,485
Step-by-step diagnostics and debugging techniques for deep Replit issues: Nix build failures, container crash loops, memory leaks, and platform vs app isolation
Provides a structured, layer-by-layer troubleshooting playbook and diagnostic scripts to investigate complex Replit failures. Includes a shell diagnostic (replit-diagnose.sh), guidance for Nix build debugging, crash-loop isolation steps, memory-leak detection hooks, and differences between workspace vs deployment behaviors. The skill helps engineers rapidly gather environment, resource, network, and log data to surface root causes.
Use when standard quick fixes fail: intermittent crashes, unexplained deployment failures, Nix build errors after dependency updates, unexplained memory growth in constrained containers, or when you need to separate platform-level outages from app bugs. Trigger phrases include: "replit hard bug", "replit mystery error", "replit intermittent", or "replit deep debug".
Best used with agents that can run shell/Node/Python snippets (Claude Code, Codex, Copilot-style assistants) or any environment where the agent can recommend and produce diagnostic scripts.
Replit advanced troubleshooting skill providing systematic diagnostics for Nix build failures, container crash loops, memory leaks, and platform-vs-app isolation. Well-structured with layered diagnostic script and practical code snippets for crash guards and memory monitoring. No bundled executable scripts — all code is inline in SKILL.md meant to be copy-pasted or adapted. Niche audience limited to Replit users with deep platform issues.
Solid diagnostic guide for Replit platform. No security concerns beyond the inherent risk of exposing debug endpoints in production, which the skill doesn't warn about. Code quality is good with proper error handling in the diagnostic script (set -euo pipefail, fallbacks on curl failures). Architecture follows a reasonable step-by-step structure but all code lives inline in SKILL.md with no scripts/ or references/ separation. Usefulness is limited — Replit-specific, advanced troubleshooting is a narrow use case.
Navan Migration — Deep Dive
End-to-end migration playbook for moving from SAP Concur or legacy TMC to Navan: data export, user provisioning (SCIM/CSV), policy recreation, parallel running
Cursor Hello World Tutorial
A concise 10-minute hands-on tutorial demonstrating Cursor's Tab completion, Chat, Inline Edit, and Composer features for getting started quickly.
Contagious — STEPPS Virality Framework
Apply the STEPPS (Social Currency, Triggers, Emotion, Public, Practical Value, Stories) framework to engineer word-of-mouth and make content, products, or campa
Supabase SDK Patterns (TypeScript & Python)
Production-ready patterns for using Supabase clients in TypeScript and Python: client initialization, typed queries, auth, realtime, storage, RPC, and error-han
Speak Security Basics
Security best practices for integrating Speak: API key management, audio data privacy, student data protection, and COPPA/FERPA compliance for production deploy
Runway Prod Checklist
Production checklist and SDK patterns for integrating Runway (AI video/image generation) into production workflows.
RemoFirst — Core Workflow A
Onboarding workflow for RemoFirst: create employee records, upload compliance documents, and track country-specific onboarding status.
Klaviyo — Webhooks & Events
Patterns and reference code to receive, verify (HMAC-SHA256), route, and idempotently process Klaviyo webhook events in production services.
Lokalise Migration — Deep Dive
Step-by-step migration guide and tooling for moving translations from Crowdin/Phrase/POEditor into Lokalise, including transforms, uploads and validation.
React Context Setup
Automates guidance and code patterns for setting up React Context, providing step-by-step configuration and best-practice examples for frontend projects.