author.create-post

Guide non-technical authors through Markdown, Front Matter, and GitHub PR workflows.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aboneto/sopelasobremesa --skill author-create-post
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: author.create-post
Source: https://github.com/aboneto/sopelasobremesa/tree/main/.agents/skills/author.create-post
Command: npx skills add https://github.com/aboneto/sopelasobremesa --skill author-create-post

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides context, rules, and practical guidance to help a non-technical blog author create, format, and publish new posts with a clean, repeatable workflow, reducing friction between writing and deployment.

Core Features & Use Cases

  • Contextual guidance for drafting posts in Markdown with proper Front Matter.
  • Clear explanations of Front Matter fields (title, date, categories, tags, image, youtube_video) and how they map to publishing.
  • Step-by-step Git and PR workflow advising on feature branches, commits, and push strategies to keep the main branch stable.
  • AI-assisted review and quality checks to catch simple formatting issues before publishing.
  • Use Case: When starting a new post, the agent can walk the author through creating _posts/YYYY-MM-DD-slug.md, populating Front Matter, and submitting a PR for review.

Quick Start

Draft a new post by completing the Front Matter, creating a feature branch, and opening a PR for review.

Frequently Asked Questions about author.create-post

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

FAQPage Schema
How do I create a new blog post with Front Matter and Markdown?

To create a blog post, you draft content in Markdown and populate Front Matter fields like title, date, categories, and tags to provide publishing metadata. The workflow guides you through formatting conventions and generating the correct file structure.

What is the Git workflow for publishing a blog post to keep the main branch stable?

The Git workflow for publishing involves creating a feature branch, committing your Markdown changes, and pushing to open a pull request. This strategy ensures the main branch remains stable until your post is reviewed and merged.

Can I use an AI-assisted review to catch formatting issues before submitting a blog post PR?

Yes, AI-assisted review can catch simple formatting issues in your Front Matter and Markdown before you submit a PR. It performs quality checks to ensure your content meets publishing conventions and reduces friction during deployment.

What Front Matter fields do I need when drafting a new post?

Required Front Matter fields for drafting a post include title, date, categories, tags, image, and youtube_video. These fields map directly to your publishing platform and define how the content is structured and displayed.

Does this publishing workflow work for non-technical blog authors?

Yes, this publishing workflow is designed for non-technical blog authors. It provides contextual guidance, clear explanations of Markdown and Git conventions, and step-by-step assistance to help you create and publish posts without technical friction.