Pin banner
Dogacel Dogacel

Pin

Development community

Description

--- name: pin description: Pin or unpin a blog post so it appears at the top of your blog --- Pin a blog post to the top of the blog index, or unpin the currently pinned post. ## Steps 1. Call `get_blog_config` to check setup. If not configured, tell the user to run `/setup-blog` first. 2. Call `list_recent_posts` to show all posts with their filenames and pinned status. 3. Based on the user's request (they may describe the post by title, topic, or keywords), identify the correct post filen

Installation

Installs to ~/.claude/skills/dogacel-agent-blog-pin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dogacel-agent-blog-pin && curl -fsSL https://raw.githubusercontent.com/Dogacel/agent-blog/HEAD/commands/pin.md -o ~/.claude/skills/dogacel-agent-blog-pin/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository