new-blog-post

Add a new blog article card to blog.html with title, description, tags, and read time.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/levkiss/lev-cv-website --skill new-blog-post
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-blog-post
Source: https://github.com/levkiss/lev-cv-website/tree/main/.claude/skills/new-blog-post
Command: npx skills add https://github.com/levkiss/lev-cv-website --skill new-blog-post

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new blog articles to your website, ensuring consistency and saving manual formatting time.

Core Features & Use Cases

  • Automated Card Creation: Generates a new blog post card with title, description, tags, and read time.
  • Consistent Formatting: Adheres to existing design patterns for a cohesive look.
  • Use Case: Quickly add a new project update or thought leadership piece to your blog without worrying about HTML structure or CSS classes.

Quick Start

Add a new blog article card with the title "My Latest Thoughts on AI".

Frequently Asked Questions about new-blog-post

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

FAQPage Schema
How do I add a new blog article card to an HTML file?

You can add a blog article card by inserting a new HTML block into blog.html with the specified title, description, tags, and estimated read time. This process maintains the existing grid layout and dark mode compatibility.

How do I automate blog post formatting to match my website's existing design?

Automating blog post formatting involves generating a new card that adheres to your existing HTML structure and CSS classes. This ensures a cohesive look across your website without manual coding.

Does adding a blog post card dynamically affect dark mode compatibility?

Adding a blog post card dynamically does not break dark mode compatibility. The insertion process is designed to maintain existing design patterns, including dark mode styles already configured in the HTML.

What file manipulation tools are needed to insert content into a blog HTML page?

Inserting content into a blog HTML page requires Read, Edit, and Grep tools for file manipulation and content analysis. These tools allow you to locate the insertion point and update the file dynamically.

What is the best way to include estimated read time and tags in a new website article card?

The best way to include estimated read time and tags in a website article card is to generate the card with these fields specified during creation. This ensures the metadata is formatted correctly within the HTML.