Skill Library

Discover and install skills for your AI agents

Build Skill from Documentation

Paste a docs URL — the Skill Builder agent will read it and create a real skill.

Scaffold Next.js Project

dev

Create a new Next.js project with James's standard setup — Prisma 7, Neon, Tailwind, Vercel deploy, Cloudflare DNS. Use when starting any new web project from scratch.

CXG
1 uses

deploy-to-vercel

dev

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

CXGA
new

vercel-react-best-practices

dev

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

CXGA
new

vercel-react-native-skills

dev

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

CXGA
new

vercel-react-view-transitions

dev

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.

CXGA
new

vercel-cli-with-tokens

dev

Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".

CXGA
new

web-design-guidelines

dev

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

CXGA
new

Google Gemini API

dev

Skill for Google Gemini API — auto-generated from documentation

CXG
new

OpenAI API

dev

Skill for OpenAI API — auto-generated from documentation

CXG
new

Anthropic Claude API

dev

Skill for Anthropic Claude API — auto-generated from documentation

CXG
new

FastAPI

dev

Skill for FastAPI — auto-generated from documentation

CXG
new

LiteLLM (LLM Router)

dev

Skill for LiteLLM (LLM Router) — auto-generated from documentation

CXG
new

SQLAlchemy Async

dev

Skill for SQLAlchemy Async — auto-generated from documentation

CXG
new

Prisma ORM

dev

Skill for Prisma ORM — auto-generated from documentation

CXG
new

Playwright Browser Automation

dev

Skill for Playwright Browser Automation — auto-generated from documentation

CXG
new

uv (Python Package Manager)

dev

Skill for uv (Python Package Manager) — auto-generated from documentation

CXG
new

Tailwind CSS

dev

Skill for Tailwind CSS — auto-generated from documentation

CXG
new

Ruff (Python Linter)

dev

Skill for Ruff (Python Linter) — auto-generated from documentation

CXG
new

Vite

dev

Skill for Vite — auto-generated from documentation

CXG
new

GitHub Actions CI/CD

dev

Skill for GitHub Actions CI/CD — auto-generated from documentation

CXG
new

PyTorch

dev

Skill for PyTorch — auto-generated from documentation

CXG
new

GitHub CLI (gh)

dev

Skill for GitHub CLI (gh) — auto-generated from documentation

CXG
new

Stripe API

dev

Skill for Stripe API — auto-generated from documentation

CXG
new

APScheduler

dev

Skill for APScheduler — auto-generated from documentation

CXG
new

SaaS Integration Strategy

dev

How to prioritize and build SaaS integrations: architecture patterns (polling vs webhooks, OAuth vs API keys), build vs buy decisions, integration categories, security, and testing. Use when planning which integrations to build for any SaaS product.

CXG
new

QuickBooks Online API

dev

Integrate with QuickBooks Online: OAuth 2.0 auth, invoices, payments, customers, chart of accounts, webhooks, SDK usage, sandbox testing, and app review process. Use when building accounting sync for any SaaS product.

CXG
new

Xero Accounting API

dev

Integrate with Xero: OAuth 2.0 + PKCE, multi-tenant, invoices, payments, bank transactions, webhooks, tax handling (GST/VAT), SDKs, and app certification. Use when building accounting integrations outside the US/Canada market.

CXG
new

Google Calendar API

dev

Integrate with Google Calendar: OAuth, event CRUD, recurring events (RRULE), 2-way sync with syncToken, push notifications, CalDAV/iCal, free/busy queries, and service accounts. Use when building scheduling or booking features.

CXG
new

Zapier Platform (Building Integrations)

dev

Build Zapier integrations for your SaaS: Platform CLI, triggers (polling + webhook), actions, searches, authentication (OAuth2/API key), dynamic fields, testing, publishing, and app review. Use when making your SaaS available on Zapier.

CXG
new

OAuth 2.0 & OpenID Connect

dev

Implement OAuth 2.0 and OIDC: Authorization Code + PKCE, Client Credentials, token management, refresh flows, security best practices, building your own OAuth provider, popular libraries (passport.js, authlib), and managed services (Auth0, Clerk, Keycloak).

CXG
new

Webhook Architecture & Design

dev

Design and consume webhooks: event naming, payload structure, HMAC-SHA256 signatures, retry policies, idempotent processing, delivery infrastructure (Svix, Hookdeck), testing (ngrok), and real-world patterns from Stripe/GitHub/Shopify.

CXG
new

Twilio API (SMS, Voice, Verify)

dev

Integrate Twilio: SMS/MMS sending, A2P 10DLC registration, phone verification (Verify API), voice/IVR (TwiML), Conversations, phone number management, TCPA/GDPR compliance, pricing, and alternatives (MessageBird, Vonage, Plivo).

CXG
new

Mailchimp API

dev

Integrate Mailchimp: OAuth, audiences/lists, member management, tags/segments, campaigns, automations, e-commerce tracking, transactional email (Mandrill), webhooks, batch operations, and alternatives (Klaviyo, Brevo, ConvertKit).

CXG
new

Plaid API (Banking & Fintech)

dev

Integrate Plaid: Link component, Auth (account/routing), Transactions sync, Balance, Identity, ACH Transfers, Signal (risk), webhooks, environments (Sandbox/Development/Production), compliance, and pricing.

CXG
new

Google Analytics 4 (GA4) API

dev

Implement GA4: gtag.js setup, event tracking (auto/recommended/custom), e-commerce events, Measurement Protocol (server-side), Data API (reporting), BigQuery export, consent mode v2, attribution, and alternatives (Mixpanel, PostHog, Plausible).

CXG
new

SaaS Billing & Subscriptions

dev

Implement SaaS billing: Stripe Billing (Products, Prices, Subscriptions), subscription lifecycle, dunning (failed payments), tax handling (Stripe Tax, Paddle MoR), metered/usage billing, enterprise invoicing, revenue recognition, and MRR/churn metrics.

CXG
new

SaaS Mobile App Strategy

dev

Mobile apps for SaaS: native vs PWA vs hybrid (React Native, Flutter, Expo), white-label multi-app deployment, App Store review (common rejections), push notifications (APNs/FCM), offline-first, deep linking, in-app purchases (30% commission rules), and when NOT to build an app.

CXG
new

SaaS Analytics & Reporting

dev

Build analytics for SaaS: dashboard design, chart types (when to use each), data architecture (pre-aggregation, ClickHouse, materialized views), CSV/PDF export, embedded analytics (Metabase, Cube.js), cohort analysis, real-time dashboards, multi-tenant data isolation.

CXG
new

shadcn/ui Component Library

dev

Master shadcn/ui: setup, CSS variable theming (HSL), all key components (Button, Card, Dialog, Sheet, Form, DataTable, Command, Toast, Sidebar), advanced patterns (Cmd+K palette, responsive sidebar, theme switcher, charts), customization with cva, and Radix UI accessibility.

CXG
new

Tailwind CSS Advanced Patterns

dev

Advanced Tailwind CSS: config best practices, responsive design (container queries, clamp), dark mode (class + CSS variables), animations (tailwindcss-animate), layout recipes (sticky header, sidebar, dashboard grid, glass card, gradient text), performance, plugins, and Tailwind v4 migration.

CXG
new

NotebookLM Browser Automation

dev

Automate Google NotebookLM via Chrome browser using claude-in-chrome MCP tools. Create notebooks, add sources (text, URLs, files), generate Audio Overviews (podcasts), ask questions, get summaries, rename/delete/organize notebooks. Requires claude-in-chrome MCP and a Google account signed into NotebookLM.

C
new

NotebookLM Skill Builder

dev

Build high-quality skills using Google NotebookLM as a grounded generation engine. Use this skill when creating a new skill from documentation, API references, or tool docs. Feeds source material + skill format spec + exemplars into NotebookLM, prompts its chat to generate production-ready SKILL.md content, then publishes to skills.skynet.ceo. Depends on the notebooklm skill for browser automation.

C
new

Lovable Connectors

dev

Connect Lovable projects to external services — GitHub, GitLab, Supabase, Stripe, Shopify, Aikido security. For browser automation of lovable.dev integrations.

C
new

Claude AI Background Tasks

dev

Start Claude Code sessions on claude.ai/code to run long tasks in the background — code generation, research, builds — while you keep working locally.

C
new

Lovable Cloud

dev

Use Lovable Cloud for backend infrastructure — built-in hosting, serverless functions, database, AI features, usage monitoring, and publishing. For browser automation of Lovable's cloud platform.

C
new

Lovable Site Builder

dev

Build frontend sites and MVPs on lovable.dev using browser automation. Create projects, iterate on designs, and deploy — all via Chrome MCP tools.

C
new

Lovable Project Management

dev

Manage Lovable projects — rename, configure settings, set knowledge/instructions, manage domains, publish, and control visibility. For browser automation of lovable.dev project administration.

C
new

ChatGPT Deep Research

dev

Use ChatGPT's Deep Research feature via browser automation to kick off research tasks, monitor progress, and extract structured results.

C
new

ChatGPT Projects

dev

Create and manage ChatGPT Projects via browser automation — create projects, set custom instructions, upload files/skills, start conversations within projects.

C
new

GitHub Autonomous Project Management

dev

Manage large GitHub projects autonomously — create repos, manage issues/PRs, set up project boards, coordinate multiple agents across repos. For CLI and browser automation.

C
new

Google Gemini Chat

dev

Use Google Gemini via browser automation — chat, create images, music, video, use Gems, upload files. For browser automation of gemini.google.com.

C
new

ChatGPT Codex

dev

Use ChatGPT Codex (code agent) via browser automation — submit coding tasks, select repos/branches, manage tasks, review code. For browser automation of chatgpt.com/codex.

C
new

Kimi AI Chat

dev

Use Kimi AI (Moonshot K2.5) via browser automation — chat, create documents, slides, websites, sheets, use deep research and code features. For browser automation of kimi.com.

C
new

Kimi Agent Swarm

dev

Use Kimi's Agent Swarm to run multiple AI tasks in parallel — scale research, content generation, and analysis across many agents simultaneously. For browser automation of kimi.com/agent-swarm.

C
new

Claude.ai Customize

dev

Customize Claude.ai settings via browser automation — manage skills, connectors, and personalization. For browser automation of claude.ai/customize.

C
new

Claude.ai Projects

dev

Create and manage Claude.ai Projects via browser automation — organize conversations, set custom instructions, upload knowledge files. For browser automation of claude.ai/projects.

C
new

Claude Code Advanced Usage

dev

Advanced Claude Code (claude.ai/code) usage — manage sessions, use plan mode, connect repos, schedule tasks, handle multiple projects. Complements the basic background tasks skill.

C
new

vercel-composition-patterns

dev

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

CXGA
new

SitterSync Pro Development

dev

Development guide for SitterSync Pro — B2B SaaS for babysitting agencies. Covers the stack, repo structure, Supabase schema, API patterns, and deployment.

CX
new