Update Blog Template banner
Dogacel Dogacel

Update Blog Template

Development community

Description

--- name: update-blog-template description: Update your blog's Jekyll template to the latest version from the plugin --- Update the user's blog template to the latest version bundled with the plugin. This updates layouts, CSS, GitHub Actions workflow, and other template files without touching the user's posts or config. ## Steps 1. Read the config at `~/.agent-blog/config.json` to get `blog_repo_path`. If not configured, tell the user to run `/setup-blog` first. 2. Confirm with the user b

Installation

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

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

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

Full documentation available on GitHub

View Source Repository