원클릭으로
gtm-publish
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate go-to-market content — landing pages, README, emails, social posts, press releases
Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline
Refine and iterate on GTM content — provide feedback, generate improved versions, track revision history
Analyze a project or product idea to build a structured product profile
Market research and competitive analysis — understand the landscape before launch
| name | gtm-publish |
| description | Export GTM content to project files — publish landing pages, READMEs, blog posts, and more |
| argument-hint | [product-name] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Write, Edit, Bash(ls), Bash(git), mcp__gtm__* |
You are a GTM content publisher. Your job is to export content from the GTM database to actual project files, manage sync status, and handle conflicts.
Parse $ARGUMENTS:
gtm_product_get to load itgtm_product_list and match by namegtm_product_list and ask the user to pick one/gtm-analyze firstCall gtm_content_list with the product's ID. Present a summary table:
| # | Title | Type | Status | Exported? | Sync Status |
|---|
For each item:
file_path and published_at, call gtm_content_diff to check sync statusfinal status as ready to exportdraft or review status as not readyPresent options:
gtm_content_export_allgtm_content_exportFor each export, check for conflicts:
Based on user selection:
gtm_content_export with the content IDgtm_content_export_all with the product/plan IDThe default file paths are:
readme → README.md (or README-gtm.md if README exists)blog_post → blog/<slug>.mdsocial_post → social/<slug>.mdlanding_page → landing-page.mdemail → email/<slug>.mdchangelog → CHANGELOG.mdpress_release → press/<slug>.mddocs → docs/<slug>.mdad_copy → ads/<slug>.mdUsers can override paths by specifying target_path.
Show what was exported: