Paramveer Singh
Community@paramcodes · India
Paramveer Singh curates 36 developer skills covering Trigger.dev durable tasks, Neon serverless Postgres, Clerk authentication, and Liveblocks realtime collaboration.
Agent Skills by Paramveer Singh
Showing 26 vetted skills indexed across 1 GitHub repositories.
trigger-authoring-chat-agent
Author durable AI chat agents with chat.agent from the Trigger.dev SDK.
trigger-authoring-tasks
Guides authoring of Trigger.dev backend tasks with the @trigger.dev/sdk.
trigger-cost-savings
Analyzes Trigger.dev tasks, schedules, and runs for cost optimization opportunities.
trigger-getting-started
Bootstrap Trigger.dev into an existing project with CLI setup, config, and a first task.
trigger-realtime-and-frontend
Subscribe to Trigger.dev runs and stream live updates into React frontends.
trigger-chat-agent-advanced
Implements advanced Trigger.dev chat.agent patterns including sessions, sub-agents, and human-in-the-loop.
neon-postgres-egress-optimizer
Diagnose and fix Postgres query patterns causing excessive database egress costs.
neon-functions
Deploy long-running Node.js HTTP functions on Neon branches with injected database connections.
neon
Provision and manage Neon cloud backend primitives including Postgres, Auth, Functions, and Object Storage.
neon-postgres-branches
Create and manage Neon Postgres branches for migration testing and isolated development environments.
liveblocks-best-practices
Implements and debugs Liveblocks realtime collaboration features in React applications.
clerk-astro-patterns
Implements Clerk authentication patterns for Astro middleware, SSR pages, islands, and API routes.
yjs-best-practices
Diagnose and resolve Yjs import, subdocument, and encoding issues in collaborative applications.
clerk-backend-api
Browse and execute Clerk Backend REST API endpoints with authenticated curl requests.
clerk-nuxt-patterns
Implement Clerk authentication patterns in Nuxt 3 apps including middleware, composables, and server routes.
clerk-swift
Implement Clerk authentication in native Swift and iOS apps using ClerkKit and ClerkKitUI.
clerk-nextjs-patterns
Implements Clerk authentication patterns for Next.js middleware, Server Actions, API routes, and caching.
clerk-react-router-patterns
Implements Clerk authentication patterns for React Router v7 and v8 applications.
clerk-tanstack-patterns
Implement Clerk authentication patterns in TanStack React Start applications.
clerk-vue-patterns
Implements Clerk authentication in Vue 3 apps using composables, router guards, and Pinia stores.
clerk-billing
Implement Clerk Billing subscriptions, plan gating, and billing webhooks in Next.js applications.
clerk-chrome-extension-patterns
Implement Clerk authentication in Chrome extensions across popups, service workers, and content scripts.
clerk-testing
Configures end-to-end authentication flow tests for Clerk apps using Playwright or Cypress.
clerk-react-patterns
Implement Clerk authentication patterns for React SPAs built with Vite or Create React App.
Frequently Asked Questions About Paramveer Singh
FAQPage SchemaWhat tasks can I accomplish using Paramveer Singh's skill registry?▼
You can integrate Clerk authentication across 12+ frameworks, manage Neon serverless Postgres with branching and egress cost optimization, build Trigger.dev durable background tasks and chat agents, and implement Liveblocks/Yjs realtime collaboration with comments, presence, and multiplayer editors.
Who is the target audience for these skills?▼
Full-stack and mobile developers building SaaS applications. The registry serves React, Next.js, Vue, Nuxt, Astro, Expo, Swift, and Kotlin engineers needing authentication, B2B organizations, subscription billing, serverless databases, background job processing, or realtime collaborative editing features.
What are the prerequisites and dependencies for these skills?▼
Clerk skills require NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY, Node.js 20.9+, and framework-specific packages. Neon skills need a DATABASE_URL or Neon project. Trigger.dev requires @trigger.dev/sdk, trigger.config.ts, and TRIGGER_SECRET_KEY. Mobile skills need Xcode or Android Studio.
Are these skills open-source and what do they cost?▼
The skills themselves are open-source under MIT (Clerk) and Apache 2.0 (Liveblocks/Yjs) licenses. However, they integrate commercial managed services: Clerk, Neon, and Trigger.dev each have their own pricing tiers, with Clerk production billing additionally requiring a Stripe account.
How do I set up Trigger.dev using these skills?▼
The trigger-getting-started skill bootstraps projects from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts with project ref, scaffold a /trigger directory with a first task, set TRIGGER_SECRET_KEY, and run the dev server, including monorepo support.