Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:544
forks:351
updated:27 de febrero de 2026, 20:36
SKILL.md
Create a new Hot Tip for wesbos.com
Write blog posts and content in Wes Bos's voice and style. Use when drafting blog posts, writing tutorials, creating course descriptions, or producing any written content for wesbos.com.
| name | blog-post |
| description | Create or edit a blog post for wesbos.com |
When the user asks to create a new blog post or edit an existing one.
src/content/posts/<post-folder-name>/.mdx file and any image assets---
title: "Post Title"
slug: post-slug-kebab-case
category:
- Category Name
date: YYYY-MM-DDTHH:MM:SS
image: featured-image-filename.png
---
title: The post title. Wrap in quotes if it contains special characters like colons or exclamation marksslug: kebab-case URL slugimage: filename only, no path prefix (the image lives in the same directory)category: an array. Pick from existing categories unless adding a new category makes snese:
date: ISO 8601 format. Use the current date/time.mdx file/Users/wesbos/Screenshots/ — filenames contain non-breaking spaces, so use globs (*) instead of quoted paths when copying. Rename files from their typical screenshot format to something meaningful - use AI to describe the image..webp, but .png and .jpg also workFollow the wes-bos-writing-style skill (.agent/skills/wes-bos-writing-style/SKILL.md) for voice, tone, and structure.
pnpm content-index — this regenerates src/content/index.ts with imports for all posts. The post won't show up on the site without this step.pnpm dev