[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-AgriciDaniel-ads-create-de":3,"guides-for-AgriciDaniel-ads-create":656,"similar-k17544xyyrjh2hysdf6j92zppd86n7tr-de":657},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":238,"parentExtension":252,"providers":314,"relations":318,"repo":319,"tags":653,"workflow":654},1778670051632.8713,"k17544xyyrjh2hysdf6j92zppd86n7tr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md to the current directory. Run after /ads dna and before /ads generate. Triggers on: create campaign, campaign brief, ad concepts, write ad copy, campaign strategy, ad messaging, creative brief, generate concepts.",{"claudeCode":12},"AgriciDaniel/claude-ads","ads-create","https://github.com/AgriciDaniel/claude-ads",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778670195606.6006,"kn76x33n0bm7rk6x33gxmb4fch86n58e","en",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,105,109,112,116,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating campaign concepts and copy briefs for paid advertising, and identifies the input artifacts (`brand-profile.json`, audit results) and output (`campaign-brief.md`).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a generic LLM by integrating specific brand profiles, audit results, platform-specific requirements, and a structured multi-agent workflow for generating campaign briefs.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears to be production-ready, covering the complete lifecycle of campaign brief generation, including input handling, parameter collection, strategy selection, and sequential agent execution.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on generating campaign concepts and copy briefs for paid advertising, with a clear workflow and defined inputs and outputs, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's function of generating campaign concepts and copy briefs, including its inputs, outputs, and execution context.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a sequential agent-based workflow ('creative-strategist', 'copy-writer') rather than a single generalist tool, ensuring scoped actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides clear documentation on inputs like `brand-profile.json`, command-line flags (`--platforms`, `--objective`), and the expected output format, along with default values.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The internal agent tasks like 'creative-strategist' and 'copy-writer' are descriptive, and the user-facing commands like '/ads create' are clear.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are controlled via command flags and expected file existence, and the output is a well-defined markdown file (`campaign-brief.md`).",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated in the bundled LICENSE file and the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 24, 2026, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill's SKILL.md does not indicate any third-party dependencies that require explicit management or vulnerability checks.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose any secrets; its operation relies on local files and LLM prompts.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes local JSON files and user-provided text, and its workflow is defined within the SKILL.md, with no indication of loading untrusted remote content as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill operates on local files and LLM interactions; there is no evidence of runtime downloads of code or data that would bypass bundle auditing.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations are confined to reading local files (`brand-profile.json`, audit results) and writing a single markdown file (`campaign-brief.md`) to the current directory, with no writes to arbitrary or user-specific paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There is no indication of detached process spawns or retry loops around denied tool calls within the skill's described workflow.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's primary function is local file generation and LLM interaction for creative briefs; there are no outbound calls to submit confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and README content appear to be free of hidden text tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described in SKILL.md and does not appear to involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of `brand-profile.json` and `*-audit-results.md` in the current directory and provides clear instructions if they are missing, rather than failing silently.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There were 7 issues opened and 4 closed in the last 90 days, indicating a closure rate above 50% and low issue volume.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README indicates a version and links to releases, and the `pushedAt` timestamp suggests ongoing development, implying meaningful versioning.",{"category":58,"check":62,"severity":63,"summary":104},"No third-party dependencies requiring explicit management were detected.",{"category":106,"check":107,"severity":24,"summary":108},"Execution","Validation","Input validation is handled by checking for the existence of specific files and prompting the user for required parameters if missing. The output is a structured markdown file.",{"category":66,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill's primary operation is writing a file, which is not considered a destructive operation requiring special guarding beyond normal file system operations.",{"category":113,"check":114,"severity":24,"summary":115},"Code Execution","Error Handling","The SKILL.md outlines clear error handling paths, such as prompting the user for missing input files and providing alternative options.",{"category":113,"check":117,"severity":63,"summary":118},"Logging","The skill's described workflow does not involve destructive actions or outbound calls that would necessitate a local audit log.",{"category":120,"check":121,"severity":63,"summary":122},"Compliance","GDPR","The skill operates on brand profile data and campaign parameters, which are not described as containing personal data requiring GDPR sanitization.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill is designed for paid advertising campaign creation, which is a global practice, and there are no regional restrictions indicated in its description or workflow.",{"category":92,"check":127,"severity":24,"summary":128},"Runtime stability","The skill's logic is primarily prompt-based and file I/O, with no apparent reliance on specific OS-level tools beyond standard file system operations.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README provides a comprehensive overview of the Claude Ads suite, including installation, commands, features, and architecture, which indirectly supports the understanding of this specific skill.",{"category":33,"check":133,"severity":63,"summary":134},"Tool surface size","This skill represents a single, integrated workflow rather than exposing multiple distinct tools.",{"category":40,"check":136,"severity":63,"summary":137},"Overlapping near-synonym tools","The skill operates as a single workflow and does not expose multiple tools with overlapping functionality.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, such as reading brand profiles and audit results to produce briefs, are implemented within the described workflow.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear installation instructions via plugin or one-command scripts, and the SKILL.md outlines usage within Claude Code.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The SKILL.md details specific error conditions, such as missing `brand-profile.json`, and provides actionable remediation steps for the user.",{"category":106,"check":150,"severity":63,"summary":151},"Pinned dependencies","No third-party script dependencies were detected that require pinning or shebang declarations.",{"category":33,"check":153,"severity":63,"summary":154},"Dry-run preview","The skill's main function is file generation and LLM interaction for a brief, which is not a state-changing operation that would benefit from a dry-run preview.",{"category":156,"check":157,"severity":63,"summary":158},"Protocol","Idempotent retry & timeouts","The skill's operations are file-based and LLM interactions, not involving remote calls or state-changing operations that require idempotency or timeouts.",{"category":120,"check":160,"severity":63,"summary":161},"Telemetry opt-in","The skill's described workflow does not involve telemetry collection.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose (generating campaign concepts and copy briefs) and its usage context (reading brand profile and audit results, outputting to `campaign-brief.md`, running after `/ads dna` and before `/ads generate`).",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise, self-contained, and effectively summarizes the core capability and triggers.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured with clear sections and progressive disclosure, avoiding excessive length within the main body.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md outlines the main workflow and references external files like `copy-frameworks.md` and `ecommerce-creative.md` for detailed information.",{"category":172,"check":176,"severity":63,"summary":177},"Forked exploration","The skill's workflow is a direct generation process and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md includes a 'Quick Reference' table with clear examples of command variations and their effects, demonstrating practical usage.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The skill explicitly documents edge cases like missing `brand-profile.json` and provides recovery steps (prompting user, offering alternatives).",{"category":113,"check":185,"severity":63,"summary":186},"Tool Fallback","The skill does not appear to rely on external MCP servers or custom tools that would require a fallback mechanism.",{"category":92,"check":188,"severity":24,"summary":189},"Stack assumptions","The skill's requirements are minimal (Claude Code CLI, Python 3.10+ for optional features) and clearly stated, with no hidden stack assumptions.",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","The skill instructs to halt and prompt the user if `brand-profile.json` is missing, indicating it handles unexpected pre-state conditions gracefully.",{"category":92,"check":195,"severity":24,"summary":196},"Cross-skill coupling","The skill operates independently, reading local files and interacting with LLMs. While it mentions preceding and succeeding skills (`/ads dna`, `/ads generate`), it does not implicitly rely on them being loaded concurrently.",1778670195496,"This skill reads brand profile and audit data to generate structured campaign concepts, messaging pillars, and copy briefs, outputting a `campaign-brief.md` file.",[200,201,202,203,204],"Generates structured campaign concepts","Produces platform-specific copy briefs","Reads brand profile and audit results for context","Outputs to campaign-brief.md","Supports command-line flags for customization",[206,207,208],"Directly connecting to ad platform APIs","Creating or posting ads","Generating ad creatives (images/videos)","3.0.0","4.4.0","To streamline the creation of professional advertising campaign concepts and copy briefs, providing a structured foundation for paid advertising efforts.","Excellent documentation and clear workflow make this a highly polished skill. The only potential area for improvement would be more explicit handling of API keys if MCP integration were to be expanded.",99,"A well-documented and robust skill for generating ad campaign concepts and copy briefs.",[216,217,218,219,220],"advertising","campaign-generation","copywriting","marketing","ai","global","verified",[224,225,226,227],"Creating a campaign brief after establishing brand DNA","Generating copy and concepts for multiple ad platforms","Developing strategy for lead generation or brand awareness campaigns","Using generated briefs to inform ad creative generation",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},false,1778670177135,{"descriptionLength":233,"readmeSize":234},431,14902,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":239,"pushedAt":240,"stars":241},4,755,true,7,1777064907000,4828,{"hasNpmPackage":230,"license":243,"smitheryVerified":230},"MIT",{"hasCi":238,"hasTests":230},{"updatedAt":246},1778670195606,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/ads-create","AgriciDaniel","claude-ads","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"parentExtension":263,"providers":296,"relations":310,"tags":311,"workflow":312},1778670051632.8699,"k17faenp6zendr5jm8f4a74qfs86ndtf",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"Comprehensive paid advertising audit, optimization, and AI creative generation for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads with weighted scoring, parallel agents, industry templates, PPC math, A/B test design, and PDF reports.",{"claudeCode":250},"Claude Ads",{"basePath":261,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":262},"","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":270,"providers":272,"relations":290,"tags":292,"workflow":293},1778670051632.8696,"k17fr93n4ptmabxdcx1dp20pqs86n42b",{"reviewCount":8},{"description":268,"installMethods":269,"name":259,"sourceUrl":14},"Comprehensive paid advertising audit and optimization plugins for Claude Code",{"claudeCode":12},{"basePath":261,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":271},"marketplace",{"evaluate":273,"extract":283},{"promptVersionExtension":274,"promptVersionScoring":210,"score":275,"tags":276,"targetMarket":221,"tier":222},"3.1.0",97,[216,277,278,219,279,280,281,282],"audit","optimization","ppc","claude-code","google-ads","meta-ads",{"commitSha":284,"license":243,"marketplace":285,"plugin":288},"HEAD",{"name":286,"pluginCount":287},"agricidaniel-claude-ads",1,{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd7dd1sz3sg1kvn1j4cqdz9zbx86m87c",[216,277,280,281,219,282,278,279],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778672370003,1778670051632,{"evaluate":297,"extract":307},{"promptVersionExtension":209,"promptVersionScoring":210,"score":298,"tags":299,"targetMarket":221,"tier":306},95,[216,279,282,281,300,301,302,303,304,277,305],"tiktok-ads","linkedin-ads","microsoft-ads","apple-ads","creative-generation","strategy","community",{"commitSha":284,"license":243,"plugin":308},{"mcpCount":8,"provider":289,"skillCount":309},2,{"parentExtensionId":265,"repoId":291},[216,303,277,304,281,301,282,302,279,305,300],{"evaluatedAt":313,"extractAt":295,"updatedAt":313},1778672382079,{"evaluate":315,"extract":317},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":316,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":284},{"parentExtensionId":254,"repoId":291},{"_creationTime":320,"_id":291,"identity":321,"providers":322,"workflow":649},1778670047385.8599,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":323,"discover":637,"github":640},{"commitSha":284,"extensions":324},[325,338,405,463,471,479,487,495,500,508,516,524,532,540,548,556,564,572,580,613,621,629],{"basePath":261,"description":268,"displayName":286,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":261,"description":257,"displayName":250,"installMethods":339,"license":243,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":262},{"claudeCode":250},"plugin manifest at .claude-plugin/plugin.json",[342,344,345,346,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/ads-apple/SKILL.md","medium",{"path":350,"priority":348},"skills/ads-audit/SKILL.md",{"path":352,"priority":348},"skills/ads-budget/SKILL.md",{"path":354,"priority":348},"skills/ads-competitor/SKILL.md",{"path":356,"priority":348},"skills/ads-create/SKILL.md",{"path":358,"priority":348},"skills/ads-creative/SKILL.md",{"path":360,"priority":348},"skills/ads-dna/SKILL.md",{"path":362,"priority":348},"skills/ads-generate/SKILL.md",{"path":364,"priority":348},"skills/ads-google/SKILL.md",{"path":366,"priority":348},"skills/ads-landing/SKILL.md",{"path":368,"priority":348},"skills/ads-linkedin/SKILL.md",{"path":370,"priority":348},"skills/ads-math/SKILL.md",{"path":372,"priority":348},"skills/ads-meta/SKILL.md",{"path":374,"priority":348},"skills/ads-microsoft/SKILL.md",{"path":376,"priority":348},"skills/ads-photoshoot/SKILL.md",{"path":378,"priority":348},"skills/ads-plan/SKILL.md",{"path":380,"priority":348},"skills/ads-test/SKILL.md",{"path":382,"priority":348},"skills/ads-tiktok/SKILL.md",{"path":384,"priority":348},"skills/ads-youtube/SKILL.md",{"path":386,"priority":336},"agents/audit-budget.md",{"path":388,"priority":336},"agents/audit-compliance.md",{"path":390,"priority":336},"agents/audit-creative.md",{"path":392,"priority":336},"agents/audit-google.md",{"path":394,"priority":336},"agents/audit-meta.md",{"path":396,"priority":336},"agents/audit-tracking.md",{"path":398,"priority":336},"agents/copy-writer.md",{"path":400,"priority":336},"agents/creative-strategist.md",{"path":402,"priority":336},"agents/format-adapter.md",{"path":404,"priority":336},"agents/visual-designer.md",{"basePath":406,"description":407,"displayName":406,"installMethods":408,"rationale":409,"selectedPaths":410,"source":337,"sourceLanguage":18,"type":251},"ads","Multi-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.",{"claudeCode":12},"SKILL.md frontmatter at ads/SKILL.md",[411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461],{"path":412,"priority":331},"SKILL.md",{"path":414,"priority":348},"references/additional-platforms.md",{"path":416,"priority":348},"references/benchmarks.md",{"path":418,"priority":348},"references/bidding-strategies.md",{"path":420,"priority":348},"references/brand-dna-template.md",{"path":422,"priority":348},"references/budget-allocation.md",{"path":424,"priority":348},"references/compliance.md",{"path":426,"priority":348},"references/conversion-tracking.md",{"path":428,"priority":348},"references/copy-frameworks.md",{"path":430,"priority":348},"references/gaql-notes.md",{"path":432,"priority":348},"references/google-audit.md",{"path":434,"priority":348},"references/google-creative-specs.md",{"path":436,"priority":348},"references/image-providers.md",{"path":438,"priority":348},"references/linkedin-audit.md",{"path":440,"priority":348},"references/linkedin-creative-specs.md",{"path":442,"priority":348},"references/mcp-integration.md",{"path":444,"priority":348},"references/meta-audit.md",{"path":446,"priority":348},"references/meta-creative-specs.md",{"path":448,"priority":348},"references/microsoft-audit.md",{"path":450,"priority":348},"references/microsoft-creative-specs.md",{"path":452,"priority":348},"references/platform-specs.md",{"path":454,"priority":348},"references/scoring-system.md",{"path":456,"priority":348},"references/tiktok-audit.md",{"path":458,"priority":348},"references/tiktok-creative-specs.md",{"path":460,"priority":348},"references/voice-to-style.md",{"path":462,"priority":348},"references/youtube-creative-specs.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":337,"sourceLanguage":18,"type":251},"skills/ads-apple","Apple Ads (formerly Apple Search Ads) deep analysis for mobile app advertisers. Evaluates campaign structure, bid health, Custom Product Pages (CPPs), MMP attribution, budget pacing, TAP coverage (Today/Search/Product Pages), Maximize Conversions bidding, and goal CPA benchmarks by country. Use when user says Apple Ads, Apple Search Ads, ASA, App Store ads, Apple ads, Search Ads, or is advertising a mobile app on iOS.","ads-apple",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-apple/SKILL.md",[470],{"path":412,"priority":331},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":337,"sourceLanguage":18,"type":251},"skills/ads-audit","Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads accounts. Generates health score per platform and aggregate score. Use when user says audit, full ad check, analyze my ads, account health check, or PPC audit.","ads-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-audit/SKILL.md",[478],{"path":412,"priority":331},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":337,"sourceLanguage":18,"type":251},"skills/ads-budget","Budget allocation and bidding strategy review across all ad platforms. Evaluates spend distribution, bidding strategy appropriateness, scaling readiness, and identifies campaigns to kill or scale. Uses 70/20/10 rule, 3x Kill Rule, and 20% scaling rule. Use when user says budget allocation, bidding strategy, ad spend, ROAS target, media budget, or scaling.","ads-budget",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-budget/SKILL.md",[486],{"path":412,"priority":331},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":337,"sourceLanguage":18,"type":251},"skills/ads-competitor","Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, Microsoft, and Apple Ads. Analyzes competitor ad copy, creative strategy, keyword targeting, estimated spend, and identifies competitive gaps and opportunities. Use when user says competitor ads, ad spy, competitive analysis, competitor PPC, or ad intelligence.","ads-competitor",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-competitor/SKILL.md",[494],{"path":412,"priority":331},{"basePath":248,"description":10,"displayName":13,"installMethods":496,"rationale":497,"selectedPaths":498,"source":337,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/ads-create/SKILL.md",[499],{"path":412,"priority":331},{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":337,"sourceLanguage":18,"type":251},"skills/ads-creative","Cross-platform creative quality audit covering ad copy, video, image, and format diversity across all platforms. Detects creative fatigue, evaluates platform-native compliance, and provides production priorities. Use when user says creative audit, ad creative, creative fatigue, ad copy, ad design, or creative review.","ads-creative",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-creative/SKILL.md",[507],{"path":412,"priority":331},{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":337,"sourceLanguage":18,"type":251},"skills/ads-dna","Brand DNA extractor for paid advertising. Scans a website URL to extract visual identity, tone of voice, color palette, typography, and imagery style. Outputs brand-profile.json to the current directory. Run before /ads create or /ads generate for brand-consistent creative. Triggers on: brand DNA, brand profile, extract brand, brand identity, brand colors, what is the brand voice, analyze brand, brand style guide.","ads-dna",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-dna/SKILL.md",[515],{"path":412,"priority":331},{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":337,"sourceLanguage":18,"type":251},"skills/ads-generate","AI image generation for paid ad creatives. Reads campaign-brief.md and brand-profile.json to produce platform-sized ad images using banana-claude. Requires banana-claude (v1.4.1+) with nanobanana-mcp configured. Triggers on: generate ads, create images, make ad creatives, generate visuals, create ad images, generate campaign images, make the images, generate from brief.","ads-generate",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-generate/SKILL.md",[523],{"path":412,"priority":331},{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":337,"sourceLanguage":18,"type":251},"skills/ads-google","Google Ads deep analysis covering Search, Performance Max, Display, YouTube, and Demand Gen campaigns. Evaluates 80 checks across conversion tracking, wasted spend, account structure, keywords, ads, and settings. Use when user says Google Ads, Google PPC, search ads, PMax, Performance Max, or Google campaign.","ads-google",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-google/SKILL.md",[531],{"path":412,"priority":331},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":337,"sourceLanguage":18,"type":251},"skills/ads-landing","Landing page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and conversion rate potential. Use when user says landing page, post-click experience, landing page audit, conversion rate, or landing page optimization.","ads-landing",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-landing/SKILL.md",[539],{"path":412,"priority":331},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":337,"sourceLanguage":18,"type":251},"skills/ads-linkedin","LinkedIn Ads deep analysis for B2B advertising. Evaluates 27 checks across technical setup, audience targeting, creative quality, lead gen forms, and bidding strategy. Includes Thought Leader Ads, ABM, and predictive audiences. Use when user says LinkedIn Ads, B2B ads, sponsored content, lead gen forms, InMail, or LinkedIn campaign.","ads-linkedin",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-linkedin/SKILL.md",[547],{"path":412,"priority":331},{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":337,"sourceLanguage":18,"type":251},"skills/ads-math","PPC financial calculator and modeling tool. CPA, ROAS, CPL calculations, break-even analysis, impression share opportunity sizing, budget forecasting, LTV:CAC ratio analysis, and MER (Marketing Efficiency Ratio) assessment. Requires zero API access. Works with pasted data from exports. Use when user says PPC math, ad calculator, break-even, budget forecast, ROAS calculator, CPA calculator, impression share, LTV CAC, or MER.","ads-math",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-math/SKILL.md",[555],{"path":412,"priority":331},{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":337,"sourceLanguage":18,"type":251},"skills/ads-meta","Meta Ads deep analysis covering Facebook and Instagram advertising. Evaluates 50 checks across Pixel/CAPI health, creative diversity and fatigue, account structure, and audience targeting. Includes Advantage+ assessment. Use when user says Meta Ads, Facebook Ads, Instagram Ads, Advantage+, or Meta campaign.","ads-meta",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-meta/SKILL.md",[563],{"path":412,"priority":331},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":337,"sourceLanguage":18,"type":251},"skills/ads-microsoft","Microsoft/Bing Ads deep analysis covering search, Performance Max, Audience Network, and Copilot integration. Evaluates 24 checks with focus on Google import validation, unique Microsoft features, and cost advantage assessment. Use when user says Microsoft Ads, Bing Ads, Bing PPC, Copilot ads, or Microsoft campaign.","ads-microsoft",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-microsoft/SKILL.md",[571],{"path":412,"priority":331},{"basePath":573,"description":574,"displayName":575,"installMethods":576,"rationale":577,"selectedPaths":578,"source":337,"sourceLanguage":18,"type":251},"skills/ads-photoshoot","Product photography enhancement for ad creatives using banana-claude image generation. Takes a product image and generates 5 professional photography styles for ad use: Studio, Floating, Ingredient, In Use, and Lifestyle. Requires banana-claude (v1.4.1+) with nanobanana-mcp. Triggers on: product photo, product photography, photoshoot, enhance product image, product shoot, product photos for ads, generate product photos, studio shot, lifestyle photo.","ads-photoshoot",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-photoshoot/SKILL.md",[579],{"path":412,"priority":331},{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":337,"sourceLanguage":18,"type":251},"skills/ads-plan","Strategic paid advertising planning with industry-specific templates. Covers platform selection, campaign architecture, budget planning, creative strategy, and phased implementation roadmap. Use when user says ad plan, ad strategy, campaign planning, media plan, PPC strategy, or advertising plan.","ads-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-plan/SKILL.md",[587,588,591,593,595,597,599,601,603,605,607,609,611],{"path":412,"priority":331},{"path":589,"priority":590},"assets/agency.md","low",{"path":592,"priority":590},"assets/b2b-enterprise.md",{"path":594,"priority":590},"assets/ecommerce-creative.md",{"path":596,"priority":590},"assets/ecommerce.md",{"path":598,"priority":590},"assets/finance.md",{"path":600,"priority":590},"assets/generic.md",{"path":602,"priority":590},"assets/healthcare.md",{"path":604,"priority":590},"assets/info-products.md",{"path":606,"priority":590},"assets/local-service.md",{"path":608,"priority":590},"assets/mobile-app.md",{"path":610,"priority":590},"assets/real-estate.md",{"path":612,"priority":590},"assets/saas.md",{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":337,"sourceLanguage":18,"type":251},"skills/ads-test","A/B test design and experiment planning for paid advertising. Structured hypothesis framework, statistical significance calculator, test duration estimator, sample size calculator, and platform-specific experiment setup guides (Meta Experiments, Google Experiments, LinkedIn A/B). Use when user says A/B test, split test, experiment design, test hypothesis, statistical significance, sample size, or test duration.","ads-test",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-test/SKILL.md",[620],{"path":412,"priority":331},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":337,"sourceLanguage":18,"type":251},"skills/ads-tiktok","TikTok Ads deep analysis covering creative quality, tracking, bidding, campaign structure, and TikTok Shop. Evaluates 28 checks with emphasis on creative-first strategy, safe zone compliance, and Smart+ campaigns. Use when user says TikTok Ads, TikTok marketing, TikTok Shop, Spark Ads, Smart+, or TikTok campaign.","ads-tiktok",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-tiktok/SKILL.md",[628],{"path":412,"priority":331},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":337,"sourceLanguage":18,"type":251},"skills/ads-youtube","YouTube Ads specific analysis covering campaign types, creative quality, audience targeting, and measurement. Evaluates video ad performance across skippable, non-skippable, bumper, Shorts, Demand Gen, and Connected TV formats. Covers VAC→Demand Gen migration, Shorts creative requirements, and CTV shoppable ads. Use when user says YouTube Ads, video ads, pre-roll, bumper ads, YouTube campaign, Shorts ads, or CTV ads.","ads-youtube",{"claudeCode":12},"SKILL.md frontmatter at skills/ads-youtube/SKILL.md",[636],{"path":412,"priority":331},{"sources":638},[639],"manual",{"closedIssues90d":236,"description":641,"forks":237,"homepage":642,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":643,"topics":644},"Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.","https://agricidaniel.com/blog/claude-code-ad-agency",4829,[280,645,646,220,647,648],"claude-code-skill","ai-marketing","marketing-automation","open-source",{"classifiedAt":650,"discoverAt":651,"extractAt":652,"githubAt":652,"updatedAt":650},1778672335214,1778670047385,1778672333449,[216,220,217,218,219],{"evaluatedAt":246,"extractAt":295,"updatedAt":655},1778672335695,[],[658,687,712,740,762,787],{"_creationTime":659,"_id":660,"community":661,"display":662,"identity":668,"providers":673,"relations":681,"tags":683,"workflow":684},1778685991755.7354,"k170s484eessgyjzgnczc91n5186mbcr",{"reviewCount":8},{"description":663,"installMethods":664,"name":666,"sourceUrl":667},"Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.",{"claudeCode":665},"davila7/claude-code-templates","Competitive Ads Extractor","https://github.com/davila7/claude-code-templates",{"basePath":669,"githubOwner":670,"githubRepo":671,"locale":18,"slug":672,"type":251},"cli-tool/components/skills/business-marketing/competitive-ads-extractor","davila7","claude-code-templates","competitive-ads-extractor",{"evaluate":674,"extract":680},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":676,"targetMarket":221,"tier":222},100,[219,677,216,678,679],"competitor-analysis","social-media","data-extraction",{"commitSha":284,"license":243},{"repoId":682},"kd71fzn4s7r0269fkw47wt670n86ndz0",[216,677,679,219,678],{"evaluatedAt":685,"extractAt":686,"updatedAt":685},1778689511404,1778685991755,{"_creationTime":688,"_id":689,"community":690,"display":691,"identity":697,"providers":702,"relations":706,"tags":708,"workflow":709},1778684091954.6677,"k1789j12ze7cpsb9mt3kc1hjz986nhbr",{"reviewCount":8},{"description":692,"installMethods":693,"name":695,"sourceUrl":696},"Generate ad copy variations for Google, Meta, and LinkedIn Ads",{"claudeCode":694},"cognyai/claude-code-marketing-skills","Ad Copy Writer","https://github.com/cognyai/claude-code-marketing-skills",{"basePath":698,"githubOwner":699,"githubRepo":700,"locale":18,"slug":701,"type":251},"skills/ad-copy-writer","cognyai","claude-code-marketing-skills","ad-copy-writer",{"evaluate":703,"extract":705},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":704,"targetMarket":221,"tier":222},[219,218,216,281,282,301],{"commitSha":284,"license":243},{"repoId":707},"kd7371gwzbdr07nc839hsmagw986nje6",[216,218,281,301,219,282],{"evaluatedAt":710,"extractAt":711,"updatedAt":710},1778684154286,1778684091954,{"_creationTime":713,"_id":714,"community":715,"display":716,"identity":722,"providers":725,"relations":733,"tags":736,"workflow":737},1778698867338.3027,"k171kgm311805z9fa64vzfgkqs86nb64",{"reviewCount":8},{"description":717,"installMethods":718,"name":720,"sourceUrl":721},"Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":719},"wondelai/skills","storybrand-messaging","https://github.com/wondelai/skills",{"basePath":720,"githubOwner":723,"githubRepo":724,"locale":18,"slug":720,"type":251},"wondelai","skills",{"evaluate":726,"extract":732},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":727,"targetMarket":221,"tier":222},[219,728,729,730,218,731],"messaging","branding","storytelling","sales",{"commitSha":284},{"parentExtensionId":734,"repoId":735},"k17bj16z8e1yp2wwfd2hxagjtd86m0fp","kd7aexggvp8qjwjtgjbetg0jch86mg5a",[729,218,219,728,731,730],{"evaluatedAt":738,"extractAt":739,"updatedAt":738},1778699553427,1778698867338,{"_creationTime":741,"_id":742,"community":743,"display":744,"identity":748,"providers":750,"relations":758,"tags":759,"workflow":760},1778698867338.298,"k17eany15hcz465k5n1zhc55cd86nzs2",{"reviewCount":8},{"description":745,"installMethods":746,"name":747,"sourceUrl":721},"Apply the six principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity) to product design, copy, and sales. Use when the user mentions \"social proof\", \"persuasive copy\", \"why users dont convert\", \"ethical persuasion\", \"reciprocity\", \"scarcity tactics\", or \"commitment and consistency\". Also trigger when designing testimonial sections, crafting urgency messaging, or improving trust signals on landing pages. For deal negotiation tactics, see negotiation. For viral word-of-mouth, see contagious.",{"claudeCode":719},"Influence Psychology",{"basePath":749,"githubOwner":723,"githubRepo":724,"locale":18,"slug":749,"type":251},"influence-psychology",{"evaluate":751,"extract":757},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":752,"targetMarket":221,"tier":222},[219,218,753,754,755,756,731],"product-design","psychology","persuasion","ux",{"commitSha":284,"license":243},{"parentExtensionId":734,"repoId":735},[218,219,755,753,754,731,756],{"evaluatedAt":761,"extractAt":739,"updatedAt":761},1778699285462,{"_creationTime":763,"_id":764,"community":765,"display":766,"identity":772,"providers":776,"relations":781,"tags":783,"workflow":784},1778688112811.7415,"k1793f6p3fxx7c26bed55drbgd86mbkw",{"reviewCount":8},{"description":767,"installMethods":768,"name":770,"sourceUrl":771},"Master Donald Miller's 7-part StoryBrand framework from \"Building a StoryBrand\" (2017). Clarify your message so customers actually listen. Use when: Creating or refining website messaging; Writing brand narratives and marketing copy; Building sales scripts and pitches; Clarifying confusing product positioning; Creating marketing one-liners",{"claudeCode":769},"guia-matthieu/clawfu-skills","storytelling-storybrand","https://github.com/guia-matthieu/clawfu-skills",{"basePath":773,"githubOwner":774,"githubRepo":775,"locale":18,"slug":770,"type":251},"skills/content/storytelling-storybrand","guia-matthieu","clawfu-skills",{"evaluate":777,"extract":780},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":778,"targetMarket":221,"tier":222},[730,219,728,218,779],"framework",{"commitSha":284},{"repoId":782},"kd72qvzyvm658ya7pbyh5ey47h86md53",[218,779,219,728,730],{"evaluatedAt":785,"extractAt":786,"updatedAt":785},1778689484172,1778688112811,{"_creationTime":788,"_id":789,"community":790,"display":791,"identity":795,"providers":797,"relations":802,"tags":803,"workflow":804},1778688112811.7373,"k170h535devkqqv47626zfktd986m3st",{"reviewCount":8},{"description":792,"installMethods":793,"name":794,"sourceUrl":771},"Master Eugene Schwartz's 5 Stages of Awareness framework from \"Breakthrough Advertising\" (1966) to write copy that meets prospects where they are. Use when: Writing copy and unsure how \"aware\" your audience is; Creating multi-stage funnels with different messaging per stage; Building email sequences that nurture from cold to ready-to-buy; Optimizing ads for different audience temperatures; Diagnosing why existing copy isn't converting",{"claudeCode":769},"copywriting-awareness",{"basePath":796,"githubOwner":774,"githubRepo":775,"locale":18,"slug":794,"type":251},"skills/content/copywriting-awareness",{"evaluate":798,"extract":801},{"promptVersionExtension":209,"promptVersionScoring":210,"score":675,"tags":799,"targetMarket":221,"tier":222},[218,219,731,800,779],"content-strategy",{"commitSha":284,"license":243},{"repoId":782},[800,218,779,219,731],{"evaluatedAt":805,"extractAt":786,"updatedAt":805},1778689139883]