Three marketing agents covering major Chinese digital platforms:
- marketing/marketing-bilibili-content-strategist.md: Bilibili (China's YouTube+Twitch) UP主 content strategy, danmaku culture, mid-form video
- marketing/marketing-kuaishou-strategist.md: Kuaishou short-video strategy for lower-tier city markets, live commerce, trust-driven growth
- marketing/marketing-china-ecommerce-operator.md: Taobao/Tmall/Pinduoduo/JD cross-platform e-commerce operations, 618/Double 11 campaigns, live commerce
- Add color: orange to YAML frontmatter on all 7 paid-media agents
- Rewrite Tooling & Automation sections to be standalone:
remove specific project links and repo names, frame as
"when Google Ads MCP tools or API integrations are available
in your environment, use them to [do X]"
- Keep all practical guidance and domain expertise intact
- Rebase onto upstream/main to resolve README conflict
Made-with: Cursor
Adds a new Paid Media Division to The Agency with 7 specialized agents:
- PPC Campaign Strategist (Google/Microsoft/Amazon Ads)
- Search Query Analyst (search term analysis, negative keywords)
- Paid Media Auditor (200+ checkpoint account audits)
- Tracking & Measurement Specialist (GTM, GA4, CAPI)
- Ad Creative Strategist (RSA, Meta creative, PMax assets)
- Programmatic & Display Buyer (GDN, DSPs, ABM, partner media)
- Paid Social Strategist (Meta, LinkedIn, TikTok)
Agents include references to open-source tooling from googleadsagent.ai
that enhance these workflows with live Google Ads API access.
Author: John Williams (@itallstartedwithaidea)
https://googleadsagent.ai
Generic memory integration pattern using any MCP-compatible memory
server. Replaces vendor-specific PR #57 based on maintainer feedback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add game-development to AGENT_DIRS in convert.sh, lint-agents.sh,
install.sh, and the CI workflow
- Remove maxdepth 1 from find commands so nested subdirectories
(e.g., game-development/unity/) are discovered
- Update CI git diff globs to **/*.md for recursive matching
- Remove strategy from lint AGENT_DIRS (playbooks, not agents)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Prepares infrastructure for the upcoming Paid Media Division (PR #83).
Registers paid-media in convert.sh, lint-agents.sh, install.sh, and
the lint-agents GitHub Actions workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Autonomous TikTok/Instagram carousel agent that analyzes websites via
Playwright, generates 6-slide carousels with Gemini, publishes via
Upload-Post API, and iteratively improves through analytics feedback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reflect the switch to agents/ (plural), hex color codes, mode: subagent,
and @agent-name invocation in both the OpenCode integration README and the
main README's OpenCode section.
Without mode: subagent, all 68 agents default to mode: all and appear as
primary agents the user Tab-cycles through, making the UX unusable.
With mode: subagent they are invoked on-demand via @agent-name.
OpenCode only accepts hex color codes (e.g. #00FFFF), not named colors
(e.g. cyan). Add resolve_opencode_color() with a 14-entry lookup table
and wire it into convert_opencode(). Colors already in hex pass through.
OpenCode docs now specify agents/ (plural) as the standard directory name;
agent/ (singular) is legacy backwards-compat. Update the converter output
path, installer source/dest paths, and .gitignore entry accordingly.
- Remove workflow example (too product-specific)
- Strip all install commands, API keys, and product references
- Replace tool-specific code blocks with generic JSON schemas
- Add Python matching example showing the resolution pattern
- Agent now teaches the concept, not a specific product