From productionos
Composite: SEO -> content -> ads -> analytics audit for marketing and growth. Use when user mentions 'marketing', 'SEO', 'growth', 'ads', 'conversion', or 'traffic'.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Composite skill that chains 4 marketing audit stages through the 98 installed marketing skills. Routes intelligently based on what the target has (paid ads, content, tracking) and produces a unified growth report.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Composite skill that chains 4 marketing audit stages through the 98 installed marketing skills. Routes intelligently based on what the target has (paid ads, content, tracking) and produces a unified growth report.
seo-audit -> content-strategy -> ads-audit -> analytics-tracking
| | | |
v v v v
SEO.md CONTENT.md ADS.md (cond.) ANALYTICS.md
|
(skipped if no paid ads)
| Parameter | Values | Default | Description |
|---|---|---|---|
target | URL or path | . | Website URL or local project path |
has_paid_ads | true, false | auto-detect | Whether to run ads audit |
Invokes: /seo-audit, /keyword-research, /technical-seo-checker
What it does:
Sub-skills activated:
seo-audit -- primary audit enginekeyword-research -- opportunity identificationtechnical-seo-checker -- crawlability and indexingon-page-seo-auditor -- content optimization signalsschema-markup-generator -- structured data validationProduces: .productionos/GROWTH-SEO.md
Gate to Step 2: Proceeds unconditionally. SEO findings inform content strategy.
Invokes: /content-strategy, /content-gap-analysis
What it does:
Sub-skills activated:
content-strategy -- strategic content planningcontent-gap-analysis -- coverage gap identificationcontent-quality-auditor -- existing content scoringseo-content-writer -- content brief generation for gapsProduces: .productionos/GROWTH-CONTENT.md
Gate to Step 3: Check if paid ads exist. Auto-detect by searching for:
If no paid ads detected, skip Step 3 and proceed to Step 4.
Condition: has_paid_ads = true (explicit or auto-detected)
Invokes: /ads-audit, platform-specific skills
What it does:
Sub-skills activated (per detected platform):
ads-google -- Google Ads account auditads-meta -- Meta/Facebook ads auditads-tiktok -- TikTok ads auditads-linkedin -- LinkedIn ads auditads-audit -- cross-platform summaryads-budget -- budget allocation analysisads-creative -- creative performance auditProduces: .productionos/GROWTH-ADS.md
Invokes: /analytics-tracking
What it does:
Sub-skills activated:
analytics-tracking -- implementation auditconversion-ops -- conversion funnel analysisrank-tracker -- ranking monitoring setupProduces: .productionos/GROWTH-ANALYTICS.md
Final composite report written to .productionos/GROWTH-AUDIT.md:
# Growth Audit Report
## Executive Summary
- **SEO Score:** X/10
- **Content Coverage:** X% of target keywords
- **Ads Efficiency:** X ROAS (or "N/A -- no paid ads")
- **Analytics Health:** X/10
- **Overall Growth Score:** X/10
## Quick Wins (implement this week)
1. {highest impact, lowest effort action}
2. ...
## SEO Findings
{top issues from GROWTH-SEO.md}
## Content Gaps
{top opportunities from GROWTH-CONTENT.md}
## Ads Optimization (if applicable)
{top recommendations from GROWTH-ADS.md}
## Analytics Gaps
{missing tracking from GROWTH-ANALYTICS.md}
## 90-Day Growth Roadmap
| Week | Action | Expected Impact | Effort |
|------|--------|----------------|--------|
Audit completed: {timestamp} | Score: {X}/10
/ads-creative directly/ads-landing directly/audit-and-fix instead