Paramveer Singh avatar

Paramveer Singh

Community

@paramcodes · India

7Followers
|
80Public Repos
|
26Published Skills

Paramveer Singh curates 36 developer skills covering Trigger.dev durable tasks, Neon serverless Postgres, Clerk authentication, and Liveblocks realtime collaboration.

Skills Distribution
DomainDeveloper To...Authentication & I.. (45%)Serverless Postgre.. (25%)Durable Task Execu.. (20%)Realtime Collabora.. (10%)

Agent Skills by Paramveer Singh

Showing 26 vetted skills indexed across 1 GitHub repositories.

paramcodesparamcodes

trigger-authoring-chat-agent

Author durable AI chat agents with chat.agent from the Trigger.dev SDK.

Community
Intermediate
paramcodesparamcodes

trigger-authoring-tasks

Guides authoring of Trigger.dev backend tasks with the @trigger.dev/sdk.

Community
Intermediate
paramcodesparamcodes

trigger-cost-savings

Analyzes Trigger.dev tasks, schedules, and runs for cost optimization opportunities.

Community
Intermediate
paramcodesparamcodes

trigger-getting-started

Bootstrap Trigger.dev into an existing project with CLI setup, config, and a first task.

Community
Intermediate
paramcodesparamcodes

trigger-realtime-and-frontend

Subscribe to Trigger.dev runs and stream live updates into React frontends.

Community
Intermediate
paramcodesparamcodes

trigger-chat-agent-advanced

Implements advanced Trigger.dev chat.agent patterns including sessions, sub-agents, and human-in-the-loop.

Community
Advanced
paramcodesparamcodes

neon-postgres-egress-optimizer

Diagnose and fix Postgres query patterns causing excessive database egress costs.

Community
Intermediate
paramcodesparamcodes

neon-functions

Deploy long-running Node.js HTTP functions on Neon branches with injected database connections.

Community
Advanced
paramcodesparamcodes

neon

Provision and manage Neon cloud backend primitives including Postgres, Auth, Functions, and Object Storage.

Community
Advanced
paramcodesparamcodes

neon-postgres-branches

Create and manage Neon Postgres branches for migration testing and isolated development environments.

Community
Intermediate
paramcodesparamcodes

liveblocks-best-practices

Implements and debugs Liveblocks realtime collaboration features in React applications.

Community
Advanced
paramcodesparamcodes

clerk-astro-patterns

Implements Clerk authentication patterns for Astro middleware, SSR pages, islands, and API routes.

Community
Intermediate
paramcodesparamcodes

yjs-best-practices

Diagnose and resolve Yjs import, subdocument, and encoding issues in collaborative applications.

Community
Intermediate
paramcodesparamcodes

clerk-backend-api

Browse and execute Clerk Backend REST API endpoints with authenticated curl requests.

Community
Advanced
paramcodesparamcodes

clerk-nuxt-patterns

Implement Clerk authentication patterns in Nuxt 3 apps including middleware, composables, and server routes.

Community
Intermediate
paramcodesparamcodes

clerk-swift

Implement Clerk authentication in native Swift and iOS apps using ClerkKit and ClerkKitUI.

Community
Advanced
paramcodesparamcodes

clerk-nextjs-patterns

Implements Clerk authentication patterns for Next.js middleware, Server Actions, API routes, and caching.

Community
Advanced
paramcodesparamcodes

clerk-react-router-patterns

Implements Clerk authentication patterns for React Router v7 and v8 applications.

Community
Intermediate
paramcodesparamcodes

clerk-tanstack-patterns

Implement Clerk authentication patterns in TanStack React Start applications.

Community
Intermediate
paramcodesparamcodes

clerk-vue-patterns

Implements Clerk authentication in Vue 3 apps using composables, router guards, and Pinia stores.

Community
Intermediate
paramcodesparamcodes

clerk-billing

Implement Clerk Billing subscriptions, plan gating, and billing webhooks in Next.js applications.

Community
Advanced
paramcodesparamcodes

clerk-chrome-extension-patterns

Implement Clerk authentication in Chrome extensions across popups, service workers, and content scripts.

Community
Advanced
paramcodesparamcodes

clerk-testing

Configures end-to-end authentication flow tests for Clerk apps using Playwright or Cypress.

Community
Intermediate
paramcodesparamcodes

clerk-react-patterns

Implement Clerk authentication patterns for React SPAs built with Vite or Create React App.

Community
Intermediate

Frequently Asked Questions About Paramveer Singh

FAQPage Schema
What 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.