new-blog-post

Create Hugo blog post drafts with generated front matter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/2p1c/2p1c_blog --skill new-blog-post-2p1c
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-blog-post
Source: https://github.com/2p1c/2p1c_blog/tree/main/.agents/skills/new-blog-post
Command: npx skills add https://github.com/2p1c/2p1c_blog --skill new-blog-post-2p1c

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a new Hugo blog post from user input, reducing manual formatting and front matter work.

Core Features & Use Cases

  • Infer and generate title, description, tags, categories, and summary from user descriptions.
  • Create the post under content/posts/ as a draft with complete front matter.
  • Prompt briefly for missing information and finalize the draft file.

Quick Start

Provide a brief description of your blog topic and I will generate a draft post with front matter.

Frequently Asked Questions about new-blog-post

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

FAQPage Schema
How do I auto-generate Hugo blog post front matter from a topic description?

To auto-generate Hugo front matter, provide a brief topic description and the skill infers the title, description, tags, categories, and summary, then creates a draft markdown file with complete metadata.

Can I automatically create Hugo drafts with inferred tags and categories?

Yes, you can create Hugo drafts automatically. The skill generates the post under content/posts/ with draft = true by default, automatically inferring relevant tags and categories from your input description.

Does Hugo front matter generation respect existing archetypes?

Yes, Hugo front matter generation respects Hugo archetypes. It creates the markdown file under content/posts/ while adhering to your existing archetype structures to maintain project consistency.

What happens if my blog post description is missing required metadata?

If your blog post description is missing required metadata, the skill avoids overfitting by briefly prompting you for the missing information before finalizing the draft markdown file.

What is the best way to markdown draft a new blog post without manual front matter formatting?

The best way to draft a markdown blog post without manual front matter formatting is using automation to infer metadata from your description, eliminating repetitive YAML configuration work.