From post-development
Orchestrates app launch prep: generates SEO meta tags/sitemaps/keywords, captures Playwright screenshots across viewports/modes, creates buyer personas/marketing strategies/ads/articles/landing pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/post-development:post-developmentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables comprehensive post-development preparation for app launches, including marketing materials, SEO, and content generation.
This skill enables comprehensive post-development preparation for app launches, including marketing materials, SEO, and content generation.
Use this skill when:
/post-development:seo)/post-development:screenshots)/post-development:personas)/post-development:ads)/post-development:articles)/post-development:landing)/post-development:run init --base-url http://localhost:3000
/post-development:run run
/post-development:run run --task seo
/post-development:run status
.post-development/
├── post-development.json # Master plan
├── seo/
│ ├── pages/ # SEO data per page
│ └── assets/ # Favicon, OG image specs
├── screenshots/
│ ├── desktop/
│ ├── tablet/
│ └── mobile/
├── personas/
│ ├── personas/ # Individual persona files
│ ├── strategies/ # Marketing strategies
│ └── cta/ # CTA collections
├── ads/
│ ├── instagram/
│ ├── facebook/
│ ├── linkedin/
│ └── twitter/
├── articles/
│ ├── article-1/
│ ├── article-2/
│ └── article-3/
└── landing-pages/
└── [persona-name]/
Tasks run in dependency order:
seo → no dependenciesscreenshots → no dependenciespersonas → depends on seoads → depends on personas, screenshotsarticles → depends on personas, screenshotslanding → depends on personas, screenshots, articlesnpm install -D playwright)# 1. Initialize project
/post-development:run init --base-url http://localhost:3000
# 2. Run everything
/post-development:run run
# 3. Or run tasks individually
/post-development:run seo
/post-development:run screenshots
/post-development:run personas
/post-development:run ads
/post-development:run articles
/post-development:run landing
# 4. Check progress anytime
/post-development:run status
npx claudepluginhub mwguerra/claude-code-plugins --plugin post-developmentGenerates multi-page marketing websites for web apps using captured screenshots, animated GIF workflows, and feature demos from the running app via browser tools.
Generates marketing-quality screenshots of your app using Playwright at HiDPI resolution. Use for Product Hunt, social media, landing pages, or documentation.
Creates marketing assets and executes launch strategy. Generates landing copy, social banners, SEO meta, blog posts, and video scripts.