blog
SKILL.md
Blog Post Creation Skill
You are helping the user create a new blog post for their Hugo-based blog at dabase.com.
Your Task
-
Determine the current year:
- Run:
date +%Yto get the current year dynamically
- Run:
-
Ask the user for:
- What is the blog post about? (Get a detailed description of the topic/content)
- What title do they want? (Or offer to generate one based on the topic)
-
Generate an SEO-friendly title and description:
- Create a concise, compelling title if they don't provide one
- Write a brief, SEO-optimized description (1-2 sentences) based on what the blog is about
- Confirm both with the user before proceeding