turbo-start-sanity
Next.js and Sanity page-builder development, optimization, and deployment
All Skills in This Repository (16)
Pure Emerald Level Indicatorsweb-design-guidelines
Review UI code against the latest Web Interface Guidelines for accessibility and design compliance.
writing-guidelines
Check documents for compliance with specified Writing Guidelines.
vercel-cli-with-tokens
Automates Vercel deployments and management using token-based authentication with CLI commands.
vercel-react-view-transitions
Implement UI state transitions in React apps using the View Transition API with Next.js routing support.
vercel-optimize
Analyze Vercel metrics and codebase to optimize cost and performance.
next-upgrade
Identify and apply Next.js version upgrades with codemods and dependency updates.
vercel-react-best-practices
Guide React and Next.js performance optimization with rule files.
next-cache-components
Configure fine-grained caching and tag-based invalidation in Next.js 16+ applications.
vercel-composition-patterns
Provides React 19 composition patterns to replace boolean props with compound components and context interfaces.
content-modeling-best-practices
Guide structured content modeling and schema design for headless CMS platforms.
seo-aeo-best-practices
Implement SEO and AEO guidelines for metadata, structured data, and content optimization.
sanity-best-practices
Provide Sanity development guidelines for schemas, GROQ queries, and TypeGen.
Frequently Asked Questions
FAQPage SchemaHow to install turbo-start-sanity skills?โผ
Run `npx skills add robotostudio/turbo-start-sanity --all -g -y` in your terminal to install all skills in this collection globally.
How to add a new Sanity page builder block?โผ
Use the new-block skill, which scaffolds the schema, GROQ projection, React component, Markdown serializer, tests, and all registrations in one pass.
Can it optimize my Vercel bill?โผ
Yes. The vercel-optimize skill pulls real Vercel metrics first, then investigates only the routes and files the data points to, producing ranked cost and performance recommendations.
Does it work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible coding agents.
How to convert content into Sanity Portable Text?โผ
The portable-text-conversion skill turns HTML or Markdown into valid Portable Text blocks, and the serialization skill renders them back to React, HTML, Markdown, or plain text.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core