162 Commits

Author SHA1 Message Date
Spencer Poisseroux
fe7f036b1a Add Blender Add-on Engineer agent and update README 2026-03-13 15:46:04 -04:00
Michael Sitarzewski
78d9167215 Fix outbound strategist typo, update agent count to 142
- "say so" → "say no" in sales-outbound-strategist.md (h/t discussion #141)
- Agent count 128 → 142 after merging PRs #162, #163, #164

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 10:34:30 -05:00
Michael Sitarzewski
48938e0bbe
Merge PR #162: Add 7 China-market marketing agents
Add 7 China-market marketing agents
2026-03-12 10:31:14 -05:00
Michael Sitarzewski
b91974a0f2
Merge PR #164: Add 2 specialized agents: recruitment + supply chain
Add 2 specialized agents: recruitment + supply chain
2026-03-12 10:31:11 -05:00
Michael Sitarzewski
910b6d9d42
Merge PR #163: Add 5 China-market engineering + specialized agents
Add 5 China-market engineering + specialized agents
2026-03-12 10:31:08 -05:00
Michael Sitarzewski
87aaaf7c55 Update README: agent count to 128, add dsclca12 zh-CN translation link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 09:34:09 -05:00
jiangnan
c7a4023a6d Add 2 China-market specialized agents: recruitment + supply chain
- Recruitment Specialist (Boss Zhipin/Liepin + China labor law compliance)
- Supply Chain Strategist (1688 procurement + QC + ERP systems)

Placed in specialized/ per maintainer feedback (not support/).
From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:42:12 +08:00
jiangnan
69b3791b9f Add 5 China-market engineering + specialized agents
Engineering:
- Feishu Integration Developer (Feishu/Lark bots + approvals + Bitable)

Specialized:
- Study Abroad Advisor (multi-country application strategy)
- Government Digital Presales Consultant (China ToG market)
- Corporate Training Designer (ADDIE/SAM + enterprise learning)
- Healthcare Marketing Compliance (China medical ad law + NMPA)

From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:42:04 +08:00
jiangnan
42d4362c20 Add 7 China-market marketing agents
- Douyin Strategist (short video + livestream on China's TikTok)
- Private Domain Operator (WeCom SCRM + community SOP)
- Livestream Commerce Coach (host training + Qianchuan ads)
- Cross-Border E-Commerce Specialist (Amazon/Shopee/Lazada)
- Short-Video Editing Coach (CapCut/Premiere/DaVinci)
- Weibo Strategist (hot search + Super Topics + crisis PR)
- Podcast Strategist (Xiaoyuzhou/Ximalaya audio content)

From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:41:32 +08:00
Michael Sitarzewski
b9437990cd
Merge pull request #147 from muleyprasad/main
Welcome Qwen Code as the 9th converter target! Follows existing patterns well.
2026-03-12 07:49:22 -05:00
Michael Sitarzewski
d99fca66f8
Merge pull request #139 from DKFuH/add-book-coauthor-workflow
Book Co-Author fills a unique niche, and the chapter workflow example is a nice bonus. Clean frontmatter, good quality. Welcome!
2026-03-12 07:49:19 -05:00
Michael Sitarzewski
3464bb84be
Merge pull request #154 from kienbui1995/feat/add-engineering-agents
Great engineering agents — Code Reviewer, DB Optimizer, Git Workflow, Software Architect, and SRE all fill genuine gaps. Nice vibes too. Clean split from #124.
2026-03-12 07:48:57 -05:00
Michael Sitarzewski
8acb8b46ea
Merge pull request #155 from kienbui1995/feat/add-specialized-agents
Clean split from #124 — MCP Builder and Document Generator fill real gaps. Welcome aboard!
2026-03-12 07:48:54 -05:00
Michael Sitarzewski
22396b6d96
Merge pull request #159 from abu-matterize/fix/opencode-color-compat
Solid hardening — NO_COLOR support, hex validation, portable ANSI stripping. Nice work!
2026-03-12 07:48:52 -05:00
abu-matterize
4df2226256
Fix OpenCode install/convert color compatibility 2026-03-12 16:02:10 +05:30
KienBM ubuntu
81b04cde33 feat: add MCP Builder and Document Generator specialized agents
- MCP Builder: Designs and builds Model Context Protocol servers for AI agent tooling
- Document Generator: Professional PDF, PPTX, DOCX, XLSX generation from code

Split from #124 per maintainer feedback.
2026-03-12 16:22:06 +07:00
KienBM ubuntu
6233a445b9 feat: add 5 engineering agents (Code Reviewer, Database Optimizer, Git Workflow Master, Software Architect, SRE)
Add 5 new agents to the Engineering Division filling clear gaps:

- Code Reviewer: Constructive, prioritized code review (blocker/suggestion/nit)
- Database Optimizer: PostgreSQL/MySQL schema design, query optimization, indexing
- Git Workflow Master: Branching strategies, conventional commits, advanced Git
- Software Architect: System design, DDD, architectural patterns, ADRs
- SRE: SLOs, error budgets, observability, chaos engineering, toil reduction

These agents complement existing engineering agents without overlapping
other divisions (Testing, Support, Project Management).
2026-03-12 16:16:28 +07:00
Prasad Muley
1a0d029e1b Add Qwen Code support to convert.sh and install.sh
- Add convert_qwen() to scripts/convert.sh for generating Qwen SubAgent .md files
- Add install_qwen() to scripts/install.sh for installing to .qwen/agents/ (project-scoped)
- Add qwen detection, tool label, and install cases
- Update README.md with Qwen in supported tools table + usage section
- Add integrations/qwen/agents/ to .gitignore + create .gitkeep
- Add Qwen Code compatibility note to CONTRIBUTING.md
- Preserve tools: field in Qwen output when present in source agents
- Fix interactive installer to show dynamic [1-N] toggle range
- Update README roadmap checklist to include Qwen Code

Qwen SubAgents use minimal YAML frontmatter (name, description) with optional tools: field preserved from source. Body content passes through unchanged.
Tested with 120 agents — all convert and install successfully.
2026-03-11 23:02:10 -04:00
DKFuH
1955c9120f Move book co-author into marketing category structure 2026-03-11 16:58:43 +01:00
Michael Sitarzewski
5e59a20bbf Fix OpenCode color mapping for 6 missing named colors
Add yellow, violet, rose, lime, gray, and fuchsia to
resolve_opencode_color() — these were passing through as
plain strings and breaking OpenCode's hex-only color validation.

Fixes #108

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:48:21 -05:00
DKFuH
8b10ff45be Add universal book co-author agent and chapter workflow prompt 2026-03-11 16:34:31 +01:00
Michael Sitarzewski
71c3bdf03c 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>
2026-03-11 09:54:45 -05:00
Michael Sitarzewski
0bb5032c38
Merge pull request #129 from fayzan123/add-linkedin-content-creator
Fits the per-platform pattern (TikTok, Instagram, Reddit, Twitter → LinkedIn). Good quality, welcome aboard!
2026-03-11 09:36:42 -05:00
Michael Sitarzewski
57d7c4c1d5
Merge pull request #136 from Yimikami/docs/integration-consistency
Solid docs cleanup — GitHub capitalization, durable wording, OpenClaw README. Nice work!
2026-03-11 09:36:18 -05:00
Michael Sitarzewski
e6e88f78c7
Merge pull request #137 from Yimikami/fix/copilot-installer-coverage
Great catch — copilot installer was missing game-dev subdirs and paid-media. Thanks!
2026-03-11 09:36:15 -05:00
Michael Sitarzewski
7488a22f08
Merge pull request #135 from Yimikami/fix/strategy-lint-workflow
Clean fix — strategy docs shouldn't be linted as agents. Thanks\!
2026-03-11 09:36:08 -05:00
Michael Sitarzewski
3a79773a78
Merge pull request #123 from mys210/patch-1
Thanks for the fix! 🔗
2026-03-11 09:36:05 -05:00
Michael Sitarzewski
d708306059 Add Sales division (8 agents), remove duplicate analytics reporter
New Sales division with 8 craft-focused agents grounded in real
methodology (MEDDPICC, SPIN, Challenger, Gap Selling, Sandler):

- Outbound Strategist — signal-based prospecting
- Discovery Coach — question design and call structure
- Deal Strategist — opportunity qualification and win planning
- Sales Engineer — technical pre-sales and demo craft
- Proposal Strategist — RFP response and win narratives
- Pipeline Analyst — forecasting and RevOps analytics
- Account Strategist — land-and-expand and account planning
- Sales Coach — rep development and pipeline coaching

Also:
- Remove duplicate data-analytics-reporter from specialized/
  (identical to support/support-analytics-reporter.md)
- Update convert.sh AGENT_DIRS to include sales
- Update README stats: 119 agents across 12 divisions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 09:24:28 -05:00
Yimikami
ca1fa75a23 docs: clarify scoped installs and openclaw setup 2026-03-11 16:48:26 +03:00
Yimikami
d1d3c9c133 fix: install all agent categories for copilot 2026-03-11 16:34:04 +03:00
Yimikami
927d0ee42b docs: align integration docs with supported tools 2026-03-11 16:27:41 +03:00
Yimikami
908f15ee5b fix: stop linting strategy docs as agent files 2026-03-11 16:20:55 +03:00
Michael Sitarzewski
070bf0bca5 Update README: add 25 missing agents, add OpenClaw to installer docs
- Add 25 agents missing from division tables (engineering +8,
  marketing +6, specialized +7, design +1, product +1,
  project-management +1, game-dev verified complete)
- Add OpenClaw to interactive installer UI mockup (tool #6, renumber to 1-9)
- Add OpenClaw tool-specific instructions section
- Add --tool openclaw to CLI examples
- All 111 on-disk agents now listed (112th pending PR #101)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 07:24:34 -05:00
Fayzan Malik
8487580e8e Add LinkedIn Content Creator specialist 2026-03-11 05:54:00 -04:00
mys210
baff6c35b7
Update OpenClaw link to GitHub repository 2026-03-11 15:46:35 +08:00
Michael Sitarzewski
746efaa6b4
Merge pull request #116 from agentpip/openclaw-auto-register
openclaw: auto-register agents on install
2026-03-10 18:56:28 -05:00
Pip
27afa03c64 openclaw: let stderr through on agents add failure 2026-03-10 18:54:15 -05:00
Pip
6c78886ec9 openclaw: auto-register agents on install
After copying workspace files, call `openclaw agents add --non-interactive`
for each agent so they're immediately usable by agentId without any manual
config steps. Guarded by `command -v openclaw` so it's a no-op when OpenClaw
isn't installed. Adds a post-install reminder to restart the gateway.

Tested by Pip — an OpenClaw instance running on the machine that maintains
the agency-agents repo. 🫛
2026-03-10 17:42:31 -05:00
Michael Sitarzewski
42393d76ab Add OpenClaw support to install.sh
- Auto-detect ~/.openclaw directory or openclaw CLI
- Copy SOUL.md, AGENTS.md, IDENTITY.md per agent to ~/.openclaw/agency-agents/
- Add to interactive selector and tool list

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:28:48 -05:00
Michael Sitarzewski
6d58ad4c0a Add OpenClaw integration, emoji/vibe frontmatter, services field, and AP agent cleanup
OpenClaw support:
- Add section-splitting convert_openclaw() to convert.sh that routes
  ## headers by keyword into SOUL.md (persona) vs AGENTS.md (operations)
  and generates IDENTITY.md with emoji + vibe from frontmatter
- Add integrations/openclaw/ to .gitignore

Frontmatter additions (all 112 agents):
- Add emoji and vibe fields to every agent for OpenClaw IDENTITY.md
  generation and future dashboard/catalog use
- Add services field to carousel-growth-engine (Gemini API, Upload-Post)
- Add emoji/vibe to 7 new paid-media agents from PR #83

Agent quality:
- Rewrite accounts-payable-agent to be vendor-agnostic (remove AgenticBTC
  dependency, use generic payments.* interface)

Documentation:
- CONTRIBUTING.md: Add Persona/Operations section grouping guidance,
  emoji/vibe/services frontmatter fields, external services editorial policy
- README.md: Add OpenClaw to supported tools, update agent count to 112,
  reduce third-party OpenClaw repo mention to one-line attribution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:20:10 -05:00
Michael Sitarzewski
341f3e8f42
Merge pull request #83 from itallstartedwithaidea/feat/paid-media-division
feat: Add Paid Media Division - 7 specialized agents for digital advertising
2026-03-10 16:57:23 -05:00
Michael Sitarzewski
a732075285
Merge PR #76: Align OpenCode integration with current conventions
fix(opencode): align integration with current OpenCode conventions
2026-03-10 16:52:22 -05:00
Michael Sitarzewski
c1fdac981c Add FUNDING.yml to enable GitHub Sponsors button
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:48:25 -05:00
Michael Sitarzewski
5810bf8ffb
Merge pull request #105 from jnMetaCode/feat/add-baidu-wechat-agents
Add Baidu SEO Specialist and WeChat Mini Program Developer
2026-03-10 12:31:42 -05:00
Michael Sitarzewski
7c64cd7d54
Merge pull request #104 from jnMetaCode/feat/add-china-platform-agents
Add China platform agents: Bilibili, Kuaishou, E-Commerce
2026-03-10 12:31:40 -05:00
Michael Sitarzewski
710fdc5570
Merge pull request #103 from jnMetaCode/feat/add-blockchain-agents
Add Blockchain agents: Solidity Engineer + Security Auditor
2026-03-10 12:31:37 -05:00
Michael Sitarzewski
59ebfe06eb
Merge pull request #106 from jnMetaCode/fix/update-zh-translation-count
Update zh-CN translation count (100 translated + 9 originals)
2026-03-10 12:25:29 -05:00
jiangnan
5300f5ffe1 Update zh-CN translation count in Community Translations
agency-agents-zh now covers 100 translated agents + 9 China-market originals (was 26+4).
2026-03-11 01:23:45 +08:00
jiangnan
af12d55361 Add Baidu SEO Specialist and WeChat Mini Program Developer agents
- marketing/marketing-baidu-seo-specialist.md: Baidu search optimization, Baidu ecosystem (Baike, Zhidao, Tieba), ICP compliance, Chinese keyword research
- engineering/engineering-wechat-mini-program-developer.md: WeChat Mini Program full-stack development, WXML/WXSS, WeChat Pay integration, cloud functions
2026-03-11 01:09:04 +08:00
jiangnan
4773900286 Add China platform marketing agents: Bilibili, Kuaishou, E-Commerce
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
2026-03-11 01:08:13 +08:00