Skill

searching-blog-posts

Install
1
Install the plugin
$
npx claudepluginhub computomatic/claude-plugin --plugin project-blog

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Search blog posts to find information about the project. Use when looking for documentation or information about this project.

Tool Access

This skill is limited to using the following tools:

ReadGlobGrep
Skill Content

We maintain a project blog to share information about the project with all contributors. This provides a more flexible, convenient alternative to structured documentation.

The blog is maintained as a series of Markdown files in the @project-blog/ directory.

Files in project-blog/

!ls project-blog/

Search strategy

  1. Start by listing files in project-blog/ to see available posts. Scan filenames for relevance to the query.
  2. Use Grep to search across all posts for keywords and phrases related to the query.
  3. Read the most relevant posts in full to gather detailed information.
  4. If initial keywords do not produce results, try synonyms or related terms before concluding that no information is available.
Stats
Stars0
Forks0
Last CommitFeb 9, 2026
Actions

Similar Skills

docx
20 files

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

99.3k