blog-post
Use when Sid shares a URL or asks to draft, post, or publish content on sids.in. Creates link posts, notes, and articles while preserving Sid's wording.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when Sid shares a URL or asks to draft, post, or publish content on sids.in. Creates link posts, notes, and articles while preserving Sid's wording.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | blog-post |
| description | Use when Sid shares a URL or asks to draft, post, or publish content on sids.in. Creates link posts, notes, and articles while preserving Sid's wording. |
Create and publish posts to sids.in from the repository root.
content/posts/articles/ and include a link field.content/posts/articles/ and omit link.content/posts/articles/ and omit link.If Sid shares a URL by itself or with brief context and does not specify another task, treat it as a link-post request.
File location for link posts and notes: content/posts/YYYY/MM-DD-slug.md
Article filenames follow the existing convention under content/posts/articles/.
---
title: "Post Title"
slug: "post-slug"
date: "YYYY-MM-DDTHH:mm:ss+05:30"
description: ""
tags: ["tag1", "tag2"]
# link: "https://external-url.com/article" # link posts only
draft: true
---
+05:30). Date-only values are accepted, but timestamps are preferred.description empty for link posts and notes unless Sid supplies one or requests a card summary.draft: true unless Sid explicitly requests immediate publication.Run before every post; never rely on a hardcoded tag list:
rg -No 'tags: \[.*?\]' content/posts/ --multiline | rg -o '"[^"]+"' | tr -d '"' | sort -u
Author Name: or [Author Name](url):Simon Willison:
> Quoted passage from the article.
Sid's commentary.
>.link frontmatter containing the external URL.https://twitter.com/<user>/status/<id> in the embed blockquote; x.com URLs can remain stuck on the fallback link.cloudflare-deployment-monitor skill, and verify that the live page renders an iframe rather than only a fallback link.link field.content/posts/articles/.content/posts/articles/.Before writing the draft, give brief, conversational feedback on Sid's prose. Flag only material issues:
Do not nitpick minor punctuation or style, rewrite Sid's voice, or over-suggest. If the prose is clean, say so. Wait for Sid to accept an edit or request preservation before writing the file. If Sid says "just post it," proceed without blocking on feedback.
draft: true in the correct location.pnpm run build:manifest or pnpm run build when the manifest or sitemap needs regeneration in the working tree.draft: true, stage only the intended files, commit with Add <type> post: <slug>, and push..agents/skills/cloudflare-deployment-monitor/SKILL.md to monitor and verify the commit-specific Cloudflare build and deployment.https://sids.in/posts/<slug>. Sid publishes drafts through the website admin UI, which stamps the publication time.linkdraft: trueInvoke after every push to monitor the correct Cloudflare Worker build and deployment for sids.in.
Add, fix, or verify embedded external media on Sid's blog, including X/Twitter, YouTube, link preview embeds, CSP updates, tests, deploy monitoring, and live browser checks.
Add or modify standalone static games on sids.in. Use when working on HTML/CSS/JS games under public/games, game index updates, or browser verification of those games.