Dhanush Reddy
Community@dhanushreddy291
Building AI x automation tools in public | 💼 DMs open for collabs
Agent Skills by Dhanush Reddy
Showing 9 vetted skills indexed across 1 GitHub repositories.
inngest-steps
Implements durable workflow steps in TypeScript using Inngest step methods.
inngest-events
Designs Inngest event schemas, idempotency IDs, fan-out patterns, and system event handlers in TypeScript.
inngest-durable-functions
Build fault-tolerant TypeScript workflows with Inngest durable execution, retries, and step memoization.
inngest-flow-control
Configure Inngest flow control mechanisms for TypeScript background functions.
neon
Guides setup and routing across Neon Postgres, Auth, Functions, Object Storage, and AI Gateway.
inngest-cli
Configure and operate the Inngest CLI Dev Server for local durable workflow development.
ai-sdk
Answers questions and builds AI features using the Vercel AI SDK with version-matched documentation.
inngest-setup
Configures Inngest durable execution in TypeScript projects with serve endpoints and workers.
neon-postgres
Configures and manages Neon Serverless Postgres connections, branching, autoscaling, and replication.
Frequently Asked Questions About Dhanush Reddy
FAQPage SchemaWhat tasks can I build with Dhanush Reddy's Inngest skills?▼
You can build durable functions that survive crashes, scheduled cron jobs, retry-safe webhook handlers, and long-running flows with delays, human approval waits, parallel execution, and memoized steps. Flow control skills cover rate limiting, debouncing, throttling, concurrency keys, priority, and event batching.
Who are these skills designed for?▼
TypeScript and JavaScript backend developers building event-driven systems, background jobs, or AI-powered features. They suit engineers integrating Stripe or HubSpot webhooks, taming external API rate limits like OpenAI 429s, or adding chat, RAG, and structured output via the Vercel AI SDK.
How do I set up and run these skills locally?▼
The inngest-setup and inngest-cli skills cover SDK installation, client configuration, environment variables, and serve endpoints for Next.js, Express, Hono, and Fastify. Local development uses `inngest dev` with the Dev Server, `@inngest/test`, Docker Compose, or self-hosted `inngest start`.
What Neon Postgres capabilities are covered?▼
The neon and neon-postgres skills cover serverless Postgres setup, pooled versus direct connections, database branching, autoscaling, scale-to-zero, instant restore, read replicas, IP allow lists, and logical replication, plus Neon Auth, Data API, Object Storage, and the AI Gateway.
What are the prerequisites for using these skills?▼
A TypeScript project is required for the Inngest skills, including SDK installation and a serve endpoint or connect-as-worker mode. Neon skills require a Neon project and DATABASE_URL, using drivers like @neondatabase/serverless, the Neon CLI, or MCP server configuration.