npx claudepluginhub builtby-win/skills --plugin blog# 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...
/blogInteractively creates SEO-optimized blog post for given topic by collecting scope, goal, audience, style, and format details.
/blogOrchestrates blog workflow by routing to phases (idea, research, content, post, publish, persona, template, series), detecting project state via markdown frontmatter, suggesting next steps, and showing status.
/blogLaunch blog-writer agent to create a technical blog post with interactive input collection
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