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
devCreate 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.
deploy-to-vercel
devDeploy 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".
vercel-react-best-practices
devReact 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.
vercel-react-native-skills
devReact 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.
vercel-react-view-transitions
devGuide 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.
vercel-cli-with-tokens
devDeploy 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".
web-design-guidelines
devReview 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".
Google Gemini API
devSkill for Google Gemini API — auto-generated from documentation
OpenAI API
devSkill for OpenAI API — auto-generated from documentation
Anthropic Claude API
devSkill for Anthropic Claude API — auto-generated from documentation
FastAPI
devSkill for FastAPI — auto-generated from documentation
LiteLLM (LLM Router)
devSkill for LiteLLM (LLM Router) — auto-generated from documentation
SQLAlchemy Async
devSkill for SQLAlchemy Async — auto-generated from documentation
Prisma ORM
devSkill for Prisma ORM — auto-generated from documentation
Playwright Browser Automation
devSkill for Playwright Browser Automation — auto-generated from documentation
uv (Python Package Manager)
devSkill for uv (Python Package Manager) — auto-generated from documentation
Tailwind CSS
devSkill for Tailwind CSS — auto-generated from documentation
Ruff (Python Linter)
devSkill for Ruff (Python Linter) — auto-generated from documentation
Vite
devSkill for Vite — auto-generated from documentation
GitHub Actions CI/CD
devSkill for GitHub Actions CI/CD — auto-generated from documentation
PyTorch
devSkill for PyTorch — auto-generated from documentation
GitHub CLI (gh)
devSkill for GitHub CLI (gh) — auto-generated from documentation
Stripe API
devSkill for Stripe API — auto-generated from documentation
APScheduler
devSkill for APScheduler — auto-generated from documentation
SaaS Integration Strategy
devHow 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.
QuickBooks Online API
devIntegrate 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.
Xero Accounting API
devIntegrate 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.
Google Calendar API
devIntegrate 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.
Zapier Platform (Building Integrations)
devBuild 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.
OAuth 2.0 & OpenID Connect
devImplement 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).
Webhook Architecture & Design
devDesign 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.
Twilio API (SMS, Voice, Verify)
devIntegrate 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).
Mailchimp API
devIntegrate Mailchimp: OAuth, audiences/lists, member management, tags/segments, campaigns, automations, e-commerce tracking, transactional email (Mandrill), webhooks, batch operations, and alternatives (Klaviyo, Brevo, ConvertKit).
Plaid API (Banking & Fintech)
devIntegrate Plaid: Link component, Auth (account/routing), Transactions sync, Balance, Identity, ACH Transfers, Signal (risk), webhooks, environments (Sandbox/Development/Production), compliance, and pricing.
Google Analytics 4 (GA4) API
devImplement 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).
SaaS Billing & Subscriptions
devImplement 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.
SaaS Mobile App Strategy
devMobile 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.
SaaS Analytics & Reporting
devBuild 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.
shadcn/ui Component Library
devMaster 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.
Tailwind CSS Advanced Patterns
devAdvanced 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.
NotebookLM Browser Automation
devAutomate 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.
NotebookLM Skill Builder
devBuild 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.
Lovable Connectors
devConnect Lovable projects to external services — GitHub, GitLab, Supabase, Stripe, Shopify, Aikido security. For browser automation of lovable.dev integrations.
Claude AI Background Tasks
devStart Claude Code sessions on claude.ai/code to run long tasks in the background — code generation, research, builds — while you keep working locally.
Lovable Cloud
devUse 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.
Lovable Site Builder
devBuild frontend sites and MVPs on lovable.dev using browser automation. Create projects, iterate on designs, and deploy — all via Chrome MCP tools.
Lovable Project Management
devManage Lovable projects — rename, configure settings, set knowledge/instructions, manage domains, publish, and control visibility. For browser automation of lovable.dev project administration.
ChatGPT Deep Research
devUse ChatGPT's Deep Research feature via browser automation to kick off research tasks, monitor progress, and extract structured results.
ChatGPT Projects
devCreate and manage ChatGPT Projects via browser automation — create projects, set custom instructions, upload files/skills, start conversations within projects.
GitHub Autonomous Project Management
devManage large GitHub projects autonomously — create repos, manage issues/PRs, set up project boards, coordinate multiple agents across repos. For CLI and browser automation.
Google Gemini Chat
devUse Google Gemini via browser automation — chat, create images, music, video, use Gems, upload files. For browser automation of gemini.google.com.
ChatGPT Codex
devUse ChatGPT Codex (code agent) via browser automation — submit coding tasks, select repos/branches, manage tasks, review code. For browser automation of chatgpt.com/codex.
Kimi AI Chat
devUse 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.
Kimi Agent Swarm
devUse 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.
Claude.ai Customize
devCustomize Claude.ai settings via browser automation — manage skills, connectors, and personalization. For browser automation of claude.ai/customize.
Claude.ai Projects
devCreate and manage Claude.ai Projects via browser automation — organize conversations, set custom instructions, upload knowledge files. For browser automation of claude.ai/projects.
Claude Code Advanced Usage
devAdvanced Claude Code (claude.ai/code) usage — manage sessions, use plan mode, connect repos, schedule tasks, handle multiple projects. Complements the basic background tasks skill.
vercel-composition-patterns
devReact 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.
SitterSync Pro Development
devDevelopment guide for SitterSync Pro — B2B SaaS for babysitting agencies. Covers the stack, repo structure, Supabase schema, API patterns, and deployment.