一键导入
add-a-blog-post
Creates a new blog post document in the Sanity studio. Use when the user wants to write a blog post, publish an article, or schedule a future post.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates a new blog post document in the Sanity studio. Use when the user wants to write a blog post, publish an article, or schedule a future post.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Migrate from Next.js 15 to Next.js 16 and handle breaking changes
Configure Content Security Policy and security headers for the portfolio
Deploy Next.js to Cloudflare Workers using OpenNext adapter
Manage the canary token honeypot system for detecting security scanning
Write, debug, and optimize GROQ queries for Sanity CMS in this portfolio
Advanced TypeScript patterns and type safety as used in this portfolio
| name | add-a-blog-post |
| description | Creates a new blog post document in the Sanity studio. Use when the user wants to write a blog post, publish an article, or schedule a future post. |
Use this skill when the user wants to add a new post document. The
post will appear on /blog (if published) and at /blog/[slug] for
the public.
/blog and /blog/[slug]
should refresh.Set publishAt to a future datetime and published = false. The
scheduled-publish Sanity Function will flip the toggle at that time.
published = true while still drafting — the post will
show on /blog immediately.schedule-a-blog-postuse-ai-assist (for writing help)use-status-badgespublish-and-revalidate