new-post

Generate a draft Markdown blog post with frontmatter in src/content/blog/.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-post-bluewaves-creations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-post
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/new-post
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-post-bluewaves-creations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new blog posts, ensuring proper file structure, frontmatter, and initial content setup.

Core Features & Use Cases

  • Automated File Generation: Creates a new Markdown file for a blog post in the correct directory.
  • Frontmatter Population: Automatically adds essential frontmatter like title, description, author, and publication date.
  • Use Case: When you have an idea for a new article, use this Skill to quickly scaffold the post, allowing you to focus on writing the content rather than the setup.

Quick Start

Use the new-post skill to create a blog post titled "My First Article".

Frequently Asked Questions about new-post

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

FAQPage Schema
How do I automatically generate a new blog post file with frontmatter?

To create a new blog post, this Skill generates a Markdown file in the `src/content/blog/` directory and automatically populates the frontmatter with the title, description, author, and date.

How does the blog post scaffolding mechanism handle filenames and authors?

The scaffolding mechanism converts your provided title into a kebab-case filename and uses the git user's name as the post author in the frontmatter.

Can I create a new Markdown draft immediately without publishing it?

Yes, you can create a Markdown draft immediately because the Skill initializes every new blog post in draft mode by default, preventing premature publishing.

What is the best way to scaffold content creation for a new article?

The best way to scaffold content creation is using this Skill to instantly set up the correct file structure and placeholder frontmatter, letting you focus on writing content.