Back to list
houfu

searching-the-blog

by houfu

A lightweight collection of Claude Code subagents that automate the entire lifecycle of a Ghost blog post

1🍴 0📅 Jan 21, 2026

SKILL.md


name: Searching the Blog description: Uncover insights and memories based on posts that I have already written when_to_use: anytime when the partner has a question or request that concerns posts that are in the blog

Searching the blog

Overview

Search archived posts using the Ghost API.

Core principle: The human partner has maintained a blog for several years, so it contains a wealth of information and experience. It defines our human partner's personality online.

Announce: "I'm searching the blog for [topic]."

When to use

Search when:

  • Your human partner mentions "I wrote about this before"
  • When writing about similar topics or issues
  • To create a coherent timeline based on previous writing
  • To find new ways to write about the same topic or issues (by avoiding old ones)

Don't search the blog when:

  • The question is about the current post or materials concerning the current post
  • The question concerns information that is not going to be found in a personal blog

Based on the query or context, try to think of 2-3 angles to search so that you can comprehensively cover as much ground as possible.

Always use sub-agents to search.

Tool: npm run search

Example:

# Basic usage
npm run search -- docassemble

# Advanced filtering
npm run search -- "legal tech" --limit 10 --published
npm run search -- --tag javascript --format simple
npm run search -- --author houfu --featured
npm run search -- --filter "published_at:>2024-01-01"

# Output formats: detailed (default), simple, json
npm run search -- --tag tech --format json

Format all posts as a list with detailed information to answer the query.

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon