From 71c3bdf03c5a1b722cdfd0551ec7d15b928ef710 Mon Sep 17 00:00:00 2001 From: Michael Sitarzewski Date: Wed, 11 Mar 2026 09:54:45 -0500 Subject: [PATCH] Add sales division to installers, linter, and README - Add sales/ to claude-code and copilot installer dir lists - Add sales/ to lint-agents workflow trigger and changed-files filter - Add LinkedIn Content Creator to marketing table in README - Update agent count to 120 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/lint-agents.yml | 3 ++- README.md | 3 ++- scripts/install.sh | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-agents.yml b/.github/workflows/lint-agents.yml index 697f10e..81245ff 100644 --- a/.github/workflows/lint-agents.yml +++ b/.github/workflows/lint-agents.yml @@ -8,6 +8,7 @@ on: - 'game-development/**' - 'marketing/**' - 'paid-media/**' + - 'sales/**' - 'product/**' - 'project-management/**' - 'testing/**' @@ -28,7 +29,7 @@ jobs: id: changed run: | FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \ - 'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'product/**/*.md' \ + 'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \ 'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \ 'spatial-computing/**/*.md' 'specialized/**/*.md') { diff --git a/README.md b/README.md index b8569d9..17f3fc5 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Growing your audience, one authentic interaction at a time. | πŸ‡¨πŸ‡³ [Baidu SEO Specialist](marketing/marketing-baidu-seo-specialist.md) | Baidu optimization, China SEO, ICP compliance | Ranking in Baidu and reaching China's search market | | 🎬 [Bilibili Content Strategist](marketing/marketing-bilibili-content-strategist.md) | Bη«™ algorithm, danmaku culture, UPδΈ» growth | Building audiences on Bilibili with community-first content | | 🎠 [Carousel Growth Engine](marketing/marketing-carousel-growth-engine.md) | TikTok/Instagram carousels, autonomous publishing | Generating and publishing viral carousel content | +| πŸ’Ό [LinkedIn Content Creator](marketing/marketing-linkedin-content-creator.md) | Personal branding, thought leadership, professional content | LinkedIn growth, professional audience building, B2B content | | πŸ›’ [China E-Commerce Operator](marketing/marketing-china-ecommerce-operator.md) | Taobao, Tmall, Pinduoduo, live commerce | Running multi-platform e-commerce in China | | πŸŽ₯ [Kuaishou Strategist](marketing/marketing-kuaishou-strategist.md) | Kuaishou, 老铁 community, grassroots growth | Building authentic audiences in lower-tier markets | | πŸ” [SEO Specialist](marketing/marketing-seo-specialist.md) | Technical SEO, content strategy, link building | Driving sustainable organic search growth | @@ -440,7 +441,7 @@ Each agent is designed with: ## πŸ“Š Stats -- 🎭 **119 Specialized Agents** across 12 divisions +- 🎭 **120 Specialized Agents** across 12 divisions - πŸ“ **10,000+ lines** of personality, process, and code examples - ⏱️ **Months of iteration** from real-world usage - 🌟 **Battle-tested** in production environments diff --git a/scripts/install.sh b/scripts/install.sh index d1dc201..c9dd2a7 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -267,7 +267,7 @@ install_claude_code() { local count=0 mkdir -p "$dest" local dir f first_line - for dir in design engineering game-development marketing paid-media product project-management \ + for dir in design engineering game-development marketing paid-media sales product project-management \ testing support spatial-computing specialized; do [[ -d "$REPO_ROOT/$dir" ]] || continue while IFS= read -r -d '' f; do @@ -285,7 +285,7 @@ install_copilot() { local count=0 mkdir -p "$dest" local dir f first_line - for dir in design engineering game-development marketing paid-media product project-management \ + for dir in design engineering game-development marketing paid-media sales product project-management \ testing support spatial-computing specialized; do [[ -d "$REPO_ROOT/$dir" ]] || continue while IFS= read -r -d '' f; do