.cursor/skills/create-post/SKILL.md
Create a new blog post for the kimmoihanus.com site. Use when the user wants to write, create, or draft a new blog post or article.
npx skillsauth add ihmissuti/kimmoihanus-nextjs-site create-postInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps create new blog posts for the kimmoihanus.com Next.js site.
For AI Search optimized content, also use the geo-content skill which provides:
Posts are stored in /posts/ directory with the naming convention:
XXX-slug-with-dashes.md
Where XXX is a zero-padded number (001, 002, etc.)
Every post must include this YAML frontmatter:
---
title: 'Your Post Title Here'
date: YYYY-MM-DD
---
Check existing posts to determine the next number:
ls -la posts/
Create the new post file with proper naming:
011-your-post-title.mdInclude required frontmatter with today's date
Write content using markdown with:
##)/public/blog/images/##) for main sections---
title: 'My New Post Title'
date: 2026-01-29
---
## Introduction paragraph
Your opening content here...
## Main Section
Content with **bold** and _italic_ text.
### Subsection
More detailed content.
## Conclusion
Wrap up your thoughts.
Run the helper script to create a new post scaffold:
./scripts/create-post.sh "Your Post Title"
data-ai
Generate and optimize Schema.org structured data for AI/LLM visibility. Use when adding schema markup, improving structured data, or optimizing for rich results and AI search engines.
development
Audit websites for AI search visibility and Generative Engine Optimization (GEO). Use when auditing a website for LLM/AI search presence, checking how ChatGPT or Perplexity see a brand, or optimizing content for AI recommendations.
tools
Score developer tools and SaaS products for AI agent compatibility. Use when evaluating how well a devtool works with AI coding assistants, or when optimizing a product for the agent era.
documentation
Generate JSON-LD schema markup for GEO optimization. Use when creating structured data for articles, products, FAQs, how-to guides, organizations, and other content types to improve AI search visibility and rich results.