원클릭으로
blog-team
Launch the blog post creation team — interviewer, researcher, voice reviewer, QA checker in parallel tmux panes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch the blog post creation team — interviewer, researcher, voice reviewer, QA checker in parallel tmux panes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Ensures blog content matches the authentic, concise, experience-driven tone. Focuses on personal learning narratives, not authority positioning. Expert-to-expert voice that respects reader time.
Interviews the user about a blog post topic. Asks questions via SendMessage to gather scope, opinions, key points, and personal experiences for the draft.
Reviews blog post drafts for brand voice consistency. Applies blog-content-architect personality and brand-voice skill rules. Reports issues to leader.
Generate hero images for blog posts — analyzes content, crafts prompt, calls Gemini API, saves image, updates frontmatter. Replaces blog-image-prompt and blog-image-creator.
Brand Voice Skill — Chris Towles
Background Checks — fraud detection and consistency verification for home loan applications
| name | blog-team |
| description | Launch the blog post creation team — interviewer, researcher, voice reviewer, QA checker in parallel tmux panes |
| arguments | [{"name":"topic","description":"The blog post topic or a brief description","required":true},{"name":"links","description":"Comma-separated URLs to research (web pages, YouTube videos)","required":false}] |
Orchestrate a blog post creation team through 4 phases for: $ARGUMENTS
Launch two Agent subagents in parallel:
subagent_type: "blog-interviewer". Interviews the user via SendMessage to gather scope, opinions, key points, and personal experiences.subagent_type: "blog-researcher". Researches the topic by scraping links, searching the web, and extracting YouTube transcripts.Pass the topic and links to both agents. Wait for both to complete.
Combine interviewer notes + researcher findings. Write the blog post to packages/blog/content/2.blog/YYYYMMDD.slug-name.md with complete frontmatter.
---
title: 'Post Title'
description: 'Brief summary for SEO'
date: 'YYYY-MM-DD'
image:
src: '/images/blog/YYYYMMDD-HHMM-slug.png'
alt: 'Description'
authors:
- name: Chris Towles
to: https://twitter.com/Chris_Towles
avatar:
src: /images/ctowles-profile-512x512.png
badge:
label: 'Category'
---
brand-voice skill for voice/tone rules and the blog-content-architect skill for personalityLaunch three tasks in parallel:
subagent_type: "blog-voice-reviewer". Reviews draft for brand voice consistency.subagent_type: "blog-qa-checker". Validates frontmatter, links, lint, typecheck, tests.blog-image skill to generate the hero image.Wait for all to complete.
Apply any revisions from voice-reviewer and qa-checker. Report summary to user: