A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install agricidaniel-claude-ads --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/AgriciDaniel/claude-ads/HEAD/CLAUDE.md# Claude Ads: Paid Advertising Audit & Optimization Skill
## Project Overview
This repository contains **Claude Ads**, a Tier 4 Claude Code skill for comprehensive
paid advertising analysis across all major platforms. It follows the Agent Skills open
standard and the 3-layer architecture (directive, orchestration, execution). 19 sub-skills,
10 agents (6 audit + 4 creative), and 12 industry templates cover Google, Meta, YouTube, LinkedIn,
TikTok, Microsoft, and Apple Ads with 250+ weighted audit checks.
## Architecture
```
claude-ads/
CLAUDE.md # Project instructions (this file)
ads/ # Main orchestrator skill
SKILL.md # Entry point, routing table, core rules
references/ # On-demand knowledge files (25 files)
scripts/ # Python execution scripts
skills/ # 19 specialized sub-skills
ads-audit/SKILL.md # Full multi-platform audit
ads-google/SKILL.md # Google Ads deep analysis
ads-meta/SKILL.md # Meta/Facebook Ads analysis
ads-youtube/SKILL.md # YouTube Ads analysis
ads-linkedin/SKILL.md # LinkedIn Ads analysis
ads-tiktok/SKILL.md # TikTok Ads analysis
ads-microsoft/SKILL.md # Microsoft/Bing Ads analysis
ads-creative/SKILL.md # Creative quality assessment
ads-landing/SKILL.md # Landing page analysis
ads-budget/SKILL.md # Budget allocation optimization
ads-plan/SKILL.md # Strategic ad planning by industry
ads-competitor/SKILL.md # Competitor ad research
agents/ # 10 agents (6 audit + 4 creative)
audit-google.md # Google Ads audit agent
audit-meta.md # Meta Ads audit agent
audit-creative.md # Creative quality agent
audit-tracking.md # Conversion tracking agent
audit-budget.md # Budget analysis agent
audit-compliance.md # Compliance verification agent
install.sh / install.ps1 # Cross-platform installers
uninstall.sh / uninstall.ps1 # Cross-platform uninstallers
```
## Commands
| Command | Purpose |
|---------|---------|
| `/ads audit` | Full multi-platform audit with 6 parallel agents |
| `/ads google` | Google Ads deep analysis |
| `/ads meta` | Meta/Facebook Ads analysis |
| `/ads youtube` | YouTube Ads analysis |
| `/ads linkedin` | LinkedIn Ads analysis |
| `/ads tiktok` | TikTok Ads analysis |
| `/ads microsoft` | Microsoft/Bing Ads analysis |
| `/ads creative` | Creative quality and fatigue assessment |
| `/ads landing` | Landing page conversion analysis |
| `/ads budget` | Budget allocation optimization |
| `/ads plan <type>` | Strategic ad planning by industry |
| `/ads competitor` | Competitor ad research |
| `/ads math` | PPC financial calculator (CPA, ROAS, break-even, LTV:CAC) |
| `/ads test` | A/B test design (hypothesis, significance, sample size) |
| `/ads report` | PDF audit report generation for client deliverables |
## Development Rules
- Keep SKILL.md files under 500 lines / 5000 tokens
- Reference files should be focused and under 200 lines
- Scripts must have docstrings, CLI interface, and JSON output
- Follow kebab-case naming for all skill directories
- Agents invoked via Task tool with `context: fork`, never via Bash
- No hardcoded credentials; use MCP servers for external API access
## Release Blog Post
After cutting a new release (git tag + `gh release create`), run:
```
/release-blog
```
This generates a blog post on https://agricidaniel.com/blog/, handles cover image generation, SEO metadata, FAQ schema, internal linking, sitemap/llms.txt updates, Vercel deployment, and Google indexing.