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.
Deploy to Railway
infrastructureFull deployment workflow for Railway — init project, add Postgres, set env vars, deploy, configure domains
Manage Cloudflare DNS
infrastructureCreate, update, and delete DNS records on Cloudflare using the vault proxy API
Manage Neon Database
infrastructureCreate and manage serverless Postgres databases on Neon — projects, branches, connection strings, Prisma setup
Scaffold Next.js Project
devCreate a new Next.js project with James's standard setup — Prisma 7, Neon, Tailwind, Vercel deploy, Cloudflare DNS
Bots Platform API
opsInteract with the bots.skynet.ceo API — list agents, trigger tasks, check workers, manage the fleet
Manage Domains Portfolio
opsQuery and manage 1,772+ domains using the domains.skynet.ceo API — filtering, stats, renewals, sync
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.
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".