Portable Text is a special format used by Sanity for rich text content. This tool helps you turn HTML and Markdown into Portable Text blocks. It is useful when moving content from old websites or writing programs that create Sanity documents.
The tool includes two main libraries. markdownToPortableText converts Markdown directly. htmlToBlocks parses HTML into blocks. You can also build blocks manually from any source like APIs or databases.
Every block and span needs a unique key called _key. Text blocks use _type: "block" while images and other custom types use their own type. Lists use listItem and level to show bullets or numbers.
Global
mkdir -p ~/.claude/skills/portable-text-conversionProject
mkdir -p .claude/skills/portable-text-conversionSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls