在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-blog
星标3
分支0
更新时间2026年4月1日 03:16
Scaffold a blog in this git repository
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Scaffold a blog in this git repository
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | add-blog |
| description | Scaffold a blog in this git repository |
| argument-hint | <blog-name> |
Scaffold a new blog in this git repository. Steps are as follows
blog-[id] where id is a short - separated name derived from blog-name arguement.nurburgdev directory and a file .nurburgdev/README.md.nurburgdev/README.md add frontmatter with the following format---
title: "The books didn't balance. Here's how the outbox pattern saved our distributed transaction"
author: Anunay Biswas
authorLink: https://github.com/anunaybiswas
authorTitle: Software Engineer
summary: "How the outbox pattern eliminates phantom transactions between your database and event stream — and why at-least-once delivery with idempotent consumers is the right tradeoff."
publishedOn: 2026-03-28
tags: [postgres, kafka, distributed-systems]
intent: experiment
draft: true
---
Complete list of tags can be found in docs/specification-for-experiments.md file
In body of the markdown never use h1 or # heading. Use ## or ### or #### or ##### or #####