From project-blog
Search blog posts to find information about the project. Use when looking for documentation or information about this project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-blog:searching-blog-postsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
We maintain a project blog to share information about the project with all contributors. This provides a more flexible,
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/
project-blog/ to see available posts. Scan filenames for relevance to the query.npx claudepluginhub computomatic/claude-plugin --plugin project-blogSearches markdown knowledge bases via GitMark CLI (FTS5 BM25 + trigram/fuzzy matching). Use to find where something is documented instead of random file reads.
Searches indexed markdown docs and plans in qmd-configured projects using semantic queries. Invoke via /avinyc:qmd-search <query> for relevant results from collections.
Performs local keyword, semantic, or hybrid search on markdown notes and docs to find relevant files before reading them, saving 90% tokens during codebase exploration.