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 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/lint-agents.yml
vendored
3
.github/workflows/lint-agents.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
- 'game-development/**'
|
- 'game-development/**'
|
||||||
- 'marketing/**'
|
- 'marketing/**'
|
||||||
- 'paid-media/**'
|
- 'paid-media/**'
|
||||||
|
- 'sales/**'
|
||||||
- 'product/**'
|
- 'product/**'
|
||||||
- 'project-management/**'
|
- 'project-management/**'
|
||||||
- 'testing/**'
|
- 'testing/**'
|
||||||
@@ -28,7 +29,7 @@ jobs:
|
|||||||
id: changed
|
id: changed
|
||||||
run: |
|
run: |
|
||||||
FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \
|
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' \
|
'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \
|
||||||
'spatial-computing/**/*.md' 'specialized/**/*.md')
|
'spatial-computing/**/*.md' 'specialized/**/*.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 |
|
| 🇨🇳 [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 |
|
| 🎬 [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 |
|
| 🎠 [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 |
|
| 🛒 [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 |
|
| 🎥 [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 |
|
| 🔍 [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
|
## 📊 Stats
|
||||||
|
|
||||||
- 🎭 **119 Specialized Agents** across 12 divisions
|
- 🎭 **120 Specialized Agents** across 12 divisions
|
||||||
- 📝 **10,000+ lines** of personality, process, and code examples
|
- 📝 **10,000+ lines** of personality, process, and code examples
|
||||||
- ⏱️ **Months of iteration** from real-world usage
|
- ⏱️ **Months of iteration** from real-world usage
|
||||||
- 🌟 **Battle-tested** in production environments
|
- 🌟 **Battle-tested** in production environments
|
||||||
|
|||||||
@@ -267,7 +267,7 @@ install_claude_code() {
|
|||||||
local count=0
|
local count=0
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
local dir f first_line
|
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
|
testing support spatial-computing specialized; do
|
||||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||||
while IFS= read -r -d '' f; do
|
while IFS= read -r -d '' f; do
|
||||||
@@ -285,7 +285,7 @@ install_copilot() {
|
|||||||
local count=0
|
local count=0
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
local dir f first_line
|
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
|
testing support spatial-computing specialized; do
|
||||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||||
while IFS= read -r -d '' f; do
|
while IFS= read -r -d '' f; do
|
||||||
|
|||||||
Reference in New Issue
Block a user