Our review
Adds a new blog article card to blog.html following the existing pattern and layout.
Strengths
- Maintains visual consistency with existing cards
- Automatically handles chronological ordering
- Applies dark mode classes properly
- Preserves responsive grid layout
Limitations
- Only works for simple static HTML sites
- Assumes uniform card structure
- Does not auto-extract metadata (tags, read time)
To quickly add a new article to a static HTML blog with a grid layout.
For dynamic blogs (CMS, databases) or when HTML article cards vary in structure.
Security analysis
SafeThe skill only reads and edits a local HTML file using Read, Edit, and Grep. There are no external interactions, destructive commands, or security risks.
No concerns found
Examples
Add a new blog article card to blog.html for 'Understanding Web Accessibility'Add a new blog post titled 'CSS Grid Tricks' with tags: css, layout, design, estimated read time 8 minutesAdd a new blog article card for 'Getting Started with Claude Code' and place it before the existing cards (newest first)name: new-blog-post description: Add a new blog article card to blog.html argument-hint: [title] allowed-tools: Read, Edit, Grep
Add New Blog Post
Add a new article card to blog.html for: $ARGUMENTS
Steps
- Read
blog.htmlto understand the current card structure and grid layout - Create a new article card matching the existing pattern:
- Title, description, tags, estimated read time, date
- Proper dark mode classes
- Hover effects consistent with other cards
- Responsive grid placement
- Insert the new card in the appropriate position (newest first)
- Verify the grid layout still works with the new card count
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.