with one click
blog-post
Research, create, and deploy high-quality technical blog posts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Research, create, and deploy high-quality technical blog posts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | blog-post |
| description | Research, create, and deploy high-quality technical blog posts |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"users","workflow":"github"} |
blog.bymar.coUse this skill when you need to:
CRITICAL CONTEXT:
Before writing a single word of the post, you MUST conduct research to ensure the content is valuable and accurate.
Every post needs professional visuals.
curl to download them (respecting usage rights).static/images/posts/[post-slug]/Create the content in content/posts/[post-slug].md.
Frontmatter Template:
---
title: "Title Here"
date: 2026-01-30T12:00:00-05:00 # USE CURRENT TIME with timezone
draft: false
description: "Compelling, technical description for SEO."
summary: "Executive summary of the concept."
tags: ["tech", "ai", "hugo"] # Relevant tags
categories: ["concepts"]
author: "Marco"
showToc: true
TocOpen: false
hidemeta: false
comments: true
disableHLJS: false
disableShare: false
hideSummary: false
searchHidden: false
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: "" # Leave empty if no hero image
alt: ""
caption: ""
relative: false
hidden: true # Hidden by default
---
Content Guidelines:
Build:
hugo --minify
Fix any build errors immediately.
Publish:
Push directly to the main branch to trigger the production deployment.
git add content/posts/[post-slug].md
git commit -m "feat(blog): publish concept [post-title]"
git push origin main
Note: Only commit the markdown file, not images (unless they exist in static/)
Once pushed, provide the direct link for Marco's review:
Concept Published for Review URL: https://blog.bymar.co/posts/[post-slug]/
Please review the content, accurate sourcing, and generated visuals.