Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/blog:blogThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Blog Dashboard for all your blog posts. View, search, add content, and publish. ## What it does 1. Shows all posts (drafts and published) in a dashboard 2. Fuzzy search to find posts by name, tags, or filename 3. Add content to existing posts from any repo 4. Expand, edit, publish, or delete posts ## Usage ## Examples ## When to use - **Dashboard** (`/blog`): End of day review, see what's pending - **Quick add** (`/blog <query>`): Add learnings to a post from any repo - **Publish**: When a draft is ready to go live - **Edit**: Polish content before publishing ## Actions After...
Dashboard for all your blog posts. View, search, add content, and publish.
/blog # Dashboard - see all posts
/blog <query> # Find a specific post (fuzzy search)
/blog # Show dashboard of all posts
/blog tauri # Find posts matching "tauri"
/blog javascript # Find posts with "javascript" in title/tags
/blog): End of day review, see what's pending/blog <query>): Add learnings to a post from any repoAfter selecting a post:
For drafts:
For published posts:
Add to your CLAUDE.md:
BLOG_CONTENT_DIR=/path/to/your/blog/content
Example: BLOG_CONTENT_DIR=/Users/you/portfolio/src/content/blog
npx claudepluginhub builtby-win/skills --plugin blog/blogCreates an SEO-optimized blog post by collecting content scope, goal, audience, style, and format through interactive questions.