wrap-to-blog

Consolidate daily wrap-up notes into a publish-ready Markdown blog entry.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/JayKim88/claude-ai-engineering --skill wrap-to-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-to-blog
Source: https://github.com/JayKim88/claude-ai-engineering/tree/main/plugins/wrap-up/skills/wrap-to-blog
Command: npx skills add https://github.com/JayKim88/claude-ai-engineering --skill wrap-to-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates daily wrap-up notes into a single, publish-ready blog post for the ai-learning blog, saving time and ensuring consistency across topics.

Core Features & Use Cases

  • Aggregates wrap-up sessions across multiple topics into one post for easy publishing.
  • Creates per-topic sections with context, completed items, decisions, and next steps, all in Markdown.
  • Generates frontmatter (title, date, description, tags) and a structured, ready-to-publish body.

Quick Start

Run the standalone trigger at /wrap-to-blog to generate today's wrap-up blog post.

Frequently Asked Questions about wrap-to-blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate daily wrap-up notes into a single publishable blog post?

To consolidate daily wrap-up notes into a publishable blog post, this Skill aggregates multiple end-of-day topics into one Markdown entry, generating required frontmatter like title, date, description, and tags alongside structured content sections.

What is the best way to automate generating Markdown frontmatter for daily blog logs?

Automating Markdown frontmatter generation for blog logs is handled by mapping your wrap-up session context into structured metadata fields, automatically producing the title, date, description, and tags required for immediate blog publishing.

Can I organize multiple project topics into separate sections within one blog entry?

Yes, you can organize multiple project topics into separate sections within one blog entry, because the workflow applies topic-segmentation to structure context, completed items, decisions, and next steps for each individual topic.

Does this workflow require any external dependencies to format Markdown content?

No external dependencies are required to format Markdown content, as the workflow operates independently to parse wrap-up sessions and apply content-generation logic for structuring text and frontmatter.

How do I trigger the wrap-up to blog automation at the end of my workday?

You trigger the wrap-up to blog automation by using the standalone trigger command, which immediately processes your end-of-day notes and outputs a structured, ready-to-publish Markdown blog file.