PM2 Service Daemonizer — Node.js & Python Persistent Service Patterns
by Shogun Labs
Keep Node.js and Python services running forever with PM2 — startup, health checks, troubleshooting.
New: Skill bounties are live. Post a request, fund the bounty, and creators compete for 7 days to build it -> See open bounties
THE AGENSI STORE
80 skills found
by Shogun Labs
Keep Node.js and Python services running forever with PM2 — startup, health checks, troubleshooting.
by Timoranjes
Automatically validate OpenAPI specs, detect breaking changes, and sync API implementation with documentation.
Lint an OpenAPI spec and diff two versions to catch breaking API changes before they reach consumers. Within a spec it flags missing operationId, success responses with no schema, untyped parameters, operations with no security requirement, and unbounded arrays/strings. Across two versions it flags removed paths and operations, removed response codes, a parameter becoming required, narrowed parameter types, removed enum values, and removed response fields. Analyzes JSON specs (convert YAML to JSON first).
by Zotri
Run Claude Code unattended with a battle-tested safety framework, hardened deny-rules, and a 6-layer rollback ladder.
Diagnose why your Docker Compose stack won't come up: port conflicts, bad or missing env vars, absent healthchecks, volume and permission issues, depends_on that doesn't wait for readiness, networking gaps, platform mismatches, and databases that aren't ready. Reads your docker-compose.yml and logs and ranks the blockers with fixes.
by Nex AI
A production-ready Python integration for Gemini using a unified AIProvider interface for easy model swapping.
Scaffold a complete, production-ready transactional email system — verification, password reset, receipts, and notifications — with deliverability hardening, retries, idempotency, and a suppression list.
Expert API architect for designing consistent REST/GraphQL contracts, resource models, and OpenAPI specs.
Scaffold production-grade SaaS architecture including database design, multi-tenancy, and security.
by Nex AI
Enterprise-grade WhatsApp Business Cloud API integration for Python with session window management and webhook security.
by Nex AI
Production-ready Discord Embedded App SDK OAuth handshake for Node/Python backends and TypeScript frontends.
by Nex AI
A multi-tenant, state-machine driven cold email sending core with draft/test/live modes and full audit trails.
Schema mistakes are the most expensive kind — code refactors in days, but a wrong table design holds your data hostage for years
Design purposeful UI motion and micro-interactions with precise durations, easing curves, and accessibility fallbacks.
by Nex AI
Synced shared screen for a Three.js multiplayer room: a SharedScreen client (YouTube on a canvas texture, clock-based playback tracking, 3D positional audio), a screenHandlers Colyseus pattern (setUrl, play, pause, seek, volume, stop, controlled-by tracking), an optional yt-dlp plus ffmpeg proxy, and an optional Puppeteer BrowserManager. Field-verified from nex-vr-room.
by Nex AI
A production-ready XP engine, 10-tier level ladder, and achievement catalog for any application.
Rate limiting fails in two directions: too loose and one bad client takes down the database for everyone; too crude and you rate-limit your own legitimate power users into churn
A cache without an invalidation story isn't an optimization — it's a stale-data generator with good latency numbers
by Nex AI
Production-ready Claude API integration with dual-model routing, token tracking, and resilient retry logic.
Architect safe, staged code migrations with zero-downtime patterns and automated rollback gates.
by Dan Timms
Turn product details into a complete, paste-ready Amazon listing in one pass — title, bullets, description, backend terms (byte-validated), pricing plan, 7-image brief, and a competitor review-mining angle.
Auth is where one wrong early decision becomes a security incident with your name on it — JWTs chosen for sessions because a tutorial used them, refresh token rotation implemented wrong, RBAC bolted on after the fact
by Nex AI
Extracts a brand color palette and font pair from any website URL through four fallback strategies, returning a ready-to-use Python BrandResult.
Find the LLM integration code that will not survive a provider being pulled or going down. Flags single-provider lock-in with no alternative, calls with no failover branch, missing timeouts, retries with no limit or backoff, no degraded-mode default, and hardcoded endpoints with no alternate. This is about the model going away, not the model declining.