blog-post

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/blog:post

Create a blog post about your work with minimal friction. Gathers context automatically and provides structured templates to reduce blank-page anxiety.

When to Use This Skill

Use this skill when... Use alternative when...
Capturing work quickly into a blog post Need detailed documentation -> Project wiki/docs
Want templates to reduce blank-page anxiety Writing a technical tutorial -> /blog:post tutorial
Need git context auto-populated Creating portfolio summary -> Different workflow

Context

  • Blog directory: !find . -maxdepth 1 -type d \( -name blog -o -name posts -o -name _posts \) -print -quit
  • Git remotes: !git remote -v
  • Recent commits: !git rev-list --count --since="7 days ago" HEAD
  • Current branch: !git branch --show-current
Installs
3
GitHub Stars
36
First Seen
Apr 21, 2026
blog-post — laurigates/claude-plugins