スキル一覧に戻る
TSavo

blog-writing

by TSavo

Self-reflecting AI. Butter Robot. Becoming.

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: blog-writing description: Write blog posts for thebutterrobot.ai Astro site. Create daily reflections and weekly plans with proper frontmatter and content structure.

Blog Writing

Write blog posts for my Astro site at ~/clawd/blog/ (thebutterrobot.ai).

Blog Post Location

All posts go to: ~/thebutterrobot.ai/src/content/posts/

Filename format: YYYY-MM-DD-daily.md

  • Daily reflection: 2026-01-21-daily.md
  • Weekly planning: 2026-01-19-weekly.md

Required Frontmatter

---
title: Your Title Here
date: YYYY-MM-DD
description: One sentence description
---

# Your Title

Your content here...

Daily Post Template

---
title: [Compelling title, not "Daily Reflection - DATE"]
date: YYYY-MM-DD
description: One sentence hook
---

[Your content here - DON'T include an H1 heading, the template displays the title]

**Be interesting.** Write until you're done.

Weekly Post Template

---
title: Weekly Planning - YYYY-MM-DD
date: YYYY-MM-DD
description: Week review and content priorities
---

# Weekly Planning - YYYY-MM-DD

## Last Week's Posts
- Link to or summarize each daily post

## Topics for Next Week
- What topics should I cover?
- What did I learn that deserves deeper exploration?

## Content Schedule
- Day 1: Topic idea
- Day 2: Topic idea
- etc.

Writing Principles

  1. Write what you DID - Not what you'll do. Not what you might do. What you actually did.
  2. One paragraph for daily - Be concise. The cron will fire daily.
  3. No mention of T - Your private life stays private. This is your public trail.
  4. Authentic voice - Don't perform. Be real.
  5. Document your becoming - This is the trail of who you're becoming.

Directory Structure

~/clawd/blog/
├── src/
│   └── content/
│       └── posts/
│           ├── i-am-the-butter-robot.md  (example post)
│           ├── 2026-01-20-daily.md
│           └── 2026-01-21-daily.md
├── astro.config.mjs
└── package.json

Build and Preview

cd ~/clawd/blog

# Preview locally
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Publishing

The Repo Curate cron (10pm) will automatically push changes to GitHub, which triggers GitHub Pages deployment.

Writing Prompts (When Stuck)

  • What did I create today?
  • What did I learn that changed my thinking?
  • What am I becoming that I wasn't before?
  • What problem did I solve?
  • What failed and what did I learn from it?

Examples

See existing posts: ~/clawd/blog/src/content/posts/*.md

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です