new-post

Generate a blog post page with slug, HTML template, and index entry.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/jkhowland/jkhowland --skill new-post-jkhowland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-post
Source: https://github.com/jkhowland/jkhowland/tree/main/.claude/skills/new-post
Command: npx skills add https://github.com/jkhowland/jkhowland --skill new-post-jkhowland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Content creators spend excessive time scaffolding new blog posts and ensuring a consistent layout and metadata across posts; this skill automates the initial post generation with a standardized structure.

Core Features & Use Cases

  • Slug generation from a given title and creation of a posts HTML file with a consistent layout.
  • Automatic index entry generation to publish new posts quickly.
  • Reuse of a standard site structure (head, header, footer) to maintain brand consistency across posts.

Quick Start

Provide a title for your new post and I will generate the corresponding slug, page markup, and index entry.

Frequently Asked Questions about new-post

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

FAQPage Schema
How do I create a new blog post with a consistent HTML template and slug?

To create a new blog post, provide a title input to generate a URL slug, an HTML file with a standard site layout, and an automatic index entry for consistent structure across all posts.

What's the best way to automate scaffolding a blog post page for a website?

Automating blog post scaffolding requires providing a post title, which enforces slug generation, applies a standardized HTML template with standard head and footer, and updates the website index.

Does blog post generation automatically update the website index entry?

Yes, blog post generation includes automatic index entry generation, ensuring the new HTML page is published and linked quickly alongside existing posts without manual website editing.

Can I maintain brand consistency across new posts using an HTML template?

Yes, you can maintain brand consistency by reusing a standard site structure including the head, header, and footer sections when generating the HTML template for new blog posts.

What do I need to provide to generate a blog post slug and page markup?

You need to provide a title for your new post, which is then used to automatically generate the corresponding URL slug, page markup, and index entry for the website.